has_moderated 1.0.beta2 → 1.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +8 -0
- data/lib/has_moderated/moderation_model.rb +12 -0
- data/lib/has_moderated/version.rb +1 -1
- data/test/dummy/log/development.log +1 -0
- data/test/dummy/log/test.log +2474 -0
- data/test/dummy/spec/models/task_spec.rb +30 -3
- metadata +4 -4
data/test/dummy/log/test.log
CHANGED
@@ -248223,3 +248223,2477 @@ Migrating to CreatePhotos (20120520215224)
|
|
248223
248223
|
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248224
248224
|
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
248225
248225
|
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
248226
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
248227
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248228
|
+
[1m[36mSQL (4.8ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248229
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248230
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248231
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248232
|
+
[1m[36mSQL (1.7ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>1, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248233
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248234
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248235
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
|
248236
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248237
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248238
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248239
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248240
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", 1], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248241
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248242
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248243
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
248244
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248245
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
248246
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248247
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248248
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248249
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
248250
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
248251
|
+
[1m[35m (0.1ms)[0m begin transaction
|
248252
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248253
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248254
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248255
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248256
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248257
|
+
[1m[35mSQL (1.6ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>1, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248258
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248259
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248260
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248261
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248262
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1[0m
|
248263
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248264
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
248265
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
248266
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248267
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", 1], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248268
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248269
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248270
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248271
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248272
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
248273
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248274
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248275
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248276
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
248277
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
248278
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
248279
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248280
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248281
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248282
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248283
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248284
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248285
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248286
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" LIMIT 1[0m
|
248287
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248288
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248289
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248290
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248291
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
|
248292
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248293
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248294
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248295
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
248296
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248297
|
+
[1m[35m (0.2ms)[0m UPDATE "subtasks" SET "updated_at" = '2012-05-20 23:06:38.316229', "task_id" = 1 WHERE "subtasks"."id" = 1
|
248298
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248299
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248300
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248301
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248302
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
248303
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248304
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248305
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248306
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
248307
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
248308
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
248309
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248310
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248311
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248312
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248313
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248314
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248315
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248316
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" LIMIT 1[0m
|
248317
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248318
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248319
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248320
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248321
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
|
248322
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248323
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248324
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248325
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
248326
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248327
|
+
[1m[35m (0.2ms)[0m UPDATE "subtasks" SET "task_id" = 1, "updated_at" = '2012-05-20 23:06:38.369746' WHERE "subtasks"."id" = 1
|
248328
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248329
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248330
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248331
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248332
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
248333
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248334
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248335
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248336
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
248337
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
248338
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
248339
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248340
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248341
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248342
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248343
|
+
[1m[35mSQL (1.5ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>1, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248344
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248345
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248346
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248347
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248348
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", 1], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248349
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248350
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248351
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
248352
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248353
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
248354
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248355
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
248356
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1[0m
|
248357
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 ORDER BY "subtasks"."id" DESC LIMIT 1
|
248358
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248359
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["data", {:delete_associations=>{:renamed_subtasks=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248360
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248361
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
248362
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1[0m
|
248363
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248364
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248365
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
248366
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248367
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "subtasks" SET "task_id" = NULL WHERE "subtasks"."task_id" = 1 AND "subtasks"."id" IN (1)
|
248368
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248369
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248370
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 2]]
|
248371
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248372
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1[0m
|
248373
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
|
248374
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
248375
|
+
[1m[35m (0.1ms)[0m begin transaction
|
248376
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248377
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248378
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248379
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248380
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248381
|
+
[1m[35mSQL (1.7ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>"Task", "created_at"=>nil, "task_id"=>nil, "parentable_id"=>1, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248382
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248383
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248384
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task'[0m
|
248385
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248386
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
248387
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
248388
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248389
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["parentable_id", 1], ["parentable_type", "Task"], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248390
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248391
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248392
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248393
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248394
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
248395
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248396
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248397
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248398
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1[0m
|
248399
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
248400
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
248401
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248402
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248403
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1
|
248404
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248405
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248406
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248407
|
+
[1m[35mSQL (1.4ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["data", {:associations=>{:renamed_subtask=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248408
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248409
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248410
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248411
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248412
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1[0m
|
248413
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248414
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
248415
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
248416
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248417
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248418
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248419
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1
|
248420
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248421
|
+
[1m[35m (0.2ms)[0m UPDATE "subtasks" SET "updated_at" = '2012-05-20 23:06:38.632008', "parentable_id" = 1, "parentable_type" = 'Task' WHERE "subtasks"."id" = 1
|
248422
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248423
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248424
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
248425
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248426
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248427
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248428
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1[0m
|
248429
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
248430
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
248431
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248432
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248433
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248434
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248435
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248436
|
+
[1m[36mSQL (1.5ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248437
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248438
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
248439
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248440
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" INNER JOIN "tasks_jointable" ON "subtasks"."id" = "tasks_jointable"."m2_id" WHERE "tasks_jointable"."m1_id" = 1[0m
|
248441
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248442
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
248443
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
248444
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248445
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248446
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "tasks_jointable" ("m2_id", "m1_id") VALUES (1, 1)[0m
|
248447
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248448
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248449
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
248450
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248451
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
248452
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248453
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248454
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248455
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "tasks_jointable" ON "subtasks"."id" = "tasks_jointable"."m2_id" WHERE "tasks_jointable"."m1_id" = 1 LIMIT 1
|
248456
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
248457
|
+
[1m[35m (0.1ms)[0m begin transaction
|
248458
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248459
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248460
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248461
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248462
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248463
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248464
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248465
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" INNER JOIN "tasks_jointable" ON "subtasks"."id" = "tasks_jointable"."m2_id" WHERE "tasks_jointable"."m1_id" = 1
|
248466
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
248467
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248468
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" LIMIT 1[0m
|
248469
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248470
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248471
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248472
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248473
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248474
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248475
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
248476
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248477
|
+
[1m[35m (0.1ms)[0m INSERT INTO "tasks_jointable" ("m2_id", "m1_id") VALUES (1, 1)
|
248478
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248479
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248480
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248481
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248482
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248483
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248484
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
248485
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248486
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248487
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248488
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" INNER JOIN "tasks_jointable" ON "subtasks"."id" = "tasks_jointable"."m2_id" WHERE "tasks_jointable"."m1_id" = 1 LIMIT 1[0m
|
248489
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
248490
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
248491
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248492
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248493
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248494
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248495
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248496
|
+
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["data", {:associations=>{:renamed_connections=>[{"m1_id"=>nil, "created_at"=>nil, "title"=>"Connection 1", "updated_at"=>nil, "id"=>nil, :associations=>{:renamed_subtask=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}, "m2_id"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248497
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248498
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248499
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
248500
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "task_connections" [0m
|
248501
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks"
|
248502
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
248503
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
248504
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248505
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248506
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248507
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248508
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "task_connections" ("created_at", "m1_id", "m2_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["m1_id", 1], ["m2_id", 1], ["title", "Connection 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248509
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248510
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248511
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
248512
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248513
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
248514
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248515
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248516
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248517
|
+
[1m[35mSubtask Load (0.2ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1 LIMIT 1
|
248518
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" LIMIT 1[0m
|
248519
|
+
[1m[35mTaskConnection Load (0.1ms)[0m SELECT "task_connections".* FROM "task_connections" WHERE "task_connections"."m2_id" = 1 LIMIT 1
|
248520
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1[0m
|
248521
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
248522
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
248523
|
+
[1m[35m (0.1ms)[0m begin transaction
|
248524
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248525
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248526
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248527
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248528
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248529
|
+
[1m[35mSQL (1.7ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:38 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:38 UTC +00:00]]
|
248530
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248531
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248532
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248533
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "task_connections"
|
248534
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
248535
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248536
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248537
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248538
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248539
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "task_connections" ("created_at", "m1_id", "m2_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["m1_id", 1], ["m2_id", 1], ["title", nil], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248540
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248541
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248542
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248543
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248544
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
248545
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248546
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248547
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks"
|
248548
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248549
|
+
[1m[35mSubtask Load (0.2ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1 LIMIT 1
|
248550
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
248551
|
+
[1m[35m (0.1ms)[0m begin transaction
|
248552
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248553
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248554
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248555
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248556
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248557
|
+
[1m[35mSQL (1.5ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248558
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248559
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "task_connections"
|
248560
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
248561
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248562
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248563
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248564
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248565
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "task_connections" ("created_at", "m1_id", "m2_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["m1_id", 1], ["m2_id", 1], ["title", nil], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248566
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248567
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248568
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248569
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248570
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
248571
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248572
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248573
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "subtasks"
|
248574
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248575
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1 LIMIT 1
|
248576
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
248577
|
+
[1m[35m (0.1ms)[0m begin transaction
|
248578
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248579
|
+
[1m[35mSQL (1.8ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248580
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248581
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248582
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248583
|
+
[1m[35m (0.2ms)[0m UPDATE "moderations" SET "updated_at" = '2012-05-20 23:06:39.194985', "moderatable_id" = 1 WHERE "moderations"."id" = 1
|
248584
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248585
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks"
|
248586
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248587
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1
|
248588
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" [0m
|
248589
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248590
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248591
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248592
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248593
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "task_connections" ("created_at", "m1_id", "m2_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["m1_id", 1], ["m2_id", 1], ["title", nil], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248594
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248595
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248596
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248597
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248598
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
248599
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248600
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248601
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1
|
248602
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248603
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1 LIMIT 1
|
248604
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
248605
|
+
[1m[35m (0.2ms)[0m begin transaction
|
248606
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248607
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248608
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
248609
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248610
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248611
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248612
|
+
[1m[36mSQL (1.5ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["data", {:associations=>{:renamed_subtask=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248613
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248614
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248615
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
248616
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248617
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
248618
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
248619
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248620
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
248621
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
248622
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248623
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248624
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248625
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
248626
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248627
|
+
[1m[35m (0.1ms)[0m UPDATE "subtasks" SET "updated_at" = '2012-05-20 23:06:39.378503', "task_id" = 1 WHERE "subtasks"."id" = 1
|
248628
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248629
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248630
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
248631
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248632
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248633
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248634
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
248635
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
248636
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
248637
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248638
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248639
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
248640
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248641
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248642
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248643
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248644
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248645
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248646
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["data", {:associations=>{:renamed_subtask=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248647
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248648
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248649
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248650
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248651
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
248652
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248653
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248654
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248655
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
248656
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248657
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
248658
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
248659
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248660
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "subtasks" SET "updated_at" = '2012-05-20 23:06:39.431511', "task_id" = 1 WHERE "subtasks"."id" = 1[0m
|
248661
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248662
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248663
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
248664
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248665
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248666
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248667
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
248668
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
248669
|
+
[1m[35m (0.1ms)[0m begin transaction
|
248670
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248671
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248672
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
248673
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248674
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248675
|
+
[1m[35mSQL (1.3ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["data", {:associations=>{:renamed_subtask=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248676
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248677
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248678
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248679
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248680
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248681
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248682
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248683
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248684
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
248685
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248686
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "subtasks" SET "updated_at" = '2012-05-20 23:06:39.481060', "task_id" = 1 WHERE "subtasks"."id" = 1[0m
|
248687
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248688
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248689
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
248690
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248691
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248692
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248693
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
248694
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248695
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248696
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["data", {:delete_associations=>{:renamed_subtask=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248697
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248698
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248699
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
248700
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
248701
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
248702
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
248703
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248704
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "subtasks" SET "task_id" = NULL, "updated_at" = '2012-05-20 23:06:39.499550' WHERE "subtasks"."id" = 1[0m
|
248705
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248706
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248707
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
248708
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248709
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
|
248710
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248711
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248712
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
248713
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
248714
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
248715
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248716
|
+
[1m[36mSQL (1.6ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["data", {:create=>{:associations=>{}, :attributes=>{"created_at"=>nil, "title"=>"Task 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248717
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248718
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248719
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks"
|
248720
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
248721
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248722
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248723
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248724
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248725
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
248726
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248727
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks"
|
248728
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248729
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
248730
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
248731
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248732
|
+
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["data", {:create=>{:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}, :attributes=>{"created_at"=>nil, "title"=>"Task 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248733
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248734
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
248735
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248736
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248737
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248738
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248739
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248740
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", 1], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248741
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248742
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248743
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
248744
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248745
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
248746
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248747
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
248748
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1[0m
|
248749
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
248750
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
248751
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
248752
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
248753
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248754
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248755
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248756
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" [0m
|
248757
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248758
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248759
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["data", :destroy], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248760
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248761
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks"
|
248762
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
248763
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
248764
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248765
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" WHERE "moderations"."moderatable_id" = 1 AND "moderations"."moderatable_type" = 'Task'
|
248766
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
248767
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 1]]
|
248768
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248769
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248770
|
+
[1m[36mSQL (0.0ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
248771
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248772
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" [0m
|
248773
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
248774
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
248775
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248776
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["data", {:attributes=>{"title"=>"Task 1"}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248777
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["title", nil], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248778
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "moderations" SET "updated_at" = '2012-05-20 23:06:39.743020', "moderatable_id" = 1 WHERE "moderations"."id" = 1[0m
|
248779
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248780
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248781
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248782
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248783
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248784
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "tasks" SET "title" = 'Task 1', "updated_at" = '2012-05-20 23:06:39.749145' WHERE "tasks"."id" = 1[0m
|
248785
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248786
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248787
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
248788
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248789
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248790
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248791
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248792
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["data", {:attributes=>{"title"=>"Task 2"}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248793
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248794
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248795
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248796
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248797
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248798
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "tasks" SET "title" = 'Task 2', "updated_at" = '2012-05-20 23:06:39.761551' WHERE "tasks"."id" = 1[0m
|
248799
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248800
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248801
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
|
248802
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248803
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248804
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
248805
|
+
[1m[35m (0.1ms)[0m begin transaction
|
248806
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248807
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["data", {:create=>{:associations=>nil, :attributes=>{:test=>"ok"}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248808
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248809
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248810
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
248811
|
+
[1m[35m (0.1ms)[0m begin transaction
|
248812
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248813
|
+
[1m[35mSQL (1.3ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["data", {:create=>{:associations=>nil, :attributes=>{:test=>"ok"}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248814
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248815
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248816
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
248817
|
+
[1m[35m (0.1ms)[0m begin transaction
|
248818
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248819
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["data", "Test!"], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248820
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["title", nil], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248821
|
+
[1m[35m (0.1ms)[0m UPDATE "moderations" SET "updated_at" = '2012-05-20 23:06:39.928964', "moderatable_id" = 1 WHERE "moderations"."id" = 1
|
248822
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248823
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248824
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
248825
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
248826
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
248827
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248828
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["data", {:attributes=>{"title"=>"Task 1"}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248829
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:06:39 UTC +00:00], ["desc", nil], ["title", nil], ["updated_at", Sun, 20 May 2012 23:06:39 UTC +00:00]]
|
248830
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "moderations" SET "updated_at" = '2012-05-20 23:06:39.955116', "moderatable_id" = 1 WHERE "moderations"."id" = 1[0m
|
248831
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248832
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1[0m
|
248833
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248834
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248835
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
248836
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
248837
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
248838
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248839
|
+
[1m[36mSQL (5.0ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248840
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248841
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248842
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248843
|
+
[1m[36mSQL (1.7ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>1, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248844
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248845
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248846
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
|
248847
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248848
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248849
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248850
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248851
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", 1], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248852
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248853
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248854
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
248855
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248856
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
248857
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248858
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248859
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248860
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
248861
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
248862
|
+
[1m[35m (0.1ms)[0m begin transaction
|
248863
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248864
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248865
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248866
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248867
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248868
|
+
[1m[35mSQL (1.6ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>1, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248869
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248870
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248871
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248872
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248873
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1[0m
|
248874
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248875
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
248876
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
248877
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248878
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", 1], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248879
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248880
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248881
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248882
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248883
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
248884
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248885
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248886
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248887
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
248888
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
248889
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
248890
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248891
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248892
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248893
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248894
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248895
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248896
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248897
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" LIMIT 1[0m
|
248898
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248899
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248900
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248901
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248902
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
|
248903
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248904
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248905
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248906
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
248907
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248908
|
+
[1m[35m (0.2ms)[0m UPDATE "subtasks" SET "updated_at" = '2012-05-20 23:07:50.485926', "task_id" = 1 WHERE "subtasks"."id" = 1
|
248909
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248910
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248911
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248912
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248913
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
248914
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248915
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248916
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248917
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
248918
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
248919
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
248920
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248921
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248922
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248923
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248924
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248925
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248926
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248927
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" LIMIT 1[0m
|
248928
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248929
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248930
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248931
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
248932
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
|
248933
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248934
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248935
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248936
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
248937
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248938
|
+
[1m[35m (0.2ms)[0m UPDATE "subtasks" SET "updated_at" = '2012-05-20 23:07:50.540951', "task_id" = 1 WHERE "subtasks"."id" = 1
|
248939
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248940
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248941
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248942
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248943
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
248944
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248945
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
248946
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248947
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
248948
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
248949
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
248950
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248951
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248952
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248953
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248954
|
+
[1m[35mSQL (1.4ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>1, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248955
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248956
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248957
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248958
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
248959
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", 1], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248960
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248961
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248962
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
248963
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248964
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
248965
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248966
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
248967
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1[0m
|
248968
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 ORDER BY "subtasks"."id" DESC LIMIT 1
|
248969
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248970
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["data", {:delete_associations=>{:renamed_subtasks=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248971
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248972
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
248973
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1[0m
|
248974
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
248975
|
+
[1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
248976
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
248977
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248978
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "subtasks" SET "task_id" = NULL WHERE "subtasks"."task_id" = 1 AND "subtasks"."id" IN (1)
|
248979
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248980
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
248981
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 2]]
|
248982
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
248983
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1[0m
|
248984
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
|
248985
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
248986
|
+
[1m[35m (0.1ms)[0m begin transaction
|
248987
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
248988
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248989
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248990
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248991
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
248992
|
+
[1m[35mSQL (1.7ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>"Task", "created_at"=>nil, "task_id"=>nil, "parentable_id"=>1, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
248993
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
248994
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
248995
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task'[0m
|
248996
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
248997
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
248998
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
248999
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249000
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["parentable_id", 1], ["parentable_type", "Task"], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
249001
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249002
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249003
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249004
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249005
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249006
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249007
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249008
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249009
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1[0m
|
249010
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
249011
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249012
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249013
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
249014
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1
|
249015
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249016
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249017
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249018
|
+
[1m[35mSQL (1.5ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["data", {:associations=>{:renamed_subtask=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
249019
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249020
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249021
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249022
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249023
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1[0m
|
249024
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249025
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249026
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
249027
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249028
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
249029
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249030
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1
|
249031
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249032
|
+
[1m[35m (0.1ms)[0m UPDATE "subtasks" SET "updated_at" = '2012-05-20 23:07:50.812793', "parentable_type" = 'Task', "parentable_id" = 1 WHERE "subtasks"."id" = 1
|
249033
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249034
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249035
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249036
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249037
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249038
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249039
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1[0m
|
249040
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
249041
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249042
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249043
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
249044
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249045
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249046
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249047
|
+
[1m[36mSQL (1.4ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
249048
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249049
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
249050
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249051
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" INNER JOIN "tasks_jointable" ON "subtasks"."id" = "tasks_jointable"."m2_id" WHERE "tasks_jointable"."m1_id" = 1[0m
|
249052
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249053
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249054
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
249055
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249056
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
249057
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "tasks_jointable" ("m2_id", "m1_id") VALUES (1, 1)[0m
|
249058
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249059
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249060
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
249061
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249062
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
249063
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249064
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249065
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249066
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "tasks_jointable" ON "subtasks"."id" = "tasks_jointable"."m2_id" WHERE "tasks_jointable"."m1_id" = 1 LIMIT 1
|
249067
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
249068
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249069
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249070
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
249071
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249072
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249073
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
249074
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249075
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249076
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" INNER JOIN "tasks_jointable" ON "subtasks"."id" = "tasks_jointable"."m2_id" WHERE "tasks_jointable"."m1_id" = 1
|
249077
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
249078
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249079
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" LIMIT 1[0m
|
249080
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249081
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:50 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:50 UTC +00:00]]
|
249082
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249083
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249084
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249085
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249086
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
249087
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249088
|
+
[1m[35m (0.1ms)[0m INSERT INTO "tasks_jointable" ("m1_id", "m2_id") VALUES (1, 1)
|
249089
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249090
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249091
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249092
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249093
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249094
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249095
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249096
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249097
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249098
|
+
[1m[35mTask Load (2.6ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249099
|
+
[1m[36mSubtask Load (0.2ms)[0m [1mSELECT "subtasks".* FROM "subtasks" INNER JOIN "tasks_jointable" ON "subtasks"."id" = "tasks_jointable"."m2_id" WHERE "tasks_jointable"."m1_id" = 1 LIMIT 1[0m
|
249100
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
249101
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249102
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249103
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249104
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249105
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249106
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249107
|
+
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["data", {:associations=>{:renamed_connections=>[{"m1_id"=>nil, :associations=>{:renamed_subtask=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}, "created_at"=>nil, "title"=>"Connection 1", "updated_at"=>nil, "id"=>nil, "m2_id"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249108
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249109
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249110
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
249111
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "task_connections" [0m
|
249112
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks"
|
249113
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249114
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
249115
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249116
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249117
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249118
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249119
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "task_connections" ("created_at", "m1_id", "m2_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["m1_id", 1], ["m2_id", 1], ["title", "Connection 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249120
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249121
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249122
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
249123
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249124
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
249125
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249126
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249127
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249128
|
+
[1m[35mSubtask Load (0.2ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1 LIMIT 1
|
249129
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" LIMIT 1[0m
|
249130
|
+
[1m[35mTaskConnection Load (0.1ms)[0m SELECT "task_connections".* FROM "task_connections" WHERE "task_connections"."m2_id" = 1 LIMIT 1
|
249131
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1[0m
|
249132
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
249133
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
249134
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249135
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249136
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249137
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249138
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249139
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249140
|
+
[1m[35mSQL (1.7ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249141
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249142
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249143
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249144
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "task_connections"
|
249145
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
249146
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249147
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249148
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249149
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249150
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "task_connections" ("created_at", "m1_id", "m2_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["m1_id", 1], ["m2_id", 1], ["title", nil], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249151
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249152
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249153
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249154
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249155
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249156
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249157
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249158
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks"
|
249159
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249160
|
+
[1m[35mSubtask Load (0.2ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1 LIMIT 1
|
249161
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
249162
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249163
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
249164
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249165
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249166
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249167
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249168
|
+
[1m[35mSQL (1.5ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249169
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249170
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "task_connections"
|
249171
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
249172
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249173
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249174
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249175
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249176
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "task_connections" ("created_at", "m1_id", "m2_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["m1_id", 1], ["m2_id", 1], ["title", nil], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249177
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249178
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249179
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249180
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249181
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249182
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249183
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249184
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks"
|
249185
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249186
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1 LIMIT 1
|
249187
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
249188
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249189
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249190
|
+
[1m[35mSQL (1.9ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249191
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249192
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249193
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249194
|
+
[1m[35m (0.2ms)[0m UPDATE "moderations" SET "moderatable_id" = 1, "updated_at" = '2012-05-20 23:07:51.390682' WHERE "moderations"."id" = 1
|
249195
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249196
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks"
|
249197
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249198
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1
|
249199
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" [0m
|
249200
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249201
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249202
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249203
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249204
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "task_connections" ("created_at", "m1_id", "m2_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["m1_id", 1], ["m2_id", 1], ["title", nil], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249205
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249206
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249207
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249208
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249209
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249210
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249211
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249212
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1
|
249213
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249214
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1 LIMIT 1
|
249215
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
249216
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249217
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249218
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249219
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249220
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249221
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249222
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249223
|
+
[1m[36mSQL (1.5ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["data", {:associations=>{:renamed_subtask=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249224
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249225
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249226
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
249227
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249228
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
249229
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
249230
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249231
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249232
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
249233
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249234
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249235
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249236
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
249237
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249238
|
+
[1m[35m (0.1ms)[0m UPDATE "subtasks" SET "updated_at" = '2012-05-20 23:07:51.594746', "task_id" = 1 WHERE "subtasks"."id" = 1
|
249239
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249240
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249241
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249242
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249243
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249244
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249245
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249246
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
249247
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249248
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249249
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249250
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
249251
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249252
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249253
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249254
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249255
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249256
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249257
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["data", {:associations=>{:renamed_subtask=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249258
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249259
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249260
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249261
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249262
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
249263
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249264
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249265
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249266
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
249267
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249268
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
249269
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249270
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249271
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "subtasks" SET "task_id" = 1, "updated_at" = '2012-05-20 23:07:51.649163' WHERE "subtasks"."id" = 1[0m
|
249272
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249273
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249274
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
249275
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249276
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249277
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249278
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
249279
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
249280
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249281
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249282
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249283
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249284
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249285
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249286
|
+
[1m[35mSQL (1.8ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["data", {:associations=>{:renamed_subtask=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249287
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249288
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249289
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249290
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249291
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249292
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249293
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249294
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249295
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249296
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249297
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "subtasks" SET "task_id" = 1, "updated_at" = '2012-05-20 23:07:51.699107' WHERE "subtasks"."id" = 1[0m
|
249298
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249299
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249300
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
249301
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249302
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249303
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249304
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
249305
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249306
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249307
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["data", {:delete_associations=>{:renamed_subtask=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249308
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249309
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249310
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
249311
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249312
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
249313
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249314
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249315
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "subtasks" SET "updated_at" = '2012-05-20 23:07:51.717452', "task_id" = NULL WHERE "subtasks"."id" = 1[0m
|
249316
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249317
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249318
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
249319
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249320
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
|
249321
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249322
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249323
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249324
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
249325
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249326
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249327
|
+
[1m[36mSQL (1.7ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["data", {:create=>{:associations=>{}, :attributes=>{"created_at"=>nil, "title"=>"Task 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249328
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249329
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249330
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks"
|
249331
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249332
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249333
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249334
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249335
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249336
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
249337
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249338
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks"
|
249339
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249340
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
249341
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249342
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249343
|
+
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["data", {:create=>{:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}, :attributes=>{"created_at"=>nil, "title"=>"Task 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249344
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249345
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
249346
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249347
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249348
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249349
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249350
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249351
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", 1], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249352
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249353
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249354
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249355
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249356
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
249357
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249358
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
249359
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1[0m
|
249360
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
249361
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249362
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
249363
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249364
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249365
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249366
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249367
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" [0m
|
249368
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249369
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249370
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["data", :destroy], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249371
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249372
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks"
|
249373
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249374
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
249375
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249376
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" WHERE "moderations"."moderatable_id" = 1 AND "moderations"."moderatable_type" = 'Task'
|
249377
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249378
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 1]]
|
249379
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249380
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249381
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249382
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249383
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" [0m
|
249384
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
249385
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249386
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249387
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["data", {:attributes=>{"title"=>"Task 1"}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249388
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["desc", nil], ["title", nil], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249389
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "moderations" SET "moderatable_id" = 1, "updated_at" = '2012-05-20 23:07:51.966568' WHERE "moderations"."id" = 1[0m
|
249390
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249391
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249392
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249393
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249394
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249395
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "tasks" SET "updated_at" = '2012-05-20 23:07:51.972677', "title" = 'Task 1' WHERE "tasks"."id" = 1[0m
|
249396
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249397
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249398
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
249399
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249400
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249401
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249402
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249403
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:51 UTC +00:00], ["data", {:attributes=>{"title"=>"Task 2"}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:51 UTC +00:00]]
|
249404
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249405
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249406
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249407
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249408
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249409
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "tasks" SET "updated_at" = '2012-05-20 23:07:51.987118', "title" = 'Task 2' WHERE "tasks"."id" = 1[0m
|
249410
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249411
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249412
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
|
249413
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249414
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249415
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
249416
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249417
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249418
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:52 UTC +00:00], ["data", {:create=>{:associations=>nil, :attributes=>{:test=>"ok"}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:52 UTC +00:00]]
|
249419
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249420
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249421
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
249422
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249423
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249424
|
+
[1m[35mSQL (1.3ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:52 UTC +00:00], ["data", {:create=>{:associations=>nil, :attributes=>{:test=>"ok"}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:52 UTC +00:00]]
|
249425
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249426
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249427
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249428
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249429
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
249430
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249431
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249432
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:52 UTC +00:00], ["data", {:create=>{:associations=>nil, :attributes=>{:test=>"ok"}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:52 UTC +00:00]]
|
249433
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249434
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249435
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
249436
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249437
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249438
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:52 UTC +00:00], ["data", "Test!"], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:52 UTC +00:00]]
|
249439
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:52 UTC +00:00], ["desc", nil], ["title", nil], ["updated_at", Sun, 20 May 2012 23:07:52 UTC +00:00]]
|
249440
|
+
[1m[35m (0.1ms)[0m UPDATE "moderations" SET "moderatable_id" = 1, "updated_at" = '2012-05-20 23:07:52.185613' WHERE "moderations"."id" = 1
|
249441
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249442
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249443
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249444
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
249445
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249446
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249447
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:07:52 UTC +00:00], ["data", {:attributes=>{"title"=>"Task 1"}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:07:52 UTC +00:00]]
|
249448
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:07:52 UTC +00:00], ["desc", nil], ["title", nil], ["updated_at", Sun, 20 May 2012 23:07:52 UTC +00:00]]
|
249449
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "moderations" SET "moderatable_id" = 1, "updated_at" = '2012-05-20 23:07:52.210520' WHERE "moderations"."id" = 1[0m
|
249450
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249451
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1[0m
|
249452
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249453
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249454
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
249455
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
249456
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
249457
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249458
|
+
[1m[36mSQL (4.8ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:30 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:30 UTC +00:00]]
|
249459
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249460
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249461
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249462
|
+
[1m[36mSQL (1.7ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:30 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>1, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:30 UTC +00:00]]
|
249463
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249464
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249465
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
|
249466
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249467
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249468
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249469
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249470
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", 1], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249471
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249472
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249473
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
249474
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249475
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
249476
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249477
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249478
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249479
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
249480
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
249481
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249482
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249483
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249484
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249485
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249486
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249487
|
+
[1m[35mSQL (1.6ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>1, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249488
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249489
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249490
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249491
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249492
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1[0m
|
249493
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249494
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249495
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
249496
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249497
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", 1], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249498
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249499
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249500
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249501
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249502
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249503
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249504
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249505
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249506
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249507
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
249508
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249509
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249510
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249511
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249512
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249513
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249514
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249515
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249516
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" LIMIT 1[0m
|
249517
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249518
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249519
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249520
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249521
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
|
249522
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249523
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249524
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249525
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
249526
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249527
|
+
[1m[35m (0.2ms)[0m UPDATE "subtasks" SET "task_id" = 1, "updated_at" = '2012-05-20 23:09:31.212822' WHERE "subtasks"."id" = 1
|
249528
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249529
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249530
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249531
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249532
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249533
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249534
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249535
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249536
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249537
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
249538
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249539
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249540
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249541
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
249542
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249543
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249544
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249545
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249546
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" LIMIT 1[0m
|
249547
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249548
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249549
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249550
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249551
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
|
249552
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249553
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249554
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249555
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
249556
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249557
|
+
[1m[35m (0.2ms)[0m UPDATE "subtasks" SET "task_id" = 1, "updated_at" = '2012-05-20 23:09:31.267465' WHERE "subtasks"."id" = 1
|
249558
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249559
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249560
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249561
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249562
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249563
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249564
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249565
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249566
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249567
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
249568
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249569
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249570
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249571
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249572
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249573
|
+
[1m[35mSQL (1.5ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>1, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249574
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249575
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249576
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249577
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249578
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", 1], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249579
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249580
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249581
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
249582
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249583
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
249584
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249585
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
249586
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1[0m
|
249587
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 ORDER BY "subtasks"."id" DESC LIMIT 1
|
249588
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249589
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["data", {:delete_associations=>{:renamed_subtasks=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249590
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249591
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
249592
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1[0m
|
249593
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249594
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249595
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
249596
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249597
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "subtasks" SET "task_id" = NULL WHERE "subtasks"."task_id" = 1 AND "subtasks"."id" IN (1)
|
249598
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249599
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249600
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 2]]
|
249601
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249602
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1[0m
|
249603
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
|
249604
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
249605
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249606
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249607
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249608
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249609
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249610
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249611
|
+
[1m[35mSQL (1.7ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>"Task", "created_at"=>nil, "task_id"=>nil, "parentable_id"=>1, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249612
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249613
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249614
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task'[0m
|
249615
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249616
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249617
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
249618
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249619
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["parentable_id", 1], ["parentable_type", "Task"], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249620
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249621
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249622
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249623
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249624
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249625
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249626
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249627
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249628
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1[0m
|
249629
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
249630
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249631
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249632
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249633
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1
|
249634
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249635
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249636
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249637
|
+
[1m[35mSQL (1.5ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["data", {:associations=>{:renamed_subtask=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249638
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249639
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249640
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249641
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249642
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1[0m
|
249643
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249644
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249645
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
249646
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249647
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249648
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249649
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1
|
249650
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249651
|
+
[1m[35m (0.2ms)[0m UPDATE "subtasks" SET "parentable_id" = 1, "updated_at" = '2012-05-20 23:09:31.532537', "parentable_type" = 'Task' WHERE "subtasks"."id" = 1
|
249652
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249653
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249654
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249655
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249656
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249657
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249658
|
+
[1m[36mSubtask Load (0.2ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1[0m
|
249659
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
249660
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249661
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249662
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249663
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249664
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249665
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249666
|
+
[1m[36mSQL (1.5ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249667
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249668
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
249669
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249670
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" INNER JOIN "tasks_jointable" ON "subtasks"."id" = "tasks_jointable"."m2_id" WHERE "tasks_jointable"."m1_id" = 1[0m
|
249671
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249672
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249673
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
249674
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249675
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249676
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "tasks_jointable" ("m1_id", "m2_id") VALUES (1, 1)[0m
|
249677
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249678
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249679
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
249680
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249681
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
249682
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249683
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249684
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249685
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "tasks_jointable" ON "subtasks"."id" = "tasks_jointable"."m2_id" WHERE "tasks_jointable"."m1_id" = 1 LIMIT 1
|
249686
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
249687
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249688
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249689
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249690
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249691
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249692
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249693
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249694
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249695
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" INNER JOIN "tasks_jointable" ON "subtasks"."id" = "tasks_jointable"."m2_id" WHERE "tasks_jointable"."m1_id" = 1
|
249696
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
249697
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249698
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" LIMIT 1[0m
|
249699
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249700
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249701
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249702
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249703
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249704
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249705
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
249706
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249707
|
+
[1m[35m (0.1ms)[0m INSERT INTO "tasks_jointable" ("m1_id", "m2_id") VALUES (1, 1)
|
249708
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249709
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249710
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249711
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249712
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249713
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249714
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249715
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249716
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249717
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249718
|
+
[1m[36mSubtask Load (0.2ms)[0m [1mSELECT "subtasks".* FROM "subtasks" INNER JOIN "tasks_jointable" ON "subtasks"."id" = "tasks_jointable"."m2_id" WHERE "tasks_jointable"."m1_id" = 1 LIMIT 1[0m
|
249719
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
249720
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249721
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249722
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249723
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249724
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249725
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249726
|
+
[1m[36mSQL (2.4ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["data", {:associations=>{:renamed_connections=>[{"m1_id"=>nil, :associations=>{:renamed_subtask=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}, "created_at"=>nil, "title"=>"Connection 1", "updated_at"=>nil, "id"=>nil, "m2_id"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249727
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249728
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249729
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
249730
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "task_connections" [0m
|
249731
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks"
|
249732
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249733
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
249734
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249735
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249736
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249737
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249738
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "task_connections" ("created_at", "m1_id", "m2_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["m1_id", 1], ["m2_id", 1], ["title", "Connection 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249739
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249740
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249741
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
249742
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249743
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
249744
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249745
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249746
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249747
|
+
[1m[35mSubtask Load (0.2ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1 LIMIT 1
|
249748
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" LIMIT 1[0m
|
249749
|
+
[1m[35mTaskConnection Load (0.1ms)[0m SELECT "task_connections".* FROM "task_connections" WHERE "task_connections"."m2_id" = 1 LIMIT 1
|
249750
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1[0m
|
249751
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
249752
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
249753
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249754
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249755
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249756
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249757
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249758
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249759
|
+
[1m[35mSQL (1.8ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249760
|
+
[1m[36m (1.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249761
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249762
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249763
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "task_connections"
|
249764
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
249765
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249766
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249767
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249768
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249769
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "task_connections" ("created_at", "m1_id", "m2_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:31 UTC +00:00], ["m1_id", 1], ["m2_id", 1], ["title", nil], ["updated_at", Sun, 20 May 2012 23:09:31 UTC +00:00]]
|
249770
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249771
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249772
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249773
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249774
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249775
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249776
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249777
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks"
|
249778
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249779
|
+
[1m[35mSubtask Load (0.2ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1 LIMIT 1
|
249780
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
249781
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249782
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249783
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249784
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249785
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249786
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249787
|
+
[1m[35mSQL (1.6ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249788
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249789
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "task_connections"
|
249790
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
249791
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249792
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249793
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249794
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249795
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "task_connections" ("created_at", "m1_id", "m2_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["m1_id", 1], ["m2_id", 1], ["title", nil], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249796
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249797
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249798
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249799
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249800
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249801
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249802
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249803
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks"
|
249804
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249805
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1 LIMIT 1
|
249806
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
249807
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249808
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249809
|
+
[1m[35mSQL (1.8ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249810
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249811
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249812
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249813
|
+
[1m[35m (0.2ms)[0m UPDATE "moderations" SET "moderatable_id" = 1, "updated_at" = '2012-05-20 23:09:32.101693' WHERE "moderations"."id" = 1
|
249814
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249815
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks"
|
249816
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249817
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1
|
249818
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" [0m
|
249819
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249820
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249821
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249822
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249823
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "task_connections" ("created_at", "m1_id", "m2_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["m1_id", 1], ["m2_id", 1], ["title", nil], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249824
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249825
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249826
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249827
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249828
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249829
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249830
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249831
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1
|
249832
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249833
|
+
[1m[35mSubtask Load (0.2ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1 LIMIT 1
|
249834
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
249835
|
+
[1m[35m (0.6ms)[0m begin transaction
|
249836
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249837
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249838
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249839
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249840
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249841
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249842
|
+
[1m[36mSQL (1.5ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["data", {:associations=>{:renamed_subtask=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249843
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249844
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249845
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249846
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249847
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
249848
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
249849
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249850
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249851
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
249852
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249853
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249854
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249855
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
249856
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249857
|
+
[1m[35m (0.2ms)[0m UPDATE "subtasks" SET "updated_at" = '2012-05-20 23:09:32.287129', "task_id" = 1 WHERE "subtasks"."id" = 1
|
249858
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249859
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249860
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249861
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249862
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249863
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249864
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249865
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
249866
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
249867
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249868
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249869
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
249870
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249871
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249872
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249873
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249874
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249875
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249876
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["data", {:associations=>{:renamed_subtask=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249877
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249878
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249879
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249880
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249881
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
249882
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249883
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249884
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249885
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
249886
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249887
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249888
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249889
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249890
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "subtasks" SET "task_id" = 1, "updated_at" = '2012-05-20 23:09:32.341432' WHERE "subtasks"."id" = 1[0m
|
249891
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249892
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249893
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
249894
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249895
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249896
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249897
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
249898
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
249899
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249900
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249901
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249902
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249903
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249904
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249905
|
+
[1m[35mSQL (1.3ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["data", {:associations=>{:renamed_subtask=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249906
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249907
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249908
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249909
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249910
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
249911
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249912
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249913
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249914
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249915
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249916
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "subtasks" SET "task_id" = 1, "updated_at" = '2012-05-20 23:09:32.390132' WHERE "subtasks"."id" = 1[0m
|
249917
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249918
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249919
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
249920
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249921
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
249922
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249923
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
249924
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249925
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249926
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["data", {:delete_associations=>{:renamed_subtask=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249927
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249928
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249929
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
249930
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249931
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
249932
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249933
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
249934
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "subtasks" SET "updated_at" = '2012-05-20 23:09:32.408727', "task_id" = NULL WHERE "subtasks"."id" = 1[0m
|
249935
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249936
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249937
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
249938
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249939
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
|
249940
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249941
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249942
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249943
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
249944
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249945
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249946
|
+
[1m[36mSQL (1.7ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["data", {:create=>{:associations=>{}, :attributes=>{"created_at"=>nil, "title"=>"Task 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249947
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249948
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
249949
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks"
|
249950
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249951
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249952
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249953
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249954
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249955
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
249956
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249957
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks"
|
249958
|
+
[1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
249959
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
249960
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249961
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249962
|
+
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["data", {:create=>{:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}, :attributes=>{"created_at"=>nil, "title"=>"Task 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249963
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249964
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
249965
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
249966
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249967
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249968
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249969
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249970
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", 1], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249971
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249972
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249973
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
249974
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
249975
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
249976
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249977
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
249978
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1[0m
|
249979
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
249980
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
249981
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
249982
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
249983
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
249984
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249985
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
249986
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" [0m
|
249987
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
249988
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249989
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["data", :destroy], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
249990
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249991
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks"
|
249992
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
249993
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
249994
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
249995
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" WHERE "moderations"."moderatable_id" = 1 AND "moderations"."moderatable_type" = 'Task'
|
249996
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
249997
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 1]]
|
249998
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
249999
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250000
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
250001
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250002
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" [0m
|
250003
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
250004
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
250005
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250006
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["data", {:attributes=>{"title"=>"Task 1"}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
250007
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["title", nil], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
250008
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "moderations" SET "moderatable_id" = 1, "updated_at" = '2012-05-20 23:09:32.653585' WHERE "moderations"."id" = 1[0m
|
250009
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250010
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250011
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250012
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250013
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250014
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "tasks" SET "updated_at" = '2012-05-20 23:09:32.659679', "title" = 'Task 1' WHERE "tasks"."id" = 1[0m
|
250015
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250016
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250017
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
250018
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250019
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250020
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250021
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250022
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["data", {:attributes=>{"title"=>"Task 2"}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
250023
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250024
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250025
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250026
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250027
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250028
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "tasks" SET "updated_at" = '2012-05-20 23:09:32.672058', "title" = 'Task 2' WHERE "tasks"."id" = 1[0m
|
250029
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250030
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250031
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
|
250032
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250033
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250034
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
250035
|
+
[1m[35m (0.1ms)[0m begin transaction
|
250036
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250037
|
+
[1m[35mSQL (1.3ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["data", {:create=>{:associations=>nil, :attributes=>{:test=>"ok"}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
250038
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250039
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250040
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
250041
|
+
[1m[35m (0.1ms)[0m begin transaction
|
250042
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250043
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["data", {:create=>{:associations=>nil, :attributes=>{:test=>"ok"}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
250044
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250045
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250046
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
250047
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250048
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
250049
|
+
[1m[35m (0.1ms)[0m begin transaction
|
250050
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250051
|
+
[1m[35mSQL (1.3ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["data", {:create=>{:associations=>nil, :attributes=>{:test=>"ok"}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
250052
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250053
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250054
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
250055
|
+
[1m[35m (0.1ms)[0m begin transaction
|
250056
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250057
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["data", "Test!"], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
250058
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["title", nil], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
250059
|
+
[1m[35m (0.1ms)[0m UPDATE "moderations" SET "moderatable_id" = 1, "updated_at" = '2012-05-20 23:09:32.842285' WHERE "moderations"."id" = 1
|
250060
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250061
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250062
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
250063
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
250064
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
250065
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250066
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["data", {:attributes=>{"title"=>"Task 1"}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
250067
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:09:32 UTC +00:00], ["desc", nil], ["title", nil], ["updated_at", Sun, 20 May 2012 23:09:32 UTC +00:00]]
|
250068
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "moderations" SET "moderatable_id" = 1, "updated_at" = '2012-05-20 23:09:32.867871' WHERE "moderations"."id" = 1[0m
|
250069
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250070
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1[0m
|
250071
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250072
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250073
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
250074
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
250075
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
250076
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250077
|
+
[1m[36mSQL (4.8ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250078
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250079
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250080
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250081
|
+
[1m[36mSQL (1.7ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>1, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250082
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250083
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250084
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
|
250085
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250086
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250087
|
+
[1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250088
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250089
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", 1], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250090
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250091
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250092
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
250093
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250094
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
250095
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250096
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250097
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250098
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
250099
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
250100
|
+
[1m[35m (0.1ms)[0m begin transaction
|
250101
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250102
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250103
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250104
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250105
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250106
|
+
[1m[35mSQL (1.6ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>1, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250107
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250108
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250109
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250110
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250111
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1[0m
|
250112
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250113
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
250114
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
250115
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250116
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", 1], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250117
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250118
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250119
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250120
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250121
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
250122
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250123
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250124
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250125
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
250126
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
250127
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
250128
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250129
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250130
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250131
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250132
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250133
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250134
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250135
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" LIMIT 1[0m
|
250136
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250137
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250138
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250139
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250140
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
|
250141
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250142
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250143
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250144
|
+
[1m[35mSubtask Load (0.2ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
250145
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250146
|
+
[1m[35m (0.2ms)[0m UPDATE "subtasks" SET "updated_at" = '2012-05-20 23:10:29.623234', "task_id" = 1 WHERE "subtasks"."id" = 1
|
250147
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250148
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250149
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250150
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250151
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
250152
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250153
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250154
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250155
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
250156
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
250157
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
250158
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250159
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250160
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250161
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250162
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250163
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250164
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250165
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" LIMIT 1[0m
|
250166
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250167
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250168
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250169
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250170
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
|
250171
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250172
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250173
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250174
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
250175
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250176
|
+
[1m[35m (0.2ms)[0m UPDATE "subtasks" SET "updated_at" = '2012-05-20 23:10:29.677345', "task_id" = 1 WHERE "subtasks"."id" = 1
|
250177
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250178
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250179
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250180
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250181
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
250182
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250183
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250184
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250185
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
250186
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
250187
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
250188
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250189
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250190
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250191
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250192
|
+
[1m[35mSQL (1.5ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>1, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250193
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250194
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250195
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250196
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250197
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", 1], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250198
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250199
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250200
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
250201
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250202
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
250203
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250204
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
250205
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1[0m
|
250206
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 ORDER BY "subtasks"."id" DESC LIMIT 1
|
250207
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250208
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["data", {:delete_associations=>{:renamed_subtasks=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250209
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250210
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
250211
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1[0m
|
250212
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250213
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250214
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
250215
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250216
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "subtasks" SET "task_id" = NULL WHERE "subtasks"."task_id" = 1 AND "subtasks"."id" IN (1)
|
250217
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250218
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250219
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 2]]
|
250220
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250221
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1[0m
|
250222
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
|
250223
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
250224
|
+
[1m[35m (0.1ms)[0m begin transaction
|
250225
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250226
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250227
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250228
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250229
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250230
|
+
[1m[35mSQL (1.8ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>"Task", "created_at"=>nil, "task_id"=>nil, "parentable_id"=>1, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250231
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250232
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250233
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task'[0m
|
250234
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250235
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
250236
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
250237
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250238
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["desc", nil], ["parentable_id", 1], ["parentable_type", "Task"], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250239
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250240
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250241
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250242
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250243
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
250244
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250245
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250246
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250247
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1[0m
|
250248
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
250249
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
250250
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250251
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250252
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1
|
250253
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250254
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250255
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250256
|
+
[1m[35mSQL (1.4ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["data", {:associations=>{:renamed_subtask=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250257
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250258
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250259
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250260
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250261
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1[0m
|
250262
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250263
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
250264
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
250265
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250266
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250267
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250268
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1
|
250269
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250270
|
+
[1m[35m (0.2ms)[0m UPDATE "subtasks" SET "updated_at" = '2012-05-20 23:10:29.942876', "parentable_type" = 'Task', "parentable_id" = 1 WHERE "subtasks"."id" = 1
|
250271
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250272
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250273
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
250274
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250275
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250276
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250277
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."parentable_id" = 1 AND "subtasks"."parentable_type" = 'Task' LIMIT 1[0m
|
250278
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
250279
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
250280
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250281
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250282
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250283
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250284
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250285
|
+
[1m[36mSQL (1.5ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:29 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:29 UTC +00:00]]
|
250286
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250287
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
250288
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250289
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" INNER JOIN "tasks_jointable" ON "subtasks"."id" = "tasks_jointable"."m2_id" WHERE "tasks_jointable"."m1_id" = 1[0m
|
250290
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250291
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
250292
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
250293
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250294
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250295
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "tasks_jointable" ("m1_id", "m2_id") VALUES (1, 1)[0m
|
250296
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250297
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250298
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
250299
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250300
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
250301
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250302
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250303
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250304
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "tasks_jointable" ON "subtasks"."id" = "tasks_jointable"."m2_id" WHERE "tasks_jointable"."m1_id" = 1 LIMIT 1
|
250305
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
250306
|
+
[1m[35m (0.1ms)[0m begin transaction
|
250307
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250308
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250309
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250310
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250311
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250312
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250313
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250314
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" INNER JOIN "tasks_jointable" ON "subtasks"."id" = "tasks_jointable"."m2_id" WHERE "tasks_jointable"."m1_id" = 1
|
250315
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
250316
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250317
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" LIMIT 1[0m
|
250318
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250319
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250320
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250321
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250322
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250323
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250324
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
250325
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250326
|
+
[1m[35m (0.1ms)[0m INSERT INTO "tasks_jointable" ("m1_id", "m2_id") VALUES (1, 1)
|
250327
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250328
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250329
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250330
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250331
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250332
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250333
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
250334
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250335
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250336
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250337
|
+
[1m[36mSubtask Load (0.2ms)[0m [1mSELECT "subtasks".* FROM "subtasks" INNER JOIN "tasks_jointable" ON "subtasks"."id" = "tasks_jointable"."m2_id" WHERE "tasks_jointable"."m1_id" = 1 LIMIT 1[0m
|
250338
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
250339
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
250340
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250341
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250342
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250343
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250344
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250345
|
+
[1m[36mSQL (2.4ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["data", {:associations=>{:renamed_connections=>[{"m1_id"=>nil, :associations=>{:renamed_subtask=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}, "created_at"=>nil, "title"=>"Connection 1", "updated_at"=>nil, "id"=>nil, "m2_id"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250346
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250347
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250348
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
250349
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "task_connections" [0m
|
250350
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks"
|
250351
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
250352
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
250353
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250354
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250355
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250356
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250357
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "task_connections" ("created_at", "m1_id", "m2_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["m1_id", 1], ["m2_id", 1], ["title", "Connection 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250358
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250359
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250360
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
250361
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250362
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
250363
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250364
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250365
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250366
|
+
[1m[35mSubtask Load (0.3ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1 LIMIT 1
|
250367
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" LIMIT 1[0m
|
250368
|
+
[1m[35mTaskConnection Load (0.1ms)[0m SELECT "task_connections".* FROM "task_connections" WHERE "task_connections"."m2_id" = 1 LIMIT 1
|
250369
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1[0m
|
250370
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
250371
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
250372
|
+
[1m[35m (0.1ms)[0m begin transaction
|
250373
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250374
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250375
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250376
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250377
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250378
|
+
[1m[35mSQL (1.7ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250379
|
+
[1m[36m (0.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250380
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250381
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250382
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "task_connections"
|
250383
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
250384
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250385
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250386
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250387
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250388
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "task_connections" ("created_at", "m1_id", "m2_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["m1_id", 1], ["m2_id", 1], ["title", nil], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250389
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250390
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250391
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250392
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250393
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
250394
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250395
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250396
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks"
|
250397
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250398
|
+
[1m[35mSubtask Load (0.2ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1 LIMIT 1
|
250399
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
250400
|
+
[1m[35m (0.1ms)[0m begin transaction
|
250401
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250402
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250403
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250404
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250405
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250406
|
+
[1m[35mSQL (1.6ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250407
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250408
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "task_connections"
|
250409
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
250410
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250411
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250412
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250413
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250414
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "task_connections" ("created_at", "m1_id", "m2_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["m1_id", 1], ["m2_id", 1], ["title", nil], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250415
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250416
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250417
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250418
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250419
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
250420
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250421
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250422
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks"
|
250423
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250424
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1 LIMIT 1
|
250425
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
250426
|
+
[1m[35m (0.1ms)[0m begin transaction
|
250427
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250428
|
+
[1m[35mSQL (1.8ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["data", {:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250429
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250430
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250431
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250432
|
+
[1m[35m (0.2ms)[0m UPDATE "moderations" SET "moderatable_id" = 1, "updated_at" = '2012-05-20 23:10:30.507190' WHERE "moderations"."id" = 1
|
250433
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250434
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks"
|
250435
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250436
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1
|
250437
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" [0m
|
250438
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250439
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250440
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250441
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250442
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "task_connections" ("created_at", "m1_id", "m2_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["m1_id", 1], ["m2_id", 1], ["title", nil], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250443
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250444
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250445
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250446
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250447
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
250448
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250449
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250450
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1
|
250451
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250452
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" INNER JOIN "task_connections" ON "subtasks"."id" = "task_connections"."m2_id" WHERE "task_connections"."m1_id" = 1 LIMIT 1
|
250453
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
250454
|
+
[1m[35m (0.1ms)[0m begin transaction
|
250455
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250456
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250457
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
250458
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250459
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250460
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250461
|
+
[1m[36mSQL (1.4ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["data", {:associations=>{:renamed_subtask=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250462
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250463
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250464
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
250465
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250466
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
250467
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
250468
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250469
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
250470
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
250471
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250472
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250473
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250474
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
250475
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250476
|
+
[1m[35m (0.1ms)[0m UPDATE "subtasks" SET "updated_at" = '2012-05-20 23:10:30.691673', "task_id" = 1 WHERE "subtasks"."id" = 1
|
250477
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250478
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250479
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
250480
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250481
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250482
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250483
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
250484
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
250485
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
250486
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250487
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250488
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
250489
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250490
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250491
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250492
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250493
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250494
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250495
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["data", {:associations=>{:renamed_subtask=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250496
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250497
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250498
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250499
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250500
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
250501
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250502
|
+
[1m[35mModeration Load (0.2ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250503
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250504
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
|
250505
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250506
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
250507
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
250508
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250509
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "subtasks" SET "updated_at" = '2012-05-20 23:10:30.745159', "task_id" = 1 WHERE "subtasks"."id" = 1[0m
|
250510
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250511
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250512
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
250513
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250514
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250515
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250516
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
250517
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
250518
|
+
[1m[35m (0.1ms)[0m begin transaction
|
250519
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250520
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250521
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
250522
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250523
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250524
|
+
[1m[35mSQL (1.4ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["data", {:associations=>{:renamed_subtask=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250525
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250526
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250527
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250528
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250529
|
+
[1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250530
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250531
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", nil], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250532
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250533
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
250534
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250535
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "subtasks" SET "updated_at" = '2012-05-20 23:10:30.794499', "task_id" = 1 WHERE "subtasks"."id" = 1[0m
|
250536
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250537
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250538
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
250539
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250540
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250541
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250542
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
250543
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250544
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250545
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["data", {:delete_associations=>{:renamed_subtask=>[1]}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250546
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250547
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250548
|
+
[1m[35mSubtask Load (0.1ms)[0m SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
|
250549
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
250550
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
250551
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
250552
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250553
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "subtasks" SET "task_id" = NULL, "updated_at" = '2012-05-20 23:10:30.812629' WHERE "subtasks"."id" = 1[0m
|
250554
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250555
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250556
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
250557
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250558
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
|
250559
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250560
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250561
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
250562
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
250563
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
250564
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250565
|
+
[1m[36mSQL (1.6ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["data", {:create=>{:associations=>{}, :attributes=>{"created_at"=>nil, "title"=>"Task 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250566
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250567
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "moderations" [0m
|
250568
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks"
|
250569
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
250570
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250571
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250572
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250573
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250574
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
250575
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250576
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks"
|
250577
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250578
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
250579
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
250580
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250581
|
+
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["data", {:create=>{:associations=>{:renamed_subtasks=>[{"parentable_type"=>nil, "created_at"=>nil, "task_id"=>nil, "parentable_id"=>nil, "title"=>"Subtask 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}]}, :attributes=>{"created_at"=>nil, "title"=>"Task 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250582
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250583
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" [0m
|
250584
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250585
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250586
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250587
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250588
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250589
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "subtasks" ("created_at", "desc", "parentable_id", "parentable_type", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:30 UTC +00:00], ["desc", nil], ["parentable_id", nil], ["parentable_type", nil], ["task_id", 1], ["title", "Subtask 1"], ["updated_at", Sun, 20 May 2012 23:10:30 UTC +00:00]]
|
250590
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250591
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250592
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
250593
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250594
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
250595
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250596
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
250597
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1[0m
|
250598
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
250599
|
+
[1m[36mSubtask Load (0.1ms)[0m [1mSELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1[0m
|
250600
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
250601
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
250602
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250603
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:31 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:31 UTC +00:00]]
|
250604
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250605
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" [0m
|
250606
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250607
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250608
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:31 UTC +00:00], ["data", :destroy], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:31 UTC +00:00]]
|
250609
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250610
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks"
|
250611
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
250612
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
|
250613
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250614
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" WHERE "moderations"."moderatable_id" = 1 AND "moderations"."moderatable_type" = 'Task'
|
250615
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
250616
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 1]]
|
250617
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250618
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250619
|
+
[1m[36mSQL (0.0ms)[0m [1mDELETE FROM "moderations" WHERE "moderations"."id" = ?[0m [["id", 1]]
|
250620
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250621
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" [0m
|
250622
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
250623
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
250624
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250625
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:31 UTC +00:00], ["data", {:attributes=>{"title"=>"Task 1"}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:31 UTC +00:00]]
|
250626
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:31 UTC +00:00], ["desc", nil], ["title", nil], ["updated_at", Sun, 20 May 2012 23:10:31 UTC +00:00]]
|
250627
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "moderations" SET "moderatable_id" = 1, "updated_at" = '2012-05-20 23:10:31.055365' WHERE "moderations"."id" = 1[0m
|
250628
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
250629
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250630
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250631
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250632
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250633
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "tasks" SET "updated_at" = '2012-05-20 23:10:31.062811', "title" = 'Task 1' WHERE "tasks"."id" = 1[0m
|
250634
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250635
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250636
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
|
250637
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250638
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250639
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250640
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250641
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:31 UTC +00:00], ["data", {:attributes=>{"title"=>"Task 2"}}], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:31 UTC +00:00]]
|
250642
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250643
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" LIMIT 1[0m
|
250644
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250645
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250646
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250647
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "tasks" SET "updated_at" = '2012-05-20 23:10:31.076373', "title" = 'Task 2' WHERE "tasks"."id" = 1[0m
|
250648
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250649
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
250650
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
|
250651
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250652
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" LIMIT 1
|
250653
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
250654
|
+
[1m[35m (0.1ms)[0m begin transaction
|
250655
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250656
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:31 UTC +00:00], ["data", {:create=>{:associations=>nil, :attributes=>{:test=>"ok"}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:31 UTC +00:00]]
|
250657
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250658
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250659
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
250660
|
+
[1m[35m (0.1ms)[0m begin transaction
|
250661
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250662
|
+
[1m[35mSQL (1.6ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:31 UTC +00:00], ["data", {:create=>{:associations=>nil, :attributes=>{"created_at"=>nil, "title"=>"Task 1", "updated_at"=>nil, "id"=>nil, "desc"=>nil}}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:31 UTC +00:00]]
|
250663
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250664
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250665
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
250666
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250667
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
250668
|
+
[1m[35m (0.1ms)[0m begin transaction
|
250669
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250670
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:31 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Sun, 20 May 2012 23:10:31 UTC +00:00]]
|
250671
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250672
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
250673
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250674
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:31 UTC +00:00], ["data", :destroy], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:31 UTC +00:00]]
|
250675
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250676
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250677
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
250678
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250679
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
250680
|
+
[1m[35m (0.1ms)[0m begin transaction
|
250681
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
250682
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:31 UTC +00:00], ["data", "Test!"], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:31 UTC +00:00]]
|
250683
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:31 UTC +00:00], ["desc", nil], ["title", nil], ["updated_at", Sun, 20 May 2012 23:10:31 UTC +00:00]]
|
250684
|
+
[1m[35m (0.1ms)[0m UPDATE "moderations" SET "moderatable_id" = 1, "updated_at" = '2012-05-20 23:10:31.272956' WHERE "moderations"."id" = 1
|
250685
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
250686
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "moderations"
|
250687
|
+
[1m[36mModeration Load (0.1ms)[0m [1mSELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1[0m
|
250688
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
250689
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
250690
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
250691
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "moderations" ("created_at", "data", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Sun, 20 May 2012 23:10:31 UTC +00:00], ["data", {:attributes=>{"title"=>"Task 1"}}], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Sun, 20 May 2012 23:10:31 UTC +00:00]]
|
250692
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 20 May 2012 23:10:31 UTC +00:00], ["desc", nil], ["title", nil], ["updated_at", Sun, 20 May 2012 23:10:31 UTC +00:00]]
|
250693
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "moderations" SET "moderatable_id" = 1, "updated_at" = '2012-05-20 23:10:31.297051' WHERE "moderations"."id" = 1[0m
|
250694
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
250695
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1[0m
|
250696
|
+
[1m[35mModeration Load (0.1ms)[0m SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
|
250697
|
+
[1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1[0m
|
250698
|
+
[1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
|
250699
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|