has_moderated 0.0.27 → 0.0.28

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.
@@ -23,9 +23,15 @@ module HasModerated
23
23
  # here we can delete the photo from tmp
24
24
  def moderatable_discard(moderation)
25
25
  value = moderation.interpreted_value
26
- if value && value.respond_to?("[]") &&
26
+ if moderation.attr_name == "-" && value && value.respond_to?("[]") &&
27
27
  value[:main_model] && value[:main_model][:photo_tmp_file]
28
- HasModerated::CarrierWave::photo_tmp_delete(value[:main_model][:photo_tmp_file])
28
+ value = value[:main_model][:photo_tmp_file]
29
+ elsif moderation.attr_name != "photo_tmp_file"
30
+ return # we dont want to process anything else than the above
31
+ end
32
+
33
+ unless value.blank?
34
+ HasModerated::CarrierWave::photo_tmp_delete(value)
29
35
  end
30
36
  end
31
37
  end
@@ -1,3 +1,3 @@
1
1
  module HasModerated
2
- VERSION = "0.0.27"
2
+ VERSION = "0.0.28"
3
3
  end
@@ -6536,3 +6536,85 @@ Migrating to CreateHabtmNameTests (20111018180207)
6536
6536
   (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20111009205545')
6537
6537
   (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20111018172409')
6538
6538
   (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20111018174319')
6539
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
6540
+  (0.2ms) select sqlite_version(*)
6541
+  (1.9ms) CREATE TABLE "habtm_name_tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime, "updated_at" datetime) 
6542
+  (1.6ms) CREATE TABLE "habtm_name_tests_tasks" ("task_id" integer, "habtm_name_test_id" integer)
6543
+  (1.7ms) CREATE TABLE "hjoin_tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime, "updated_at" datetime) 
6544
+  (1.5ms) CREATE TABLE "hjoin_tests_tasks" ("task_id" integer, "hjoin_test_id" integer)
6545
+  (2.0ms) CREATE TABLE "hmany_fk_tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "something_id" integer, "title" varchar(255), "created_at" datetime, "updated_at" datetime) 
6546
+  (2.1ms) CREATE TABLE "hmanythrough_joins" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hmanythrough_test_id" integer, "task_id" integer, "exdata" varchar(255), "created_at" datetime, "updated_at" datetime)
6547
+  (1.9ms) CREATE TABLE "hmanythrough_tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime, "updated_at" datetime) 
6548
+  (2.0ms) CREATE TABLE "hone_as_tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "testable_id" integer, "testable_type" varchar(255), "title" varchar(255), "created_at" datetime, "updated_at" datetime)
6549
+  (1.8ms) CREATE TABLE "hone_tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "created_at" datetime, "updated_at" datetime, "title" varchar(255)) 
6550
+  (2.4ms) CREATE TABLE "hook_tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "foo" varchar(255), "created_at" datetime, "updated_at" datetime)
6551
+  (1.6ms) CREATE TABLE "moderations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "moderatable_id" integer, "moderatable_type" varchar(255) NOT NULL, "attr_name" varchar(60) NOT NULL, "attr_value" text NOT NULL, "created_at" datetime, "updated_at" datetime) 
6552
+  (1.8ms) CREATE TABLE "photo_holders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime, "updated_at" datetime)
6553
+  (1.8ms) CREATE TABLE "photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo" varchar(255), "created_at" datetime, "updated_at" datetime, "photo_holder_id" integer) 
6554
+  (1.7ms) CREATE TABLE "subtasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "title" varchar(255), "desc" varchar(255), "created_at" datetime, "updated_at" datetime, "task_all_id" integer)
6555
+  (1.9ms) CREATE TABLE "task_alls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "value" varchar(255), "created_at" datetime, "updated_at" datetime) 
6556
+  (1.7ms) CREATE TABLE "task_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo" varchar(255), "task_id" integer, "created_at" datetime, "updated_at" datetime)
6557
+  (2.4ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "desc" varchar(255), "created_at" datetime, "updated_at" datetime) 
6558
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
6559
+  (0.1ms) PRAGMA index_list("schema_migrations")
6560
+  (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6561
+  (0.1ms) SELECT version FROM "schema_migrations"
6562
+  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20111018180207')
6563
+  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20110901013205')
6564
+  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20110901013228')
6565
+  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20110901013618')
6566
+  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20110908025410')
6567
+  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20110908025606')
6568
+  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20111003205633')
6569
+  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20111003234101')
6570
+  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20111004153147')
6571
+  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20111004164509')
6572
+  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20111008195728')
6573
+  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20111008195809')
6574
+  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20111009193145')
6575
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20111009201729')
6576
+  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20111009205517')
6577
+  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20111009205545')
6578
+  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20111018172409')
6579
+  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20111018174319')
6580
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
6581
+  (0.1ms) select sqlite_version(*)
6582
+  (16.2ms) CREATE TABLE "habtm_name_tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime, "updated_at" datetime) 
6583
+  (1.2ms) CREATE TABLE "habtm_name_tests_tasks" ("task_id" integer, "habtm_name_test_id" integer)
6584
+  (1.5ms) CREATE TABLE "hjoin_tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime, "updated_at" datetime) 
6585
+  (1.5ms) CREATE TABLE "hjoin_tests_tasks" ("task_id" integer, "hjoin_test_id" integer)
6586
+  (1.3ms) CREATE TABLE "hmany_fk_tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "something_id" integer, "title" varchar(255), "created_at" datetime, "updated_at" datetime) 
6587
+  (1.6ms) CREATE TABLE "hmanythrough_joins" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "hmanythrough_test_id" integer, "task_id" integer, "exdata" varchar(255), "created_at" datetime, "updated_at" datetime)
6588
+  (1.7ms) CREATE TABLE "hmanythrough_tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime, "updated_at" datetime) 
6589
+  (1.5ms) CREATE TABLE "hone_as_tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "testable_id" integer, "testable_type" varchar(255), "title" varchar(255), "created_at" datetime, "updated_at" datetime)
6590
+  (1.5ms) CREATE TABLE "hone_tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "created_at" datetime, "updated_at" datetime, "title" varchar(255)) 
6591
+  (1.7ms) CREATE TABLE "hook_tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "foo" varchar(255), "created_at" datetime, "updated_at" datetime)
6592
+  (2.1ms) CREATE TABLE "moderations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "moderatable_id" integer, "moderatable_type" varchar(255) NOT NULL, "attr_name" varchar(60) NOT NULL, "attr_value" text NOT NULL, "created_at" datetime, "updated_at" datetime) 
6593
+  (2.2ms) CREATE TABLE "photo_holders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime, "updated_at" datetime)
6594
+  (1.9ms) CREATE TABLE "photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo" varchar(255), "created_at" datetime, "updated_at" datetime, "photo_holder_id" integer) 
6595
+  (2.0ms) CREATE TABLE "subtasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "title" varchar(255), "desc" varchar(255), "created_at" datetime, "updated_at" datetime, "task_all_id" integer)
6596
+  (2.2ms) CREATE TABLE "task_alls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "value" varchar(255), "created_at" datetime, "updated_at" datetime) 
6597
+  (1.9ms) CREATE TABLE "task_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "photo" varchar(255), "task_id" integer, "created_at" datetime, "updated_at" datetime)
6598
+  (2.3ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "desc" varchar(255), "created_at" datetime, "updated_at" datetime) 
6599
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
6600
+  (0.0ms) PRAGMA index_list("schema_migrations")
6601
+  (10.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6602
+  (0.1ms) SELECT version FROM "schema_migrations"
6603
+  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20111018180207')
6604
+  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20110901013205')
6605
+  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20110901013228')
6606
+  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20110901013618')
6607
+  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20110908025410')
6608
+  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20110908025606')
6609
+  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20111003205633')
6610
+  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20111003234101')
6611
+  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20111004153147')
6612
+  (2.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20111004164509')
6613
+  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20111008195728')
6614
+  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20111008195809')
6615
+  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20111009193145')
6616
+  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20111009201729')
6617
+  (2.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20111009205517')
6618
+  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20111009205545')
6619
+  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20111018172409')
6620
+  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20111018174319')
@@ -114339,3 +114339,1991 @@ Migrating to CreateHabtmNameTests (20111018180207)
114339
114339
  Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114340
114340
  Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
114341
114341
  Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" LIMIT 1
114342
+  (0.1ms) SAVEPOINT active_record_1
114343
+ SQL (37.1ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Test\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:08 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:08 UTC +00:00]]
114344
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114345
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
114346
+ Moderation Load (0.2ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114347
+  (0.1ms) SAVEPOINT active_record_1
114348
+ SQL (0.5ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:08 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Fri, 21 Oct 2011 14:44:08 UTC +00:00]]
114349
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114350
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114351
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114352
+  (0.0ms) SAVEPOINT active_record_1
114353
+ SQL (0.2ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114354
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114355
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114356
+  (0.0ms) SAVEPOINT active_record_1
114357
+ SQL (0.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:habtms=>[{"id"=>nil, "title"=>"HJoin", "created_at"=>nil, "updated_at"=>nil}]}}], ["created_at", Fri, 21 Oct 2011 14:44:08 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:08 UTC +00:00]]
114358
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114359
+  (0.1ms) SELECT COUNT(*) FROM "habtm_name_tests"
114360
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114361
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
114362
+  (0.1ms) SAVEPOINT active_record_1
114363
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114364
+  (0.0ms) SAVEPOINT active_record_1
114365
+ SQL (0.3ms) INSERT INTO "habtm_name_tests" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:08 UTC +00:00], ["title", "HJoin"], ["updated_at", Fri, 21 Oct 2011 14:44:08 UTC +00:00]]
114366
+  (0.1ms) INSERT INTO "habtm_name_tests_tasks" ("habtm_name_test_id", "task_id") VALUES (1, 1)
114367
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114368
+  (0.0ms) SAVEPOINT active_record_1
114369
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114370
+  (0.0ms) SAVEPOINT active_record_1
114371
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
114372
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114373
+  (0.1ms) SELECT COUNT(*) FROM "habtm_name_tests"
114374
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114375
+  (0.2ms) SELECT COUNT(*) FROM "habtm_name_tests" INNER JOIN "habtm_name_tests_tasks" ON "habtm_name_tests"."id" = "habtm_name_tests_tasks"."habtm_name_test_id" WHERE "habtm_name_tests_tasks"."task_id" = 1
114376
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114377
+ HabtmNameTest Load (0.1ms) SELECT "habtm_name_tests".* FROM "habtm_name_tests" INNER JOIN "habtm_name_tests_tasks" ON "habtm_name_tests"."id" = "habtm_name_tests_tasks"."habtm_name_test_id" WHERE "habtm_name_tests_tasks"."task_id" = 1 LIMIT 1
114378
+  (0.1ms) SAVEPOINT active_record_1
114379
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Test\n desc: \n created_at: \n updated_at: \n:associations: \n :hjoin_tests: \n - id: \n title: HJoin\n created_at: \n updated_at: \n"], ["created_at", Fri, 21 Oct 2011 14:44:08 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:08 UTC +00:00]]
114380
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114381
+  (0.1ms) SELECT COUNT(*) FROM "hjoin_tests"
114382
+  (0.0ms) SELECT COUNT(*) FROM "tasks" 
114383
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114384
+  (0.0ms) SAVEPOINT active_record_1
114385
+ SQL (0.4ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:08 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Fri, 21 Oct 2011 14:44:08 UTC +00:00]]
114386
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114387
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114388
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114389
+  (0.0ms) SAVEPOINT active_record_1
114390
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114391
+  (0.0ms) SAVEPOINT active_record_1
114392
+ SQL (0.3ms) INSERT INTO "hjoin_tests" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:08 UTC +00:00], ["title", "HJoin"], ["updated_at", Fri, 21 Oct 2011 14:44:08 UTC +00:00]]
114393
+  (0.1ms) INSERT INTO "hjoin_tests_tasks" ("hjoin_test_id", "task_id") VALUES (1, 1)
114394
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114395
+  (0.0ms) SAVEPOINT active_record_1
114396
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114397
+  (0.0ms) SAVEPOINT active_record_1
114398
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114399
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114400
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114401
+  (0.1ms) SELECT COUNT(*) FROM "hjoin_tests" INNER JOIN "hjoin_tests_tasks" ON "hjoin_tests"."id" = "hjoin_tests_tasks"."hjoin_test_id" WHERE "hjoin_tests_tasks"."task_id" = 1
114402
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114403
+ HjoinTest Load (0.1ms) SELECT "hjoin_tests".* FROM "hjoin_tests" INNER JOIN "hjoin_tests_tasks" ON "hjoin_tests"."id" = "hjoin_tests_tasks"."hjoin_test_id" WHERE "hjoin_tests_tasks"."task_id" = 1 LIMIT 1
114404
+  (0.1ms) SAVEPOINT active_record_1
114405
+ SQL (0.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Test\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114406
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114407
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
114408
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114409
+  (0.0ms) SAVEPOINT active_record_1
114410
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114411
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114412
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114413
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114414
+  (0.0ms) SAVEPOINT active_record_1
114415
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114416
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114417
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114418
+  (0.0ms) SAVEPOINT active_record_1
114419
+ SQL (0.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:hjoin_tests=>[{"id"=>nil, "title"=>"HJoin", "created_at"=>nil, "updated_at"=>nil}]}}], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114420
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114421
+  (0.1ms) SELECT COUNT(*) FROM "hjoin_tests"
114422
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114423
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
114424
+  (0.0ms) SAVEPOINT active_record_1
114425
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114426
+  (0.0ms) SAVEPOINT active_record_1
114427
+ SQL (0.3ms) INSERT INTO "hjoin_tests" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["title", "HJoin"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114428
+  (0.1ms) INSERT INTO "hjoin_tests_tasks" ("hjoin_test_id", "task_id") VALUES (1, 1)
114429
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114430
+  (0.0ms) SAVEPOINT active_record_1
114431
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114432
+  (0.0ms) SAVEPOINT active_record_1
114433
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
114434
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114435
+  (0.1ms) SELECT COUNT(*) FROM "hjoin_tests"
114436
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114437
+  (0.1ms) SELECT COUNT(*) FROM "hjoin_tests" INNER JOIN "hjoin_tests_tasks" ON "hjoin_tests"."id" = "hjoin_tests_tasks"."hjoin_test_id" WHERE "hjoin_tests_tasks"."task_id" = 1
114438
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114439
+ HjoinTest Load (0.1ms) SELECT "hjoin_tests".* FROM "hjoin_tests" INNER JOIN "hjoin_tests_tasks" ON "hjoin_tests"."id" = "hjoin_tests_tasks"."hjoin_test_id" WHERE "hjoin_tests_tasks"."task_id" = 1 LIMIT 1
114440
+  (0.0ms) SAVEPOINT active_record_1
114441
+ SQL (0.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Test\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114442
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114443
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114444
+  (0.0ms) SAVEPOINT active_record_1
114445
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114446
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114447
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114448
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114449
+  (0.0ms) SAVEPOINT active_record_1
114450
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114451
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114452
+  (0.0ms) SAVEPOINT active_record_1
114453
+ SQL (0.2ms) INSERT INTO "hjoin_tests" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["title", "Existing"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114454
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114455
+  (0.1ms) SELECT COUNT(*) FROM "hjoin_tests"
114456
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114457
+  (0.0ms) SAVEPOINT active_record_1
114458
+ SQL (0.5ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:hjoin_tests=>[1]}}], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114459
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114460
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114461
+  (0.1ms) SELECT COUNT(*) FROM "hjoin_tests" INNER JOIN "hjoin_tests_tasks" ON "hjoin_tests"."id" = "hjoin_tests_tasks"."hjoin_test_id" WHERE "hjoin_tests_tasks"."task_id" = 1
114462
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114463
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
114464
+ HjoinTest Load (0.1ms) SELECT "hjoin_tests".* FROM "hjoin_tests" WHERE "hjoin_tests"."id" = 1 LIMIT 1
114465
+  (0.0ms) SAVEPOINT active_record_1
114466
+  (0.1ms) INSERT INTO "hjoin_tests_tasks" ("hjoin_test_id", "task_id") VALUES (1, 1)
114467
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114468
+  (0.0ms) SAVEPOINT active_record_1
114469
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114470
+  (0.0ms) SAVEPOINT active_record_1
114471
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114472
+  (0.0ms) SAVEPOINT active_record_1
114473
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
114474
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114475
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114476
+  (0.1ms) SELECT COUNT(*) FROM "hjoin_tests" INNER JOIN "hjoin_tests_tasks" ON "hjoin_tests"."id" = "hjoin_tests_tasks"."hjoin_test_id" WHERE "hjoin_tests_tasks"."task_id" = 1
114477
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114478
+ HjoinTest Load (0.1ms) SELECT "hjoin_tests".* FROM "hjoin_tests" INNER JOIN "hjoin_tests_tasks" ON "hjoin_tests"."id" = "hjoin_tests_tasks"."hjoin_test_id" WHERE "hjoin_tests_tasks"."task_id" = 1 LIMIT 1
114479
+  (0.1ms) SAVEPOINT active_record_1
114480
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Test\n desc: \n created_at: \n updated_at: \n:associations: \n :lalas: \n - id: \n something_id: \n title: HJoin\n created_at: \n updated_at: \n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114481
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114482
+  (0.1ms) SELECT COUNT(*) FROM "hmany_fk_tests" 
114483
+  (0.0ms) SELECT COUNT(*) FROM "tasks"
114484
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114485
+  (0.1ms) SAVEPOINT active_record_1
114486
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114487
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114488
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114489
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114490
+  (0.1ms) SAVEPOINT active_record_1
114491
+ SQL (0.3ms) INSERT INTO "hmany_fk_tests" ("created_at", "something_id", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["something_id", 1], ["title", "HJoin"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114492
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114493
+  (0.0ms) SAVEPOINT active_record_1
114494
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114495
+  (0.0ms) SAVEPOINT active_record_1
114496
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114497
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114498
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114499
+  (0.1ms) SELECT COUNT(*) FROM "hmany_fk_tests" WHERE "hmany_fk_tests"."something_id" = 1
114500
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114501
+ HmanyFkTest Load (0.1ms) SELECT "hmany_fk_tests".* FROM "hmany_fk_tests" WHERE "hmany_fk_tests"."something_id" = 1 LIMIT 1
114502
+  (0.0ms) SAVEPOINT active_record_1
114503
+ SQL (0.9ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Test\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114504
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114505
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
114506
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114507
+  (0.0ms) SAVEPOINT active_record_1
114508
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114509
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114510
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114511
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114512
+  (0.0ms) SAVEPOINT active_record_1
114513
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114514
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114515
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114516
+  (0.0ms) SAVEPOINT active_record_1
114517
+ SQL (0.9ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:lalas=>[{"id"=>nil, "something_id"=>1, "title"=>"HJoin", "created_at"=>nil, "updated_at"=>nil}]}}], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114518
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114519
+  (0.1ms) SELECT COUNT(*) FROM "hmany_fk_tests"
114520
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114521
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
114522
+  (0.0ms) SAVEPOINT active_record_1
114523
+ SQL (0.3ms) INSERT INTO "hmany_fk_tests" ("created_at", "something_id", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["something_id", 1], ["title", "HJoin"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114524
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114525
+  (0.0ms) SAVEPOINT active_record_1
114526
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114527
+  (0.0ms) SAVEPOINT active_record_1
114528
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
114529
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114530
+  (0.1ms) SELECT COUNT(*) FROM "hmany_fk_tests" 
114531
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114532
+  (0.1ms) SELECT COUNT(*) FROM "hmany_fk_tests" WHERE "hmany_fk_tests"."something_id" = 1
114533
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114534
+ HmanyFkTest Load (0.1ms) SELECT "hmany_fk_tests".* FROM "hmany_fk_tests" WHERE "hmany_fk_tests"."something_id" = 1 LIMIT 1
114535
+  (0.1ms) SAVEPOINT active_record_1
114536
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Test\n desc: \n created_at: \n updated_at: \n:associations: \n :hmanythrough_test: \n - id: \n title: HJoin\n created_at: \n updated_at: \n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114537
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114538
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" 
114539
+  (0.0ms) SELECT COUNT(*) FROM "tasks"
114540
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114541
+  (0.0ms) SAVEPOINT active_record_1
114542
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114543
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114544
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114545
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114546
+  (0.1ms) SAVEPOINT active_record_1
114547
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114548
+  (0.0ms) SAVEPOINT active_record_1
114549
+ SQL (0.3ms) INSERT INTO "hmanythrough_tests" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["title", "HJoin"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114550
+ SQL (0.5ms) INSERT INTO "hmanythrough_joins" ("created_at", "exdata", "hmanythrough_test_id", "task_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["exdata", nil], ["hmanythrough_test_id", 1], ["task_id", 1], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114551
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114552
+  (0.0ms) SAVEPOINT active_record_1
114553
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114554
+  (0.0ms) SAVEPOINT active_record_1
114555
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114556
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114557
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114558
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1
114559
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114560
+ HmanythroughTest Load (0.1ms) SELECT "hmanythrough_tests".* FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1 LIMIT 1
114561
+  (0.0ms) SAVEPOINT active_record_1
114562
+ SQL (0.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Test\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114563
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114564
+  (0.1ms) SELECT COUNT(*) FROM "tasks" 
114565
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114566
+  (0.0ms) SAVEPOINT active_record_1
114567
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114568
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114569
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114570
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114571
+  (0.0ms) SAVEPOINT active_record_1
114572
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114573
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114574
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114575
+  (0.0ms) SAVEPOINT active_record_1
114576
+ SQL (0.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:hmanythrough_test=>[{"id"=>nil, "title"=>"HJoin", "created_at"=>nil, "updated_at"=>nil}]}}], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114577
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114578
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" 
114579
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114580
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
114581
+  (0.0ms) SAVEPOINT active_record_1
114582
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114583
+  (0.0ms) SAVEPOINT active_record_1
114584
+ SQL (0.3ms) INSERT INTO "hmanythrough_tests" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["title", "HJoin"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114585
+ SQL (0.3ms) INSERT INTO "hmanythrough_joins" ("created_at", "exdata", "hmanythrough_test_id", "task_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["exdata", nil], ["hmanythrough_test_id", 1], ["task_id", 1], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114586
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114587
+  (0.0ms) SAVEPOINT active_record_1
114588
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114589
+  (0.0ms) SAVEPOINT active_record_1
114590
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
114591
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114592
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" 
114593
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114594
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1
114595
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114596
+ HmanythroughTest Load (0.1ms) SELECT "hmanythrough_tests".* FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1 LIMIT 1
114597
+  (0.0ms) SAVEPOINT active_record_1
114598
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Test\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114599
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114600
+  (0.1ms) SELECT COUNT(*) FROM "tasks" 
114601
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114602
+  (0.1ms) SAVEPOINT active_record_1
114603
+ SQL (0.4ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114604
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114605
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114606
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114607
+  (0.0ms) SAVEPOINT active_record_1
114608
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114609
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114610
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114611
+  (0.1ms) SAVEPOINT active_record_1
114612
+ SQL (1.0ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:hmanythrough_join=>[{"id"=>nil, "hmanythrough_test_id"=>nil, "task_id"=>nil, "exdata"=>"Data", "created_at"=>nil, "updated_at"=>nil, :associations=>{:hmanythrough_test=>[{"id"=>nil, "title"=>"Hello", "created_at"=>nil, "updated_at"=>nil}]}}]}}], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114613
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114614
+  (0.0ms) SAVEPOINT active_record_1
114615
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114616
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114617
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114618
+  (0.0ms) SELECT COUNT(*) FROM "hmanythrough_tests" 
114619
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114620
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
114621
+  (0.1ms) SAVEPOINT active_record_1
114622
+ SQL (0.3ms) INSERT INTO "hmanythrough_tests" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["title", "Hello"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114623
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114624
+  (0.0ms) SAVEPOINT active_record_1
114625
+ SQL (0.2ms) INSERT INTO "hmanythrough_joins" ("created_at", "exdata", "hmanythrough_test_id", "task_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["exdata", "Data"], ["hmanythrough_test_id", 1], ["task_id", 1], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114626
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114627
+  (0.0ms) SAVEPOINT active_record_1
114628
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114629
+  (0.0ms) SAVEPOINT active_record_1
114630
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
114631
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114632
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" 
114633
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114634
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1
114635
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114636
+ HmanythroughTest Load (0.1ms) SELECT "hmanythrough_tests".* FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1 LIMIT 1
114637
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114638
+ HmanythroughTest Load (0.1ms) SELECT "hmanythrough_tests".* FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1 LIMIT 1
114639
+ HmanythroughJoin Load (0.1ms) SELECT "hmanythrough_joins".* FROM "hmanythrough_joins" WHERE "hmanythrough_joins"."hmanythrough_test_id" = 1 LIMIT 1
114640
+  (0.0ms) SAVEPOINT active_record_1
114641
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Test\n desc: \n created_at: \n updated_at: \n:associations: \n :hmanythrough_join: \n - id: \n hmanythrough_test_id: \n task_id: \n exdata: Data\n created_at: \n updated_at: \n :associations: \n :hmanythrough_test: \n - id: \n title: Hello\n created_at: \n updated_at: \n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114642
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114643
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests"
114644
+  (0.0ms) SELECT COUNT(*) FROM "tasks" 
114645
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114646
+  (0.1ms) SAVEPOINT active_record_1
114647
+ SQL (0.4ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114648
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114649
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114650
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114651
+  (0.0ms) SAVEPOINT active_record_1
114652
+ SQL (0.2ms) INSERT INTO "hmanythrough_tests" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["title", "Hello"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114653
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114654
+  (0.0ms) SAVEPOINT active_record_1
114655
+ SQL (0.2ms) INSERT INTO "hmanythrough_joins" ("created_at", "exdata", "hmanythrough_test_id", "task_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["exdata", "Data"], ["hmanythrough_test_id", 1], ["task_id", 1], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114656
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114657
+  (0.0ms) SAVEPOINT active_record_1
114658
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114659
+  (0.0ms) SAVEPOINT active_record_1
114660
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114661
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114662
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" 
114663
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114664
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1
114665
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114666
+ HmanythroughTest Load (0.1ms) SELECT "hmanythrough_tests".* FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1 LIMIT 1
114667
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114668
+ HmanythroughTest Load (0.1ms) SELECT "hmanythrough_tests".* FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1 LIMIT 1
114669
+ HmanythroughJoin Load (0.1ms) SELECT "hmanythrough_joins".* FROM "hmanythrough_joins" WHERE "hmanythrough_joins"."hmanythrough_test_id" = 1 LIMIT 1
114670
+  (0.1ms) SAVEPOINT active_record_1
114671
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114672
+  (0.0ms) SAVEPOINT active_record_1
114673
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Test\n desc: \n created_at: \n updated_at: \n:associations: \n :hone_as_test: \n - id: \n testable_id: \n testable_type: Task\n title: Hone\n created_at: \n updated_at: \n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114674
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114675
+  (0.1ms) SELECT COUNT(*) FROM "hone_as_tests"
114676
+  (0.0ms) SELECT COUNT(*) FROM "tasks" 
114677
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114678
+  (0.0ms) SAVEPOINT active_record_1
114679
+ SQL (0.4ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114680
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114681
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114682
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114683
+  (0.0ms) SAVEPOINT active_record_1
114684
+ SQL (0.3ms) INSERT INTO "hone_as_tests" ("created_at", "testable_id", "testable_type", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["testable_id", 1], ["testable_type", "Task"], ["title", "Hone"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114685
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114686
+  (0.0ms) SAVEPOINT active_record_1
114687
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114688
+  (0.0ms) SAVEPOINT active_record_1
114689
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114690
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114691
+  (0.1ms) SELECT COUNT(*) FROM "hone_as_tests"
114692
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114693
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114694
+  (0.0ms) SAVEPOINT active_record_1
114695
+ SQL (0.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Test\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114696
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114697
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
114698
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114699
+  (0.1ms) SAVEPOINT active_record_1
114700
+ SQL (0.4ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114701
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114702
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114703
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114704
+  (0.0ms) SAVEPOINT active_record_1
114705
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114706
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114707
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114708
+  (0.1ms) SAVEPOINT active_record_1
114709
+ SQL (0.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:hone_as_test=>[{"id"=>nil, "testable_id"=>1, "testable_type"=>"Task", "title"=>"Hone", "created_at"=>nil, "updated_at"=>nil}]}}], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114710
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114711
+  (0.0ms) SAVEPOINT active_record_1
114712
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114713
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114714
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114715
+  (0.0ms) SELECT COUNT(*) FROM "hone_as_tests"
114716
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114717
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
114718
+  (0.1ms) SAVEPOINT active_record_1
114719
+ SQL (0.3ms) INSERT INTO "hone_as_tests" ("created_at", "testable_id", "testable_type", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["testable_id", 1], ["testable_type", "Task"], ["title", "Hone"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114720
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114721
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114722
+  (0.0ms) SAVEPOINT active_record_1
114723
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114724
+  (0.0ms) SAVEPOINT active_record_1
114725
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
114726
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114727
+  (0.1ms) SELECT COUNT(*) FROM "hone_as_tests"
114728
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114729
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114730
+  (0.1ms) SAVEPOINT active_record_1
114731
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114732
+  (0.0ms) SAVEPOINT active_record_1
114733
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Test\n desc: \n created_at: \n updated_at: \n:associations: \n :hone_test: \n - id: \n task_id: \n created_at: \n updated_at: \n title: Hone\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114734
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114735
+  (0.1ms) SELECT COUNT(*) FROM "hone_tests"
114736
+  (0.0ms) SELECT COUNT(*) FROM "tasks" 
114737
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114738
+  (0.0ms) SAVEPOINT active_record_1
114739
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114740
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114741
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114742
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114743
+  (0.1ms) SAVEPOINT active_record_1
114744
+ SQL (0.4ms) INSERT INTO "hone_tests" ("created_at", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["task_id", 1], ["title", "Hone"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114745
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114746
+  (0.0ms) SAVEPOINT active_record_1
114747
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114748
+  (0.0ms) SAVEPOINT active_record_1
114749
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114750
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114751
+  (0.1ms) SELECT COUNT(*) FROM "hone_tests"
114752
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114753
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114754
+  (0.0ms) SAVEPOINT active_record_1
114755
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Test\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114756
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114757
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
114758
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114759
+  (0.1ms) SAVEPOINT active_record_1
114760
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114761
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114762
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114763
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114764
+  (0.0ms) SAVEPOINT active_record_1
114765
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114766
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114767
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114768
+  (0.0ms) SAVEPOINT active_record_1
114769
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:hone_test=>[{"id"=>nil, "task_id"=>1, "created_at"=>nil, "updated_at"=>nil, "title"=>"Hone"}]}}], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114770
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114771
+  (0.0ms) SAVEPOINT active_record_1
114772
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114773
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114774
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114775
+  (0.1ms) SELECT COUNT(*) FROM "hone_tests"
114776
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114777
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
114778
+  (0.0ms) SAVEPOINT active_record_1
114779
+ SQL (0.4ms) INSERT INTO "hone_tests" ("created_at", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["task_id", 1], ["title", "Hone"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114780
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114781
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114782
+  (0.0ms) SAVEPOINT active_record_1
114783
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114784
+  (0.0ms) SAVEPOINT active_record_1
114785
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
114786
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114787
+  (0.1ms) SELECT COUNT(*) FROM "hone_tests"
114788
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114789
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114790
+  (0.1ms) SAVEPOINT active_record_1
114791
+ SQL (0.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "TEST--- \n:main_model: \n id: \n title: TEST\n foo: \n created_at: \n updated_at: \n:associations: \n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "HookTest"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114792
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114793
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114794
+  (0.0ms) SAVEPOINT active_record_1
114795
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: \"\"\n foo: \n created_at: \n updated_at: \n:associations: \n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "HookTest"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114796
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114797
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114798
+  (0.0ms) SAVEPOINT active_record_1
114799
+ SQL (0.4ms) INSERT INTO "hook_tests" ("created_at", "foo", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["foo", nil], ["title", ""], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114800
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114801
+  (0.0ms) SAVEPOINT active_record_1
114802
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114803
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114804
+ HookTest Load (0.1ms) SELECT "hook_tests".* FROM "hook_tests" LIMIT 1
114805
+  (0.0ms) SAVEPOINT active_record_1
114806
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "title"], ["attr_value", "TEST--- TEST\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "HookTest"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114807
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114808
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114809
+  (0.0ms) SAVEPOINT active_record_1
114810
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: TEST\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114811
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114812
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114813
+  (0.1ms) SAVEPOINT active_record_1
114814
+ SQL (0.8ms) INSERT INTO "photo_holders" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["title", nil], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114815
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n photo: \n created_at: \n updated_at: \n photo_holder_id: 1\n :photo_tmp_file: /Users/apple/rails/has_moderated/test/dummy/public/uploads/tmp/20111021-1644-1222-8238/test.jpg\n:associations: \n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Photo"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114816
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114817
+  (0.1ms) SELECT COUNT(*) FROM "photos"
114818
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114819
+  (0.1ms) SAVEPOINT active_record_1
114820
+ SQL (0.3ms) INSERT INTO "photos" ("created_at", "photo", "photo_holder_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["photo", "test.jpg"], ["photo_holder_id", 1], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114821
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114822
+  (0.0ms) SAVEPOINT active_record_1
114823
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114824
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114825
+  (0.1ms) SELECT COUNT(*) FROM "photos"
114826
+ Photo Load (0.1ms) SELECT "photos".* FROM "photos" LIMIT 1
114827
+  (0.1ms) SAVEPOINT active_record_1
114828
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n photo: \n created_at: \n updated_at: \n photo_holder_id: \n :photo_tmp_file: /Users/apple/rails/has_moderated/test/dummy/public/uploads/tmp/20111021-1644-1222-9245/test.jpg\n:associations: \n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Photo"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114829
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114830
+  (0.1ms) SELECT COUNT(*) FROM "photos" 
114831
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114832
+  (0.1ms) SAVEPOINT active_record_1
114833
+ SQL (0.3ms) INSERT INTO "photos" ("created_at", "photo", "photo_holder_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["photo", "test.jpg"], ["photo_holder_id", nil], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114834
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114835
+  (0.0ms) SAVEPOINT active_record_1
114836
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114837
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114838
+  (0.1ms) SELECT COUNT(*) FROM "photos" 
114839
+ Photo Load (0.1ms) SELECT "photos".* FROM "photos" LIMIT 1
114840
+  (0.1ms) SAVEPOINT active_record_1
114841
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n photo: \n created_at: \n updated_at: \n photo_holder_id: \n :photo_tmp_file: /Users/apple/rails/has_moderated/test/dummy/public/uploads/tmp/20111021-1644-1222-7799/test.jpg\n:associations: \n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Photo"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114842
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114843
+  (0.1ms) SELECT COUNT(*) FROM "photos"
114844
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114845
+  (0.0ms) SAVEPOINT active_record_1
114846
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114847
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114848
+  (0.1ms) SELECT COUNT(*) FROM "photos" 
114849
+  (0.0ms) SAVEPOINT active_record_1
114850
+ SQL (0.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n:associations: \n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Photo"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114851
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114852
+  (0.1ms) SELECT COUNT(*) FROM "photos" 
114853
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114854
+  (0.0ms) SAVEPOINT active_record_1
114855
+ SQL (0.4ms) INSERT INTO "photos" ("created_at", "photo", "photo_holder_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["photo", nil], ["photo_holder_id", nil], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114856
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114857
+  (0.0ms) SAVEPOINT active_record_1
114858
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114859
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114860
+ Photo Load (0.1ms) SELECT "photos".* FROM "photos" LIMIT 1
114861
+  (0.1ms) SAVEPOINT active_record_1
114862
+ Photo Load (0.1ms) SELECT "photos".* FROM "photos" WHERE "photos"."id" = ? LIMIT 1 [["id", 1]]
114863
+  (0.2ms) UPDATE "photos" SET "photo" = NULL, "updated_at" = '2011-10-21 14:44:09.577408' WHERE "photos"."id" = 1
114864
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "photo_tmp_file"], ["attr_value", "/Users/apple/rails/has_moderated/test/dummy/public/uploads/tmp/20111021-1644-1222-7783/test.jpg"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Photo"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114865
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114866
+ Photo Load (0.1ms) SELECT "photos".* FROM "photos" LIMIT 1
114867
+  (0.0ms) SELECT COUNT(*) FROM "moderations"
114868
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114869
+ Photo Load (0.1ms) SELECT "photos".* FROM "photos" WHERE "photos"."id" = 1 LIMIT 1
114870
+  (0.0ms) SAVEPOINT active_record_1
114871
+ Photo Load (0.0ms) SELECT "photos".* FROM "photos" WHERE "photos"."id" = ? LIMIT 1 [["id", 1]]
114872
+  (0.1ms) UPDATE "photos" SET "photo" = 'test.jpg', "updated_at" = '2011-10-21 14:44:09.591793' WHERE "photos"."id" = 1
114873
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114874
+  (0.0ms) SAVEPOINT active_record_1
114875
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
114876
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114877
+ Photo Load (0.1ms) SELECT "photos".* FROM "photos" LIMIT 1
114878
+  (0.1ms) SAVEPOINT active_record_1
114879
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Task 1\n desc: \n created_at: \n updated_at: \n:associations: \n :task_photos: \n - id: \n photo: \n task_id: \n created_at: \n updated_at: \n :photo_tmp_file: /Users/apple/rails/has_moderated/test/dummy/public/uploads/tmp/20111021-1644-1222-8406/test.jpg\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114880
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114881
+  (0.1ms) SELECT COUNT(*) FROM "moderations"
114882
+  (0.0ms) SELECT COUNT(*) FROM "tasks" 
114883
+  (0.1ms) SELECT COUNT(*) FROM "task_photos"
114884
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114885
+  (0.0ms) SAVEPOINT active_record_1
114886
+ SQL (0.4ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114887
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114888
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114889
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114890
+  (0.1ms) SAVEPOINT active_record_1
114891
+ SQL (0.3ms) INSERT INTO "task_photos" ("created_at", "photo", "task_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["photo", "test.jpg"], ["task_id", 1], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114892
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114893
+  (0.0ms) SAVEPOINT active_record_1
114894
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114895
+  (0.0ms) SAVEPOINT active_record_1
114896
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114897
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114898
+  (0.1ms) SELECT COUNT(*) FROM "tasks" 
114899
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114900
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
114901
+ TaskPhoto Load (0.1ms) SELECT "task_photos".* FROM "task_photos" WHERE "task_photos"."task_id" = 1 LIMIT 1
114902
+  (0.0ms) SAVEPOINT active_record_1
114903
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Bye Bye\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114904
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114905
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
114906
+  (0.0ms) SELECT COUNT(*) FROM "moderations" 
114907
+  (0.0ms) SAVEPOINT active_record_1
114908
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Bye Bye\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114909
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114910
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114911
+  (0.0ms) SAVEPOINT active_record_1
114912
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114913
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114914
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114915
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114916
+  (0.0ms) SAVEPOINT active_record_1
114917
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114918
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114919
+  (0.0ms) SELECT COUNT(*) FROM "moderations"
114920
+  (0.0ms) SELECT COUNT(*) FROM "tasks" 
114921
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
114922
+  (0.1ms) SAVEPOINT active_record_1
114923
+ SQL (0.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Bye Bye\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114924
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114925
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114926
+  (0.0ms) SAVEPOINT active_record_1
114927
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114928
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114929
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114930
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114931
+  (0.0ms) SAVEPOINT active_record_1
114932
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114933
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114934
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
114935
+  (0.0ms) SAVEPOINT active_record_1
114936
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "title"], ["attr_value", "--- Hollywood Hills\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114937
+ HoneTest Load (0.2ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114938
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114939
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114940
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
114941
+  (0.0ms) SAVEPOINT active_record_1
114942
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "title"], ["attr_value", "--- Hollywood Hills\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114943
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114944
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114945
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114946
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
114947
+  (0.0ms) SAVEPOINT active_record_1
114948
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "title"], ["attr_value", "--- Hollywood Hills\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114949
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114950
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114951
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114952
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
114953
+  (0.0ms) SAVEPOINT active_record_1
114954
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "title"], ["attr_value", "--- Hollywood Hills\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114955
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114956
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114957
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114958
+  (0.1ms) SELECT COUNT(*) FROM "moderations" 
114959
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
114960
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114961
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
114962
+  (0.0ms) SAVEPOINT active_record_1
114963
+  (0.1ms) UPDATE "tasks" SET "title" = 'Hollywood Hills', "updated_at" = '2011-10-21 14:44:09.737769' WHERE "tasks"."id" = 1
114964
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114965
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114966
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114967
+  (0.0ms) SAVEPOINT active_record_1
114968
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 5]]
114969
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114970
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
114971
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
114972
+  (0.0ms) SAVEPOINT active_record_1
114973
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Bye Bye\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114974
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114975
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114976
+  (0.0ms) SAVEPOINT active_record_1
114977
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114978
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114979
+  (0.0ms) SELECT COUNT(*) FROM "tasks"
114980
+  (0.0ms) SELECT COUNT(*) FROM "moderations" 
114981
+  (0.0ms) SAVEPOINT active_record_1
114982
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Bye Bye\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114983
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114984
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
114985
+  (0.0ms) SAVEPOINT active_record_1
114986
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114987
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114988
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114989
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114990
+  (0.0ms) SAVEPOINT active_record_1
114991
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
114992
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114993
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
114994
+  (0.0ms) SAVEPOINT active_record_1
114995
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "title"], ["attr_value", "--- Hollywood Hills\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
114996
+ HoneTest Load (0.2ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
114997
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
114998
+  (0.1ms) RELEASE SAVEPOINT active_record_1
114999
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115000
+  (0.0ms) SAVEPOINT active_record_1
115001
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115002
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115003
+  (0.0ms) SELECT COUNT(*) FROM "tasks"
115004
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115005
+  (0.1ms) SELECT COUNT(*) FROM "moderations"
115006
+  (0.1ms) SAVEPOINT active_record_1
115007
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Bye Bye\n desc: \n created_at: \n updated_at: \n:associations: \n :subtasks: \n - id: \n task_id: \n title: Hollywood Hills\n desc: \n created_at: \n updated_at: \n task_all_id: \n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115008
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115009
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
115010
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" 
115011
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115012
+  (0.0ms) SAVEPOINT active_record_1
115013
+ SQL (0.4ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115014
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115015
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115016
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115017
+  (0.1ms) SAVEPOINT active_record_1
115018
+ SQL (0.5ms) INSERT INTO "subtasks" ("created_at", "desc", "task_all_id", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["task_all_id", nil], ["task_id", 1], ["title", "Hollywood Hills"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115019
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115020
+  (0.0ms) SAVEPOINT active_record_1
115021
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115022
+  (0.0ms) SAVEPOINT active_record_1
115023
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115024
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115025
+  (0.1ms) SELECT COUNT(*) FROM "moderations"
115026
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115027
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
115028
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
115029
+  (0.0ms) SAVEPOINT active_record_1
115030
+ SQL (0.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Bye Bye\n desc: Hollywood Hills\n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115031
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115032
+  (0.1ms) SELECT COUNT(*) FROM "moderations" 
115033
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115034
+  (0.0ms) SAVEPOINT active_record_1
115035
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", "Hollywood Hills"], ["title", "Bye Bye"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115036
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115037
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115038
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115039
+  (0.0ms) SAVEPOINT active_record_1
115040
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115041
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115042
+  (0.1ms) SELECT COUNT(*) FROM "moderations" 
115043
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115044
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115045
+  (0.0ms) SAVEPOINT active_record_1
115046
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Bye Bye\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115047
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115048
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115049
+  (0.1ms) SAVEPOINT active_record_1
115050
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115051
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115052
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115053
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115054
+  (0.0ms) SAVEPOINT active_record_1
115055
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115056
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115057
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115058
+  (0.1ms) SAVEPOINT active_record_1
115059
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "desc"], ["attr_value", "--- Hollywood Hills\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115060
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115061
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115062
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115063
+  (0.1ms) SELECT COUNT(*) FROM "moderations"
115064
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115065
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115066
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
115067
+  (0.1ms) SAVEPOINT active_record_1
115068
+  (0.2ms) UPDATE "tasks" SET "desc" = 'Hollywood Hills', "updated_at" = '2011-10-21 14:44:09.842056' WHERE "tasks"."id" = 1
115069
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115070
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115071
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115072
+  (0.0ms) SAVEPOINT active_record_1
115073
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115074
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115075
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115076
+  (0.0ms) SAVEPOINT active_record_1
115077
+ SQL (0.8ms) INSERT INTO "subtasks" ("created_at", "desc", "task_all_id", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["task_all_id", nil], ["task_id", nil], ["title", "Bye Bye"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115078
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115079
+  (0.1ms) SELECT COUNT(*) FROM "subtasks"
115080
+  (0.0ms) SAVEPOINT active_record_1
115081
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115082
+  (0.0ms) SAVEPOINT active_record_1
115083
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Hollywood Hills\n desc: \n created_at: \n updated_at: \n:associations: \n :subtasks: \n - 1\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115084
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115085
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
115086
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" LIMIT 1
115087
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" IS NULL LIMIT 1
115088
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115089
+  (0.0ms) SAVEPOINT active_record_1
115090
+ SQL (0.4ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Hollywood Hills"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115091
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115092
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115093
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115094
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
115095
+  (0.0ms) SAVEPOINT active_record_1
115096
+  (0.1ms) UPDATE "subtasks" SET "task_id" = 1, "updated_at" = '2011-10-21 14:44:09.863960' WHERE "subtasks"."id" = 1
115097
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115098
+  (0.0ms) SAVEPOINT active_record_1
115099
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115100
+  (0.0ms) SAVEPOINT active_record_1
115101
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115102
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115103
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" LIMIT 1
115104
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
115105
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115106
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
115107
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
115108
+  (0.1ms) SAVEPOINT active_record_1
115109
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Bye Bye\n value: \n created_at: \n updated_at: \n:associations: \n :subtasks: \n - id: \n task_id: \n title: Hollywood Hills\n desc: \n created_at: \n updated_at: \n task_all_id: \n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "TaskAll"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115110
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115111
+  (0.1ms) SELECT COUNT(*) FROM "task_alls"
115112
+  (0.0ms) SELECT COUNT(*) FROM "subtasks" 
115113
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115114
+  (0.0ms) SAVEPOINT active_record_1
115115
+ SQL (0.4ms) INSERT INTO "task_alls" ("created_at", "title", "updated_at", "value") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["title", "Bye Bye"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["value", nil]]
115116
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115117
+  (0.1ms) SAVEPOINT active_record_1
115118
+ SQL (0.5ms) INSERT INTO "subtasks" ("created_at", "desc", "task_all_id", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["task_all_id", 1], ["task_id", nil], ["title", "Hollywood Hills"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115119
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115120
+  (0.0ms) SAVEPOINT active_record_1
115121
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115122
+  (0.0ms) SAVEPOINT active_record_1
115123
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115124
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115125
+  (0.1ms) SELECT COUNT(*) FROM "task_alls"
115126
+  (0.0ms) SELECT COUNT(*) FROM "subtasks" 
115127
+ TaskAll Load (0.1ms) SELECT "task_alls".* FROM "task_alls" LIMIT 1
115128
+ TaskAll Load (0.1ms) SELECT "task_alls".* FROM "task_alls" LIMIT 1
115129
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_all_id" = 1 LIMIT 1
115130
+  (0.0ms) SAVEPOINT active_record_1
115131
+ SQL (0.8ms) INSERT INTO "subtasks" ("created_at", "desc", "task_all_id", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["task_all_id", nil], ["task_id", nil], ["title", "Bye Bye"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115132
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115133
+  (0.1ms) SELECT COUNT(*) FROM "subtasks"
115134
+  (0.1ms) SAVEPOINT active_record_1
115135
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115136
+  (0.0ms) SAVEPOINT active_record_1
115137
+ SQL (0.4ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Hollywood Hills\n desc: \n created_at: \n updated_at: \n:associations: \n :subtasks: \n - 1\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115138
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115139
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
115140
+ SQL (0.0ms) DELETE FROM "subtasks"
115141
+  (0.0ms) SELECT COUNT(*) FROM "subtasks"
115142
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115143
+  (0.1ms) SAVEPOINT active_record_1
115144
+ SQL (0.5ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Hollywood Hills"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115145
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115146
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115147
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115148
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
115149
+  (0.0ms) SAVEPOINT active_record_1
115150
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115151
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115152
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115153
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
115154
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" 
115155
+  (0.0ms) SAVEPOINT active_record_1
115156
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Bye Bye\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115157
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115158
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115159
+  (0.0ms) SAVEPOINT active_record_1
115160
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115161
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115162
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115163
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115164
+  (0.0ms) SAVEPOINT active_record_1
115165
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115166
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115167
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
115168
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115169
+  (0.0ms) SAVEPOINT active_record_1
115170
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "destroy"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115171
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115172
+  (0.1ms) SELECT COUNT(*) FROM "tasks" 
115173
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115174
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
115175
+  (0.0ms) SAVEPOINT active_record_1
115176
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" WHERE "moderations"."moderatable_id" = 1 AND "moderations"."moderatable_type" = 'Task'
115177
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115178
+ HabtmNameTest Load (0.1ms) SELECT "habtm_name_tests".* FROM "habtm_name_tests" INNER JOIN "habtm_name_tests_tasks" ON "habtm_name_tests"."id" = "habtm_name_tests_tasks"."habtm_name_test_id" WHERE "habtm_name_tests_tasks"."task_id" = 1
115179
+ HjoinTest Load (0.1ms) SELECT "hjoin_tests".* FROM "hjoin_tests" INNER JOIN "hjoin_tests_tasks" ON "hjoin_tests"."id" = "hjoin_tests_tasks"."hjoin_test_id" WHERE "hjoin_tests_tasks"."task_id" = 1
115180
+ SQL (0.1ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 1]]
115181
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115182
+  (0.0ms) SAVEPOINT active_record_1
115183
+ SQL (0.0ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115184
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115185
+  (0.0ms) SELECT COUNT(*) FROM "tasks"
115186
+  (0.0ms) SAVEPOINT active_record_1
115187
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Bye Bye\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115188
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115189
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115190
+  (0.0ms) SAVEPOINT active_record_1
115191
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Fri, 21 Oct 2011 14:44:09 UTC +00:00]]
115192
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115193
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115194
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115195
+  (0.0ms) SAVEPOINT active_record_1
115196
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115197
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115198
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115199
+  (0.0ms) SAVEPOINT active_record_1
115200
+ SQL (0.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:subtasks=>[{"id"=>nil, "task_id"=>1, "title"=>"Hollywood Hills", "desc"=>nil, "created_at"=>nil, "updated_at"=>nil, "task_all_id"=>nil}]}}], ["created_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00]]
115201
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115202
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
115203
+  (0.0ms) SAVEPOINT active_record_1
115204
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115205
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115206
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115207
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
115208
+  (0.0ms) SELECT COUNT(*) FROM "subtasks" 
115209
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115210
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
115211
+  (0.1ms) SAVEPOINT active_record_1
115212
+ SQL (0.5ms) INSERT INTO "subtasks" ("created_at", "desc", "task_all_id", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00], ["desc", nil], ["task_all_id", nil], ["task_id", 1], ["title", "Hollywood Hills"], ["updated_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00]]
115213
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115214
+  (0.0ms) SAVEPOINT active_record_1
115215
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115216
+  (0.0ms) SAVEPOINT active_record_1
115217
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115218
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115219
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
115220
+  (0.0ms) SELECT COUNT(*) FROM "subtasks" 
115221
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115222
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
115223
+  (0.0ms) SAVEPOINT active_record_1
115224
+ SQL (0.8ms) INSERT INTO "subtasks" ("created_at", "desc", "task_all_id", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00], ["desc", nil], ["task_all_id", nil], ["task_id", nil], ["title", "Hollywood Hills"], ["updated_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00]]
115225
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115226
+  (0.0ms) SAVEPOINT active_record_1
115227
+ SQL (0.4ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Bye Bye\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00]]
115228
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115229
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115230
+  (0.0ms) SAVEPOINT active_record_1
115231
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00]]
115232
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115233
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115234
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115235
+  (0.0ms) SAVEPOINT active_record_1
115236
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115237
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115238
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115239
+  (0.0ms) SAVEPOINT active_record_1
115240
+ SQL (0.5ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:subtasks=>[1]}}], ["created_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00]]
115241
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115242
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
115243
+  (0.0ms) SELECT COUNT(*) FROM "subtasks"
115244
+  (0.1ms) SAVEPOINT active_record_1
115245
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115246
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115247
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115248
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
115249
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115250
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
115251
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
115252
+  (0.0ms) SAVEPOINT active_record_1
115253
+  (0.1ms) UPDATE "subtasks" SET "task_id" = 1, "updated_at" = '2011-10-21 14:44:10.046766' WHERE "subtasks"."id" = 1
115254
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115255
+  (0.0ms) SAVEPOINT active_record_1
115256
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115257
+  (0.0ms) SAVEPOINT active_record_1
115258
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115259
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115260
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
115261
+  (0.0ms) SELECT COUNT(*) FROM "subtasks"
115262
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115263
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
115264
+  (0.0ms) SAVEPOINT active_record_1
115265
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Bye Bye\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00]]
115266
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115267
+ Moderation Load (0.2ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115268
+  (0.1ms) SAVEPOINT active_record_1
115269
+ SQL (0.4ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00]]
115270
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115271
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115272
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115273
+  (0.0ms) SAVEPOINT active_record_1
115274
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115275
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115276
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115277
+  (0.1ms) SAVEPOINT active_record_1
115278
+ SQL (0.9ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:subtasks=>[{"id"=>nil, "task_id"=>1, "title"=>"Jo jo", "desc"=>nil, "created_at"=>nil, "updated_at"=>nil, "task_all_id"=>nil}]}}], ["created_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00]]
115279
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115280
+  (0.0ms) SAVEPOINT active_record_1
115281
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115282
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115283
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115284
+  (0.0ms) SELECT COUNT(*) FROM "moderations" 
115285
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115286
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
115287
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115288
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
115289
+  (0.0ms) SAVEPOINT active_record_1
115290
+ SQL (0.5ms) INSERT INTO "subtasks" ("created_at", "desc", "task_all_id", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00], ["desc", nil], ["task_all_id", nil], ["task_id", 1], ["title", "Jo jo"], ["updated_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00]]
115291
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115292
+  (0.0ms) SAVEPOINT active_record_1
115293
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115294
+  (0.0ms) SAVEPOINT active_record_1
115295
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115296
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115297
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115298
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
115299
+  (0.0ms) SAVEPOINT active_record_1
115300
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n id: \n title: Bye Bye\n desc: \n created_at: \n updated_at: \n:associations: {}\n\n"], ["created_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00]]
115301
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115302
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115303
+  (0.1ms) SAVEPOINT active_record_1
115304
+ SQL (0.4ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00]]
115305
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115306
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115307
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115308
+  (0.0ms) SAVEPOINT active_record_1
115309
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115310
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115311
+  (0.0ms) SAVEPOINT active_record_1
115312
+ SQL (0.5ms) INSERT INTO "subtasks" ("created_at", "desc", "task_all_id", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00], ["desc", nil], ["task_all_id", nil], ["task_id", nil], ["title", "Jo jo"], ["updated_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00]]
115313
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115314
+  (0.1ms) SELECT COUNT(*) FROM "moderations" 
115315
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115316
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" LIMIT 1
115317
+  (0.0ms) SAVEPOINT active_record_1
115318
+ SQL (0.5ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:subtasks=>[1]}}], ["created_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Fri, 21 Oct 2011 14:44:10 UTC +00:00]]
115319
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115320
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115321
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
115322
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115323
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
115324
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
115325
+  (0.0ms) SAVEPOINT active_record_1
115326
+  (0.1ms) UPDATE "subtasks" SET "task_id" = 1, "updated_at" = '2011-10-21 14:44:10.103472' WHERE "subtasks"."id" = 1
115327
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115328
+  (0.0ms) SAVEPOINT active_record_1
115329
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115330
+  (0.0ms) SAVEPOINT active_record_1
115331
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115332
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115333
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115334
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
115335
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" LIMIT 1
115336
+  (0.1ms) SAVEPOINT active_record_1
115337
+ SQL (60.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Test\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:09:59 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:09:59 UTC +00:00]]
115338
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115339
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
115340
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115341
+  (0.1ms) SAVEPOINT active_record_1
115342
+ SQL (0.4ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115343
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115344
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115345
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115346
+  (0.0ms) SAVEPOINT active_record_1
115347
+ SQL (0.2ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115348
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115349
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115350
+  (0.0ms) SAVEPOINT active_record_1
115351
+ SQL (1.1ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:habtms=>[{"created_at"=>nil, "title"=>"HJoin", "updated_at"=>nil, "id"=>nil}]}}], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115352
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115353
+  (0.1ms) SELECT COUNT(*) FROM "habtm_name_tests"
115354
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115355
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
115356
+  (0.1ms) SAVEPOINT active_record_1
115357
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115358
+  (0.0ms) SAVEPOINT active_record_1
115359
+ SQL (0.3ms) INSERT INTO "habtm_name_tests" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["title", "HJoin"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115360
+  (0.1ms) INSERT INTO "habtm_name_tests_tasks" ("habtm_name_test_id", "task_id") VALUES (1, 1)
115361
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115362
+  (0.0ms) SAVEPOINT active_record_1
115363
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115364
+  (0.0ms) SAVEPOINT active_record_1
115365
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115366
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115367
+  (0.1ms) SELECT COUNT(*) FROM "habtm_name_tests"
115368
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115369
+  (0.1ms) SELECT COUNT(*) FROM "habtm_name_tests" INNER JOIN "habtm_name_tests_tasks" ON "habtm_name_tests"."id" = "habtm_name_tests_tasks"."habtm_name_test_id" WHERE "habtm_name_tests_tasks"."task_id" = 1
115370
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115371
+ HabtmNameTest Load (0.1ms) SELECT "habtm_name_tests".* FROM "habtm_name_tests" INNER JOIN "habtm_name_tests_tasks" ON "habtm_name_tests"."id" = "habtm_name_tests_tasks"."habtm_name_test_id" WHERE "habtm_name_tests_tasks"."task_id" = 1 LIMIT 1
115372
+  (0.1ms) SAVEPOINT active_record_1
115373
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Test\n updated_at: \n id: \n desc: \n:associations: \n :hjoin_tests: \n - created_at: \n title: HJoin\n updated_at: \n id: \n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115374
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115375
+  (0.1ms) SELECT COUNT(*) FROM "hjoin_tests"
115376
+  (0.0ms) SELECT COUNT(*) FROM "tasks" 
115377
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115378
+  (0.0ms) SAVEPOINT active_record_1
115379
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115380
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115381
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115382
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115383
+  (0.0ms) SAVEPOINT active_record_1
115384
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115385
+  (0.0ms) SAVEPOINT active_record_1
115386
+ SQL (0.3ms) INSERT INTO "hjoin_tests" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["title", "HJoin"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115387
+  (0.1ms) INSERT INTO "hjoin_tests_tasks" ("task_id", "hjoin_test_id") VALUES (1, 1)
115388
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115389
+  (0.0ms) SAVEPOINT active_record_1
115390
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115391
+  (0.0ms) SAVEPOINT active_record_1
115392
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115393
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115394
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115395
+  (0.1ms) SELECT COUNT(*) FROM "hjoin_tests" INNER JOIN "hjoin_tests_tasks" ON "hjoin_tests"."id" = "hjoin_tests_tasks"."hjoin_test_id" WHERE "hjoin_tests_tasks"."task_id" = 1
115396
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115397
+ HjoinTest Load (0.1ms) SELECT "hjoin_tests".* FROM "hjoin_tests" INNER JOIN "hjoin_tests_tasks" ON "hjoin_tests"."id" = "hjoin_tests_tasks"."hjoin_test_id" WHERE "hjoin_tests_tasks"."task_id" = 1 LIMIT 1
115398
+  (0.0ms) SAVEPOINT active_record_1
115399
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Test\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115400
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115401
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
115402
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115403
+  (0.1ms) SAVEPOINT active_record_1
115404
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115405
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115406
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115407
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115408
+  (0.0ms) SAVEPOINT active_record_1
115409
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115410
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115411
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115412
+  (0.1ms) SAVEPOINT active_record_1
115413
+ SQL (0.9ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:hjoin_tests=>[{"created_at"=>nil, "title"=>"HJoin", "updated_at"=>nil, "id"=>nil}]}}], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115414
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115415
+  (0.1ms) SELECT COUNT(*) FROM "hjoin_tests"
115416
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115417
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
115418
+  (0.0ms) SAVEPOINT active_record_1
115419
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115420
+  (0.0ms) SAVEPOINT active_record_1
115421
+ SQL (0.3ms) INSERT INTO "hjoin_tests" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["title", "HJoin"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115422
+  (0.1ms) INSERT INTO "hjoin_tests_tasks" ("task_id", "hjoin_test_id") VALUES (1, 1)
115423
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115424
+  (0.0ms) SAVEPOINT active_record_1
115425
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115426
+  (0.0ms) SAVEPOINT active_record_1
115427
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115428
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115429
+  (0.1ms) SELECT COUNT(*) FROM "hjoin_tests"
115430
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115431
+  (0.1ms) SELECT COUNT(*) FROM "hjoin_tests" INNER JOIN "hjoin_tests_tasks" ON "hjoin_tests"."id" = "hjoin_tests_tasks"."hjoin_test_id" WHERE "hjoin_tests_tasks"."task_id" = 1
115432
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115433
+ HjoinTest Load (0.1ms) SELECT "hjoin_tests".* FROM "hjoin_tests" INNER JOIN "hjoin_tests_tasks" ON "hjoin_tests"."id" = "hjoin_tests_tasks"."hjoin_test_id" WHERE "hjoin_tests_tasks"."task_id" = 1 LIMIT 1
115434
+  (0.1ms) SAVEPOINT active_record_1
115435
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Test\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115436
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115437
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115438
+  (0.0ms) SAVEPOINT active_record_1
115439
+ SQL (0.4ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115440
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115441
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115442
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115443
+  (0.0ms) SAVEPOINT active_record_1
115444
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115445
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115446
+  (0.0ms) SAVEPOINT active_record_1
115447
+ SQL (0.3ms) INSERT INTO "hjoin_tests" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["title", "Existing"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115448
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115449
+  (0.1ms) SELECT COUNT(*) FROM "hjoin_tests"
115450
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115451
+  (0.1ms) SAVEPOINT active_record_1
115452
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:hjoin_tests=>[1]}}], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115453
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115454
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115455
+  (0.2ms) SELECT COUNT(*) FROM "hjoin_tests" INNER JOIN "hjoin_tests_tasks" ON "hjoin_tests"."id" = "hjoin_tests_tasks"."hjoin_test_id" WHERE "hjoin_tests_tasks"."task_id" = 1
115456
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115457
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
115458
+ HjoinTest Load (0.1ms) SELECT "hjoin_tests".* FROM "hjoin_tests" WHERE "hjoin_tests"."id" = 1 LIMIT 1
115459
+  (0.1ms) SAVEPOINT active_record_1
115460
+  (0.1ms) INSERT INTO "hjoin_tests_tasks" ("hjoin_test_id", "task_id") VALUES (1, 1)
115461
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115462
+  (0.0ms) SAVEPOINT active_record_1
115463
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115464
+  (0.0ms) SAVEPOINT active_record_1
115465
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115466
+  (0.0ms) SAVEPOINT active_record_1
115467
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115468
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115469
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115470
+  (0.1ms) SELECT COUNT(*) FROM "hjoin_tests" INNER JOIN "hjoin_tests_tasks" ON "hjoin_tests"."id" = "hjoin_tests_tasks"."hjoin_test_id" WHERE "hjoin_tests_tasks"."task_id" = 1
115471
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115472
+ HjoinTest Load (0.1ms) SELECT "hjoin_tests".* FROM "hjoin_tests" INNER JOIN "hjoin_tests_tasks" ON "hjoin_tests"."id" = "hjoin_tests_tasks"."hjoin_test_id" WHERE "hjoin_tests_tasks"."task_id" = 1 LIMIT 1
115473
+  (0.1ms) SAVEPOINT active_record_1
115474
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Test\n updated_at: \n id: \n desc: \n:associations: \n :lalas: \n - created_at: \n title: HJoin\n something_id: \n updated_at: \n id: \n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115475
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115476
+  (0.1ms) SELECT COUNT(*) FROM "hmany_fk_tests" 
115477
+  (0.0ms) SELECT COUNT(*) FROM "tasks"
115478
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115479
+  (0.0ms) SAVEPOINT active_record_1
115480
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115481
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115482
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115483
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115484
+  (0.1ms) SAVEPOINT active_record_1
115485
+ SQL (0.4ms) INSERT INTO "hmany_fk_tests" ("created_at", "something_id", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["something_id", 1], ["title", "HJoin"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115486
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115487
+  (0.0ms) SAVEPOINT active_record_1
115488
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115489
+  (0.0ms) SAVEPOINT active_record_1
115490
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115491
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115492
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115493
+  (0.1ms) SELECT COUNT(*) FROM "hmany_fk_tests" WHERE "hmany_fk_tests"."something_id" = 1
115494
+ Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115495
+ HmanyFkTest Load (0.1ms) SELECT "hmany_fk_tests".* FROM "hmany_fk_tests" WHERE "hmany_fk_tests"."something_id" = 1 LIMIT 1
115496
+  (0.0ms) SAVEPOINT active_record_1
115497
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Test\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115498
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115499
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
115500
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115501
+  (0.1ms) SAVEPOINT active_record_1
115502
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115503
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115504
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115505
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115506
+  (0.0ms) SAVEPOINT active_record_1
115507
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115508
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115509
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115510
+  (0.0ms) SAVEPOINT active_record_1
115511
+ SQL (1.1ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:lalas=>[{"created_at"=>nil, "title"=>"HJoin", "something_id"=>1, "updated_at"=>nil, "id"=>nil}]}}], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115512
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115513
+  (0.1ms) SELECT COUNT(*) FROM "hmany_fk_tests"
115514
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115515
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
115516
+  (0.1ms) SAVEPOINT active_record_1
115517
+ SQL (0.3ms) INSERT INTO "hmany_fk_tests" ("created_at", "something_id", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["something_id", 1], ["title", "HJoin"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115518
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115519
+  (0.0ms) SAVEPOINT active_record_1
115520
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115521
+  (0.0ms) SAVEPOINT active_record_1
115522
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115523
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115524
+  (0.1ms) SELECT COUNT(*) FROM "hmany_fk_tests" 
115525
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115526
+  (0.1ms) SELECT COUNT(*) FROM "hmany_fk_tests" WHERE "hmany_fk_tests"."something_id" = 1
115527
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115528
+ HmanyFkTest Load (0.1ms) SELECT "hmany_fk_tests".* FROM "hmany_fk_tests" WHERE "hmany_fk_tests"."something_id" = 1 LIMIT 1
115529
+  (0.1ms) SAVEPOINT active_record_1
115530
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Test\n updated_at: \n id: \n desc: \n:associations: \n :hmanythrough_test: \n - created_at: \n title: HJoin\n updated_at: \n id: \n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115531
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115532
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" 
115533
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
115534
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115535
+  (0.0ms) SAVEPOINT active_record_1
115536
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115537
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115538
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115539
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115540
+  (0.1ms) SAVEPOINT active_record_1
115541
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115542
+  (0.0ms) SAVEPOINT active_record_1
115543
+ SQL (0.3ms) INSERT INTO "hmanythrough_tests" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["title", "HJoin"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115544
+ SQL (0.5ms) INSERT INTO "hmanythrough_joins" ("created_at", "exdata", "hmanythrough_test_id", "task_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["exdata", nil], ["hmanythrough_test_id", 1], ["task_id", 1], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115545
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115546
+  (0.0ms) SAVEPOINT active_record_1
115547
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115548
+  (0.0ms) SAVEPOINT active_record_1
115549
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115550
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115551
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115552
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1
115553
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115554
+ HmanythroughTest Load (0.1ms) SELECT "hmanythrough_tests".* FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1 LIMIT 1
115555
+  (0.0ms) SAVEPOINT active_record_1
115556
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Test\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115557
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115558
+  (0.1ms) SELECT COUNT(*) FROM "tasks" 
115559
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115560
+  (0.0ms) SAVEPOINT active_record_1
115561
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115562
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115563
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115564
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115565
+  (0.0ms) SAVEPOINT active_record_1
115566
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115567
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115568
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115569
+  (0.0ms) SAVEPOINT active_record_1
115570
+ SQL (1.0ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:hmanythrough_test=>[{"created_at"=>nil, "title"=>"HJoin", "updated_at"=>nil, "id"=>nil}]}}], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115571
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115572
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" 
115573
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115574
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
115575
+  (0.1ms) SAVEPOINT active_record_1
115576
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115577
+  (0.0ms) SAVEPOINT active_record_1
115578
+ SQL (0.3ms) INSERT INTO "hmanythrough_tests" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["title", "HJoin"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115579
+ SQL (0.2ms) INSERT INTO "hmanythrough_joins" ("created_at", "exdata", "hmanythrough_test_id", "task_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["exdata", nil], ["hmanythrough_test_id", 1], ["task_id", 1], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115580
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115581
+  (0.0ms) SAVEPOINT active_record_1
115582
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115583
+  (0.0ms) SAVEPOINT active_record_1
115584
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115585
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115586
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" 
115587
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115588
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1
115589
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115590
+ HmanythroughTest Load (0.1ms) SELECT "hmanythrough_tests".* FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1 LIMIT 1
115591
+  (0.0ms) SAVEPOINT active_record_1
115592
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Test\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115593
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115594
+  (0.1ms) SELECT COUNT(*) FROM "tasks" 
115595
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115596
+  (0.1ms) SAVEPOINT active_record_1
115597
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115598
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115599
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115600
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115601
+  (0.0ms) SAVEPOINT active_record_1
115602
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115603
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115604
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115605
+  (0.0ms) SAVEPOINT active_record_1
115606
+ SQL (1.5ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:hmanythrough_join=>[{"exdata"=>"Data", "created_at"=>nil, "task_id"=>nil, "updated_at"=>nil, "id"=>nil, "hmanythrough_test_id"=>nil, :associations=>{:hmanythrough_test=>[{"created_at"=>nil, "title"=>"Hello", "updated_at"=>nil, "id"=>nil}]}}]}}], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115607
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115608
+  (0.0ms) SAVEPOINT active_record_1
115609
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115610
+ HoneAsTest Load (0.3ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115611
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115612
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" 
115613
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115614
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
115615
+  (0.1ms) SAVEPOINT active_record_1
115616
+ SQL (0.3ms) INSERT INTO "hmanythrough_tests" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["title", "Hello"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115617
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115618
+  (0.0ms) SAVEPOINT active_record_1
115619
+ SQL (0.2ms) INSERT INTO "hmanythrough_joins" ("created_at", "exdata", "hmanythrough_test_id", "task_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["exdata", "Data"], ["hmanythrough_test_id", 1], ["task_id", 1], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115620
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115621
+  (0.0ms) SAVEPOINT active_record_1
115622
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115623
+  (0.0ms) SAVEPOINT active_record_1
115624
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115625
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115626
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" 
115627
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115628
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1
115629
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115630
+ HmanythroughTest Load (0.1ms) SELECT "hmanythrough_tests".* FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1 LIMIT 1
115631
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115632
+ HmanythroughTest Load (0.1ms) SELECT "hmanythrough_tests".* FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1 LIMIT 1
115633
+ HmanythroughJoin Load (0.1ms) SELECT "hmanythrough_joins".* FROM "hmanythrough_joins" WHERE "hmanythrough_joins"."hmanythrough_test_id" = 1 LIMIT 1
115634
+  (0.1ms) SAVEPOINT active_record_1
115635
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Test\n updated_at: \n id: \n desc: \n:associations: \n :hmanythrough_join: \n - exdata: Data\n created_at: \n task_id: \n updated_at: \n id: \n hmanythrough_test_id: \n :associations: \n :hmanythrough_test: \n - created_at: \n title: Hello\n updated_at: \n id: \n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115636
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115637
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests"
115638
+  (0.1ms) SELECT COUNT(*) FROM "tasks" 
115639
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115640
+  (0.1ms) SAVEPOINT active_record_1
115641
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115642
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115643
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115644
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115645
+  (0.1ms) SAVEPOINT active_record_1
115646
+ SQL (0.3ms) INSERT INTO "hmanythrough_tests" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["title", "Hello"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115647
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115648
+  (0.0ms) SAVEPOINT active_record_1
115649
+ SQL (0.3ms) INSERT INTO "hmanythrough_joins" ("created_at", "exdata", "hmanythrough_test_id", "task_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["exdata", "Data"], ["hmanythrough_test_id", 1], ["task_id", 1], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115650
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115651
+  (0.0ms) SAVEPOINT active_record_1
115652
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115653
+  (0.0ms) SAVEPOINT active_record_1
115654
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115655
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115656
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" 
115657
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115658
+  (0.1ms) SELECT COUNT(*) FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1
115659
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115660
+ HmanythroughTest Load (0.4ms) SELECT "hmanythrough_tests".* FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1 LIMIT 1
115661
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115662
+ HmanythroughTest Load (0.1ms) SELECT "hmanythrough_tests".* FROM "hmanythrough_tests" INNER JOIN "hmanythrough_joins" ON "hmanythrough_tests"."id" = "hmanythrough_joins"."hmanythrough_test_id" WHERE "hmanythrough_joins"."task_id" = 1 LIMIT 1
115663
+ HmanythroughJoin Load (0.1ms) SELECT "hmanythrough_joins".* FROM "hmanythrough_joins" WHERE "hmanythrough_joins"."hmanythrough_test_id" = 1 LIMIT 1
115664
+  (0.1ms) SAVEPOINT active_record_1
115665
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115666
+  (0.0ms) SAVEPOINT active_record_1
115667
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Test\n updated_at: \n id: \n desc: \n:associations: \n :hone_as_test: \n - created_at: \n title: Hone\n updated_at: \n testable_id: \n testable_type: Task\n id: \n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115668
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115669
+  (0.1ms) SELECT COUNT(*) FROM "hone_as_tests"
115670
+  (0.0ms) SELECT COUNT(*) FROM "tasks" 
115671
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115672
+  (0.0ms) SAVEPOINT active_record_1
115673
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115674
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115675
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115676
+  (0.5ms) RELEASE SAVEPOINT active_record_1
115677
+  (0.1ms) SAVEPOINT active_record_1
115678
+ SQL (0.4ms) INSERT INTO "hone_as_tests" ("created_at", "testable_id", "testable_type", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["testable_id", 1], ["testable_type", "Task"], ["title", "Hone"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115679
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115680
+  (0.0ms) SAVEPOINT active_record_1
115681
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115682
+  (0.0ms) SAVEPOINT active_record_1
115683
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115684
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115685
+  (0.1ms) SELECT COUNT(*) FROM "hone_as_tests"
115686
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115687
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115688
+  (0.0ms) SAVEPOINT active_record_1
115689
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Test\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115690
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115691
+  (0.2ms) SELECT COUNT(*) FROM "tasks"
115692
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115693
+  (0.0ms) SAVEPOINT active_record_1
115694
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115695
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115696
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115697
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115698
+  (0.0ms) SAVEPOINT active_record_1
115699
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115700
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115701
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115702
+  (0.1ms) SAVEPOINT active_record_1
115703
+ SQL (1.1ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:hone_as_test=>[{"created_at"=>nil, "title"=>"Hone", "updated_at"=>nil, "testable_id"=>1, "testable_type"=>"Task", "id"=>nil}]}}], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115704
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115705
+  (0.0ms) SAVEPOINT active_record_1
115706
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115707
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115708
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115709
+  (0.0ms) SELECT COUNT(*) FROM "hone_as_tests"
115710
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115711
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
115712
+  (0.0ms) SAVEPOINT active_record_1
115713
+ SQL (0.3ms) INSERT INTO "hone_as_tests" ("created_at", "testable_id", "testable_type", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["testable_id", 1], ["testable_type", "Task"], ["title", "Hone"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115714
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115715
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115716
+  (0.0ms) SAVEPOINT active_record_1
115717
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115718
+  (0.0ms) SAVEPOINT active_record_1
115719
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115720
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115721
+  (0.1ms) SELECT COUNT(*) FROM "hone_as_tests"
115722
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115723
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115724
+  (0.1ms) SAVEPOINT active_record_1
115725
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115726
+  (0.0ms) SAVEPOINT active_record_1
115727
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Test\n updated_at: \n id: \n desc: \n:associations: \n :hone_test: \n - created_at: \n task_id: \n title: Hone\n updated_at: \n id: \n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115728
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115729
+  (0.1ms) SELECT COUNT(*) FROM "hone_tests"
115730
+  (0.1ms) SELECT COUNT(*) FROM "tasks" 
115731
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115732
+  (0.0ms) SAVEPOINT active_record_1
115733
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115734
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115735
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115736
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115737
+  (0.1ms) SAVEPOINT active_record_1
115738
+ SQL (0.4ms) INSERT INTO "hone_tests" ("created_at", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["task_id", 1], ["title", "Hone"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115739
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115740
+  (0.0ms) SAVEPOINT active_record_1
115741
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115742
+  (0.0ms) SAVEPOINT active_record_1
115743
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115744
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115745
+  (0.1ms) SELECT COUNT(*) FROM "hone_tests"
115746
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115747
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115748
+  (0.0ms) SAVEPOINT active_record_1
115749
+ SQL (0.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Test\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115750
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115751
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
115752
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115753
+  (0.0ms) SAVEPOINT active_record_1
115754
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["desc", nil], ["title", "Test"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115755
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115756
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115757
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115758
+  (0.0ms) SAVEPOINT active_record_1
115759
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115760
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115761
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115762
+  (0.1ms) SAVEPOINT active_record_1
115763
+ SQL (0.9ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:hone_test=>[{"created_at"=>nil, "task_id"=>1, "title"=>"Hone", "updated_at"=>nil, "id"=>nil}]}}], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115764
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115765
+  (0.0ms) SAVEPOINT active_record_1
115766
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115767
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115768
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115769
+  (0.0ms) SELECT COUNT(*) FROM "hone_tests"
115770
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115771
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
115772
+  (0.0ms) SAVEPOINT active_record_1
115773
+ SQL (0.3ms) INSERT INTO "hone_tests" ("created_at", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["task_id", 1], ["title", "Hone"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115774
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115775
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115776
+  (0.0ms) SAVEPOINT active_record_1
115777
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115778
+  (0.0ms) SAVEPOINT active_record_1
115779
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115780
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115781
+  (0.1ms) SELECT COUNT(*) FROM "hone_tests"
115782
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115783
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115784
+  (0.1ms) SAVEPOINT active_record_1
115785
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "TEST--- \n:main_model: \n created_at: \n title: TEST\n updated_at: \n id: \n foo: \n:associations: \n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "HookTest"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115786
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115787
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115788
+  (0.0ms) SAVEPOINT active_record_1
115789
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: \"\"\n updated_at: \n id: \n foo: \n:associations: \n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "HookTest"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115790
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115791
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115792
+  (0.0ms) SAVEPOINT active_record_1
115793
+ SQL (0.4ms) INSERT INTO "hook_tests" ("created_at", "foo", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["foo", nil], ["title", ""], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115794
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115795
+  (0.0ms) SAVEPOINT active_record_1
115796
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115797
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115798
+ HookTest Load (0.1ms) SELECT "hook_tests".* FROM "hook_tests" LIMIT 1
115799
+  (0.0ms) SAVEPOINT active_record_1
115800
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "title"], ["attr_value", "TEST--- TEST\n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "HookTest"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115801
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115802
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115803
+  (0.0ms) SAVEPOINT active_record_1
115804
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: TEST\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115805
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115806
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115807
+  (0.1ms) SAVEPOINT active_record_1
115808
+ SQL (0.7ms) INSERT INTO "photo_holders" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["title", nil], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115809
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n photo: \n created_at: \n updated_at: \n id: \n photo_holder_id: 1\n :photo_tmp_file: /Users/apple/rails/has_moderated/test/dummy/public/uploads/tmp/20111205-1810-2921-8573/test.jpg\n:associations: \n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Photo"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115810
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115811
+  (0.1ms) SELECT COUNT(*) FROM "photos"
115812
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115813
+  (0.1ms) SAVEPOINT active_record_1
115814
+ SQL (0.4ms) INSERT INTO "photos" ("created_at", "photo", "photo_holder_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["photo", "test.jpg"], ["photo_holder_id", 1], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115815
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115816
+  (0.0ms) SAVEPOINT active_record_1
115817
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115818
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115819
+  (0.1ms) SELECT COUNT(*) FROM "photos"
115820
+ Photo Load (0.1ms) SELECT "photos".* FROM "photos" LIMIT 1
115821
+  (0.1ms) SAVEPOINT active_record_1
115822
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n photo: \n created_at: \n updated_at: \n id: \n photo_holder_id: \n :photo_tmp_file: /Users/apple/rails/has_moderated/test/dummy/public/uploads/tmp/20111205-1810-2921-9510/test.jpg\n:associations: \n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Photo"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115823
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115824
+  (0.1ms) SELECT COUNT(*) FROM "photos" 
115825
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115826
+  (0.1ms) SAVEPOINT active_record_1
115827
+ SQL (0.3ms) INSERT INTO "photos" ("created_at", "photo", "photo_holder_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["photo", "test.jpg"], ["photo_holder_id", nil], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115828
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115829
+  (0.0ms) SAVEPOINT active_record_1
115830
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115831
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115832
+  (0.1ms) SELECT COUNT(*) FROM "photos" 
115833
+ Photo Load (0.1ms) SELECT "photos".* FROM "photos" LIMIT 1
115834
+  (0.1ms) SAVEPOINT active_record_1
115835
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n photo: \n created_at: \n updated_at: \n id: \n photo_holder_id: \n :photo_tmp_file: /Users/apple/rails/has_moderated/test/dummy/public/uploads/tmp/20111205-1810-2921-7911/test.jpg\n:associations: \n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Photo"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115836
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115837
+  (0.1ms) SELECT COUNT(*) FROM "photos"
115838
+ Moderation Load (0.2ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115839
+  (0.1ms) SAVEPOINT active_record_1
115840
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115841
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115842
+  (0.1ms) SELECT COUNT(*) FROM "photos" 
115843
+  (0.0ms) SAVEPOINT active_record_1
115844
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n:associations: \n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Photo"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115845
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115846
+  (0.1ms) SELECT COUNT(*) FROM "photos" 
115847
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115848
+  (0.0ms) SAVEPOINT active_record_1
115849
+ SQL (0.3ms) INSERT INTO "photos" ("created_at", "photo", "photo_holder_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["photo", nil], ["photo_holder_id", nil], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115850
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115851
+  (0.0ms) SAVEPOINT active_record_1
115852
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115853
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115854
+ Photo Load (0.1ms) SELECT "photos".* FROM "photos" LIMIT 1
115855
+  (0.1ms) SAVEPOINT active_record_1
115856
+ Photo Load (0.1ms) SELECT "photos".* FROM "photos" WHERE "photos"."id" = ? LIMIT 1 [["id", 1]]
115857
+  (0.1ms) UPDATE "photos" SET "updated_at" = '2011-12-05 17:10:00.956008', "photo" = NULL WHERE "photos"."id" = 1
115858
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "photo_tmp_file"], ["attr_value", "/Users/apple/rails/has_moderated/test/dummy/public/uploads/tmp/20111205-1810-2921-9269/test.jpg"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Photo"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115859
+  (0.2ms) RELEASE SAVEPOINT active_record_1
115860
+ Photo Load (0.1ms) SELECT "photos".* FROM "photos" LIMIT 1
115861
+  (0.1ms) SELECT COUNT(*) FROM "moderations"
115862
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115863
+ Photo Load (0.1ms) SELECT "photos".* FROM "photos" WHERE "photos"."id" = 1 LIMIT 1
115864
+  (0.1ms) SAVEPOINT active_record_1
115865
+ Photo Load (0.1ms) SELECT "photos".* FROM "photos" WHERE "photos"."id" = ? LIMIT 1 [["id", 1]]
115866
+  (0.1ms) UPDATE "photos" SET "updated_at" = '2011-12-05 17:10:00.971493', "photo" = 'test.jpg' WHERE "photos"."id" = 1
115867
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115868
+  (0.0ms) SAVEPOINT active_record_1
115869
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115870
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115871
+ Photo Load (0.1ms) SELECT "photos".* FROM "photos" LIMIT 1
115872
+  (0.1ms) SAVEPOINT active_record_1
115873
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Task 1\n updated_at: \n id: \n desc: \n:associations: \n :task_photos: \n - photo: \n task_id: \n created_at: \n updated_at: \n id: \n :photo_tmp_file: /Users/apple/rails/has_moderated/test/dummy/public/uploads/tmp/20111205-1810-2921-9502/test.jpg\n"], ["created_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:00 UTC +00:00]]
115874
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115875
+  (0.1ms) SELECT COUNT(*) FROM "moderations"
115876
+  (0.1ms) SELECT COUNT(*) FROM "tasks" 
115877
+  (0.1ms) SELECT COUNT(*) FROM "task_photos"
115878
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115879
+  (0.1ms) SAVEPOINT active_record_1
115880
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["title", "Task 1"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
115881
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115882
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115883
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115884
+  (0.1ms) SAVEPOINT active_record_1
115885
+ SQL (0.4ms) INSERT INTO "task_photos" ("created_at", "photo", "task_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["photo", "test.jpg"], ["task_id", 1], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
115886
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115887
+  (0.0ms) SAVEPOINT active_record_1
115888
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115889
+  (0.0ms) SAVEPOINT active_record_1
115890
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115891
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115892
+  (0.1ms) SELECT COUNT(*) FROM "tasks" 
115893
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115894
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
115895
+ TaskPhoto Load (0.1ms) SELECT "task_photos".* FROM "task_photos" WHERE "task_photos"."task_id" = 1 LIMIT 1
115896
+  (0.0ms) SAVEPOINT active_record_1
115897
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Bye Bye\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
115898
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115899
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
115900
+  (0.1ms) SELECT COUNT(*) FROM "moderations" 
115901
+  (0.1ms) SAVEPOINT active_record_1
115902
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Bye Bye\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
115903
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115904
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115905
+  (0.0ms) SAVEPOINT active_record_1
115906
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
115907
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115908
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115909
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115910
+  (0.0ms) SAVEPOINT active_record_1
115911
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115912
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115913
+  (0.1ms) SELECT COUNT(*) FROM "moderations"
115914
+  (0.0ms) SELECT COUNT(*) FROM "tasks" 
115915
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115916
+  (0.0ms) SAVEPOINT active_record_1
115917
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Bye Bye\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
115918
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115919
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115920
+  (0.1ms) SAVEPOINT active_record_1
115921
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
115922
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115923
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115924
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115925
+  (0.0ms) SAVEPOINT active_record_1
115926
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115927
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115928
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115929
+  (0.0ms) SAVEPOINT active_record_1
115930
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "title"], ["attr_value", "--- Hollywood Hills\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
115931
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115932
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115933
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115934
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115935
+  (0.0ms) SAVEPOINT active_record_1
115936
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "title"], ["attr_value", "--- Hollywood Hills\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
115937
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115938
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115939
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115940
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115941
+  (0.0ms) SAVEPOINT active_record_1
115942
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "title"], ["attr_value", "--- Hollywood Hills\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
115943
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115944
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115945
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115946
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115947
+  (0.0ms) SAVEPOINT active_record_1
115948
+ SQL (0.4ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "title"], ["attr_value", "--- Hollywood Hills\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
115949
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115950
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115951
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115952
+  (0.0ms) SELECT COUNT(*) FROM "moderations" 
115953
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115954
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115955
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
115956
+  (0.0ms) SAVEPOINT active_record_1
115957
+  (0.1ms) UPDATE "tasks" SET "updated_at" = '2011-12-05 17:10:01.198405', "title" = 'Hollywood Hills' WHERE "tasks"."id" = 1
115958
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115959
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115960
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115961
+  (0.0ms) SAVEPOINT active_record_1
115962
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 5]]
115963
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115964
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115965
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
115966
+  (0.0ms) SAVEPOINT active_record_1
115967
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Bye Bye\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
115968
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115969
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115970
+  (0.0ms) SAVEPOINT active_record_1
115971
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115972
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115973
+  (0.0ms) SELECT COUNT(*) FROM "tasks"
115974
+  (0.0ms) SELECT COUNT(*) FROM "moderations" 
115975
+  (0.1ms) SAVEPOINT active_record_1
115976
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Bye Bye\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
115977
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115978
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115979
+  (0.0ms) SAVEPOINT active_record_1
115980
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
115981
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115982
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115983
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115984
+  (0.0ms) SAVEPOINT active_record_1
115985
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
115986
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115987
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115988
+  (0.0ms) SAVEPOINT active_record_1
115989
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "title"], ["attr_value", "--- Hollywood Hills\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
115990
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
115991
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
115992
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115993
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
115994
+  (0.0ms) SAVEPOINT active_record_1
115995
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
115996
+  (0.1ms) RELEASE SAVEPOINT active_record_1
115997
+  (0.0ms) SELECT COUNT(*) FROM "tasks"
115998
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
115999
+  (0.1ms) SELECT COUNT(*) FROM "moderations"
116000
+  (0.1ms) SAVEPOINT active_record_1
116001
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Bye Bye\n updated_at: \n id: \n desc: \n:associations: \n :subtasks: \n - created_at: \n task_id: \n title: Hollywood Hills\n updated_at: \n id: \n task_all_id: \n desc: \n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116002
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116003
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
116004
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" 
116005
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116006
+  (0.1ms) SAVEPOINT active_record_1
116007
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116008
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
116009
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
116010
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116011
+  (0.1ms) SAVEPOINT active_record_1
116012
+ SQL (0.4ms) INSERT INTO "subtasks" ("created_at", "desc", "task_all_id", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["task_all_id", nil], ["task_id", 1], ["title", "Hollywood Hills"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116013
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116014
+  (0.0ms) SAVEPOINT active_record_1
116015
+  (0.0ms) RELEASE SAVEPOINT active_record_1
116016
+  (0.0ms) SAVEPOINT active_record_1
116017
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
116018
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116019
+  (0.1ms) SELECT COUNT(*) FROM "moderations"
116020
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
116021
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
116022
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
116023
+  (0.0ms) SAVEPOINT active_record_1
116024
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Bye Bye\n updated_at: \n id: \n desc: Hollywood Hills\n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116025
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116026
+  (0.1ms) SELECT COUNT(*) FROM "moderations" 
116027
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116028
+  (0.0ms) SAVEPOINT active_record_1
116029
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", "Hollywood Hills"], ["title", "Bye Bye"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116030
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
116031
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
116032
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116033
+  (0.0ms) SAVEPOINT active_record_1
116034
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
116035
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116036
+  (0.0ms) SELECT COUNT(*) FROM "moderations" 
116037
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
116038
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
116039
+  (0.0ms) SAVEPOINT active_record_1
116040
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Bye Bye\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116041
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116042
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116043
+  (0.0ms) SAVEPOINT active_record_1
116044
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116045
+ HoneTest Load (0.2ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
116046
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
116047
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116048
+  (0.0ms) SAVEPOINT active_record_1
116049
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
116050
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116051
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
116052
+  (0.0ms) SAVEPOINT active_record_1
116053
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "desc"], ["attr_value", "--- Hollywood Hills\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116054
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
116055
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
116056
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116057
+  (0.1ms) SELECT COUNT(*) FROM "moderations"
116058
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
116059
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116060
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
116061
+  (0.1ms) SAVEPOINT active_record_1
116062
+  (0.2ms) UPDATE "tasks" SET "updated_at" = '2011-12-05 17:10:01.410962', "desc" = 'Hollywood Hills' WHERE "tasks"."id" = 1
116063
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
116064
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
116065
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116066
+  (0.0ms) SAVEPOINT active_record_1
116067
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
116068
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116069
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
116070
+  (0.0ms) SAVEPOINT active_record_1
116071
+ SQL (0.6ms) INSERT INTO "subtasks" ("created_at", "desc", "task_all_id", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["task_all_id", nil], ["task_id", nil], ["title", "Bye Bye"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116072
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116073
+  (0.1ms) SELECT COUNT(*) FROM "subtasks"
116074
+  (0.0ms) SAVEPOINT active_record_1
116075
+  (0.0ms) RELEASE SAVEPOINT active_record_1
116076
+  (0.0ms) SAVEPOINT active_record_1
116077
+ SQL (0.4ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Hollywood Hills\n updated_at: \n id: \n desc: \n:associations: \n :subtasks: \n - 1\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116078
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116079
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
116080
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" LIMIT 1
116081
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" IS NULL LIMIT 1
116082
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116083
+  (0.0ms) SAVEPOINT active_record_1
116084
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["title", "Hollywood Hills"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116085
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
116086
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
116087
+  (21.3ms) RELEASE SAVEPOINT active_record_1
116088
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
116089
+  (0.0ms) SAVEPOINT active_record_1
116090
+  (1.9ms) UPDATE "subtasks" SET "updated_at" = '2011-12-05 17:10:01.459832', "task_id" = 1 WHERE "subtasks"."id" = 1
116091
+  (12.3ms) RELEASE SAVEPOINT active_record_1
116092
+  (0.1ms) SAVEPOINT active_record_1
116093
+  (0.0ms) RELEASE SAVEPOINT active_record_1
116094
+  (0.0ms) SAVEPOINT active_record_1
116095
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
116096
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116097
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" LIMIT 1
116098
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
116099
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
116100
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
116101
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
116102
+  (0.1ms) SAVEPOINT active_record_1
116103
+ SQL (15.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Bye Bye\n updated_at: \n id: \n value: \n:associations: \n :subtasks: \n - created_at: \n task_id: \n title: Hollywood Hills\n updated_at: \n id: \n task_all_id: \n desc: \n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "TaskAll"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116104
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116105
+  (0.1ms) SELECT COUNT(*) FROM "task_alls"
116106
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" 
116107
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116108
+  (0.0ms) SAVEPOINT active_record_1
116109
+ SQL (14.8ms) INSERT INTO "task_alls" ("created_at", "title", "updated_at", "value") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["title", "Bye Bye"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["value", nil]]
116110
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116111
+  (0.1ms) SAVEPOINT active_record_1
116112
+ SQL (0.3ms) INSERT INTO "subtasks" ("created_at", "desc", "task_all_id", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["task_all_id", 1], ["task_id", nil], ["title", "Hollywood Hills"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116113
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116114
+  (0.0ms) SAVEPOINT active_record_1
116115
+  (0.0ms) RELEASE SAVEPOINT active_record_1
116116
+  (0.0ms) SAVEPOINT active_record_1
116117
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
116118
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116119
+  (0.1ms) SELECT COUNT(*) FROM "task_alls"
116120
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" 
116121
+ TaskAll Load (0.1ms) SELECT "task_alls".* FROM "task_alls" LIMIT 1
116122
+ TaskAll Load (0.1ms) SELECT "task_alls".* FROM "task_alls" LIMIT 1
116123
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_all_id" = 1 LIMIT 1
116124
+  (0.0ms) SAVEPOINT active_record_1
116125
+ SQL (19.8ms) INSERT INTO "subtasks" ("created_at", "desc", "task_all_id", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["task_all_id", nil], ["task_id", nil], ["title", "Bye Bye"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116126
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116127
+  (0.1ms) SELECT COUNT(*) FROM "subtasks"
116128
+  (0.1ms) SAVEPOINT active_record_1
116129
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116130
+  (0.0ms) SAVEPOINT active_record_1
116131
+ SQL (6.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Hollywood Hills\n updated_at: \n id: \n desc: \n:associations: \n :subtasks: \n - 1\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116132
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116133
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
116134
+ SQL (0.0ms) DELETE FROM "subtasks"
116135
+  (0.0ms) SELECT COUNT(*) FROM "subtasks"
116136
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116137
+  (0.0ms) SAVEPOINT active_record_1
116138
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["title", "Hollywood Hills"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116139
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
116140
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
116141
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116142
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
116143
+  (0.0ms) SAVEPOINT active_record_1
116144
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
116145
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116146
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
116147
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
116148
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" 
116149
+  (0.0ms) SAVEPOINT active_record_1
116150
+ SQL (21.5ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Bye Bye\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116151
+  (6.7ms) RELEASE SAVEPOINT active_record_1
116152
+ Moderation Load (0.2ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116153
+  (0.1ms) SAVEPOINT active_record_1
116154
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116155
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
116156
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
116157
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116158
+  (0.0ms) SAVEPOINT active_record_1
116159
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
116160
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116161
+  (0.1ms) SELECT COUNT(*) FROM "tasks"
116162
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
116163
+  (0.0ms) SAVEPOINT active_record_1
116164
+ SQL (0.3ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "destroy"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116165
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116166
+  (0.1ms) SELECT COUNT(*) FROM "tasks" 
116167
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116168
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
116169
+  (0.0ms) SAVEPOINT active_record_1
116170
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" WHERE "moderations"."moderatable_id" = 1 AND "moderations"."moderatable_type" = 'Task'
116171
+ SQL (2.4ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
116172
+ HabtmNameTest Load (0.1ms) SELECT "habtm_name_tests".* FROM "habtm_name_tests" INNER JOIN "habtm_name_tests_tasks" ON "habtm_name_tests"."id" = "habtm_name_tests_tasks"."habtm_name_test_id" WHERE "habtm_name_tests_tasks"."task_id" = 1
116173
+ HjoinTest Load (0.1ms) SELECT "hjoin_tests".* FROM "hjoin_tests" INNER JOIN "hjoin_tests_tasks" ON "hjoin_tests"."id" = "hjoin_tests_tasks"."hjoin_test_id" WHERE "hjoin_tests_tasks"."task_id" = 1
116174
+ SQL (0.1ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 1]]
116175
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116176
+  (0.0ms) SAVEPOINT active_record_1
116177
+ SQL (0.0ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
116178
+  (0.0ms) RELEASE SAVEPOINT active_record_1
116179
+  (0.0ms) SELECT COUNT(*) FROM "tasks"
116180
+  (0.0ms) SAVEPOINT active_record_1
116181
+ SQL (8.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Bye Bye\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116182
+  (0.2ms) RELEASE SAVEPOINT active_record_1
116183
+ Moderation Load (0.2ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116184
+  (0.1ms) SAVEPOINT active_record_1
116185
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116186
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
116187
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
116188
+  (10.4ms) RELEASE SAVEPOINT active_record_1
116189
+  (0.1ms) SAVEPOINT active_record_1
116190
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
116191
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116192
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
116193
+  (0.1ms) SAVEPOINT active_record_1
116194
+ SQL (1.0ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:subtasks=>[{"created_at"=>nil, "task_id"=>1, "title"=>"Hollywood Hills", "updated_at"=>nil, "id"=>nil, "task_all_id"=>nil, "desc"=>nil}]}}], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116195
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116196
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
116197
+  (0.0ms) SAVEPOINT active_record_1
116198
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
116199
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
116200
+  (0.0ms) RELEASE SAVEPOINT active_record_1
116201
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
116202
+  (0.0ms) SELECT COUNT(*) FROM "subtasks" 
116203
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116204
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
116205
+  (0.0ms) SAVEPOINT active_record_1
116206
+ SQL (0.3ms) INSERT INTO "subtasks" ("created_at", "desc", "task_all_id", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["task_all_id", nil], ["task_id", 1], ["title", "Hollywood Hills"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116207
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116208
+  (0.0ms) SAVEPOINT active_record_1
116209
+  (0.0ms) RELEASE SAVEPOINT active_record_1
116210
+  (0.0ms) SAVEPOINT active_record_1
116211
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
116212
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116213
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
116214
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" 
116215
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
116216
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
116217
+  (0.0ms) SAVEPOINT active_record_1
116218
+ SQL (29.8ms) INSERT INTO "subtasks" ("created_at", "desc", "task_all_id", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["task_all_id", nil], ["task_id", nil], ["title", "Hollywood Hills"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116219
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116220
+  (0.1ms) SAVEPOINT active_record_1
116221
+ SQL (33.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Bye Bye\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116222
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116223
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116224
+  (0.1ms) SAVEPOINT active_record_1
116225
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116226
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
116227
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
116228
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116229
+  (0.0ms) SAVEPOINT active_record_1
116230
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
116231
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116232
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
116233
+  (0.0ms) SAVEPOINT active_record_1
116234
+ SQL (0.7ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:subtasks=>[1]}}], ["created_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:01 UTC +00:00]]
116235
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116236
+  (0.2ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
116237
+  (0.1ms) SELECT COUNT(*) FROM "subtasks"
116238
+  (0.0ms) SAVEPOINT active_record_1
116239
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
116240
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
116241
+  (0.0ms) RELEASE SAVEPOINT active_record_1
116242
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
116243
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116244
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
116245
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
116246
+  (0.0ms) SAVEPOINT active_record_1
116247
+  (0.1ms) UPDATE "subtasks" SET "updated_at" = '2011-12-05 17:10:01.970178', "task_id" = 1 WHERE "subtasks"."id" = 1
116248
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116249
+  (0.0ms) SAVEPOINT active_record_1
116250
+  (0.0ms) RELEASE SAVEPOINT active_record_1
116251
+  (0.0ms) SAVEPOINT active_record_1
116252
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
116253
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116254
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
116255
+  (0.1ms) SELECT COUNT(*) FROM "subtasks"
116256
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
116257
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
116258
+  (0.1ms) SAVEPOINT active_record_1
116259
+ SQL (27.9ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Bye Bye\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:02 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:02 UTC +00:00]]
116260
+  (10.9ms) RELEASE SAVEPOINT active_record_1
116261
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116262
+  (0.1ms) SAVEPOINT active_record_1
116263
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:02 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Mon, 05 Dec 2011 17:10:02 UTC +00:00]]
116264
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
116265
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
116266
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116267
+  (0.0ms) SAVEPOINT active_record_1
116268
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
116269
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116270
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
116271
+  (0.1ms) SAVEPOINT active_record_1
116272
+ SQL (1.2ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:subtasks=>[{"created_at"=>nil, "task_id"=>1, "title"=>"Jo jo", "updated_at"=>nil, "id"=>nil, "task_all_id"=>nil, "desc"=>nil}]}}], ["created_at", Mon, 05 Dec 2011 17:10:02 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:02 UTC +00:00]]
116273
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116274
+  (0.0ms) SAVEPOINT active_record_1
116275
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
116276
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
116277
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116278
+  (0.1ms) SELECT COUNT(*) FROM "moderations" 
116279
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
116280
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
116281
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116282
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
116283
+  (0.1ms) SAVEPOINT active_record_1
116284
+ SQL (9.6ms) INSERT INTO "subtasks" ("created_at", "desc", "task_all_id", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:02 UTC +00:00], ["desc", nil], ["task_all_id", nil], ["task_id", 1], ["title", "Jo jo"], ["updated_at", Mon, 05 Dec 2011 17:10:02 UTC +00:00]]
116285
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116286
+  (0.0ms) SAVEPOINT active_record_1
116287
+  (0.0ms) RELEASE SAVEPOINT active_record_1
116288
+  (0.0ms) SAVEPOINT active_record_1
116289
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
116290
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116291
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1
116292
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
116293
+  (0.0ms) SAVEPOINT active_record_1
116294
+ SQL (4.8ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", "--- \n:main_model: \n created_at: \n title: Bye Bye\n updated_at: \n id: \n desc: \n:associations: {}\n\n"], ["created_at", Mon, 05 Dec 2011 17:10:02 UTC +00:00], ["moderatable_id", nil], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:02 UTC +00:00]]
116295
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116296
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116297
+  (0.0ms) SAVEPOINT active_record_1
116298
+ SQL (0.3ms) INSERT INTO "tasks" ("created_at", "desc", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:02 UTC +00:00], ["desc", nil], ["title", "Bye Bye"], ["updated_at", Mon, 05 Dec 2011 17:10:02 UTC +00:00]]
116299
+ HoneTest Load (0.1ms) SELECT "hone_tests".* FROM "hone_tests" WHERE "hone_tests"."task_id" = 1 LIMIT 1
116300
+ HoneAsTest Load (0.1ms) SELECT "hone_as_tests".* FROM "hone_as_tests" WHERE "hone_as_tests"."testable_id" = 1 AND "hone_as_tests"."testable_type" = 'Task' LIMIT 1
116301
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116302
+  (0.0ms) SAVEPOINT active_record_1
116303
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 1]]
116304
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116305
+  (0.0ms) SAVEPOINT active_record_1
116306
+ SQL (0.4ms) INSERT INTO "subtasks" ("created_at", "desc", "task_all_id", "task_id", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 17:10:02 UTC +00:00], ["desc", nil], ["task_all_id", nil], ["task_id", nil], ["title", "Jo jo"], ["updated_at", Mon, 05 Dec 2011 17:10:02 UTC +00:00]]
116307
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116308
+  (0.1ms) SELECT COUNT(*) FROM "moderations" 
116309
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
116310
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" LIMIT 1
116311
+  (0.0ms) SAVEPOINT active_record_1
116312
+ SQL (0.6ms) INSERT INTO "moderations" ("attr_name", "attr_value", "created_at", "moderatable_id", "moderatable_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["attr_name", "-"], ["attr_value", {:associations=>{:subtasks=>[1]}}], ["created_at", Mon, 05 Dec 2011 17:10:02 UTC +00:00], ["moderatable_id", 1], ["moderatable_type", "Task"], ["updated_at", Mon, 05 Dec 2011 17:10:02 UTC +00:00]]
116313
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116314
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
116315
+  (0.1ms) SELECT COUNT(*) FROM "subtasks" WHERE "subtasks"."task_id" = 1
116316
+ Moderation Load (0.1ms) SELECT "moderations".* FROM "moderations" ORDER BY "moderations"."id" DESC LIMIT 1
116317
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = 1 LIMIT 1
116318
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."id" = 1 LIMIT 1
116319
+  (0.0ms) SAVEPOINT active_record_1
116320
+  (0.1ms) UPDATE "subtasks" SET "updated_at" = '2011-12-05 17:10:02.159606', "task_id" = 1 WHERE "subtasks"."id" = 1
116321
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116322
+  (0.0ms) SAVEPOINT active_record_1
116323
+  (0.0ms) RELEASE SAVEPOINT active_record_1
116324
+  (0.0ms) SAVEPOINT active_record_1
116325
+ SQL (0.1ms) DELETE FROM "moderations" WHERE "moderations"."id" = ? [["id", 2]]
116326
+  (0.1ms) RELEASE SAVEPOINT active_record_1
116327
+ Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT 1
116328
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" WHERE "subtasks"."task_id" = 1 LIMIT 1
116329
+ Subtask Load (0.1ms) SELECT "subtasks".* FROM "subtasks" LIMIT 1