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