remote_partial 0.1.1 → 0.2.0
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/app/models/remote_partial/resource_manager.rb +6 -4
- data/lib/remote_partial/version.rb +16 -7
- data/test/dummy/app/views/remote_partials/_clock.html.erb +1 -1
- data/test/dummy/app/views/remote_partials/_wcc.html.erb +277 -338
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +524 -0
- data/test/unit/remote_partial/resource_manager_test.rb +6 -2
- metadata +1 -1
data/test/dummy/db/test.sqlite3
CHANGED
|
Binary file
|
data/test/dummy/log/test.log
CHANGED
|
@@ -6576,3 +6576,527 @@ Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTP
|
|
|
6576
6576
|
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
6577
6577
|
[1m[35m (0.0ms)[0m begin transaction
|
|
6578
6578
|
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
6579
|
+
Connecting to database specified by database.yml
|
|
6580
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1[0m
|
|
6581
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
6582
|
+
[1m[36mSQL (27.6ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 05 Jul 2013 14:44:04 UTC +00:00], ["criteria", "#ct"], ["name", "clock"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:44:04 UTC +00:00], ["url", "http://www.timeanddate.com/worldclock/city.html?n=136"]]
|
|
6583
|
+
[1m[35m (162.8ms)[0m commit transaction
|
|
6584
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1[0m
|
|
6585
|
+
[1m[35m (1.2ms)[0m begin transaction
|
|
6586
|
+
[1m[36mSQL (1.8ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 05 Jul 2013 14:44:04 UTC +00:00], ["criteria", "#intro"], ["name", "ruby"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:44:04 UTC +00:00], ["url", "http://www.ruby-lang.org/en/"]]
|
|
6587
|
+
[1m[35m (162.1ms)[0m commit transaction
|
|
6588
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
|
6589
|
+
[1m[35mFixture Delete (0.3ms)[0m DELETE FROM "remote_partial_partials"
|
|
6590
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "remote_partial_partials" ("id", "name", "url", "criteria", "repeat_period", "created_at", "updated_at") VALUES (1, 'simple', 'http://www.warwickshire.gov.uk', 'p:first-child', 600, '2013-07-05 14:44:06', '2013-07-05 14:44:06')[0m
|
|
6591
|
+
[1m[35m (170.8ms)[0m commit transaction
|
|
6592
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6593
|
+
Processing by DemosController#index as HTML
|
|
6594
|
+
Rendered demos/index.html.erb within layouts/application (5.0ms)
|
|
6595
|
+
Completed 200 OK in 73ms (Views: 73.0ms | ActiveRecord: 0.0ms)
|
|
6596
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6597
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
6598
|
+
Processing by DemosController#show as HTML
|
|
6599
|
+
Parameters: {"id"=>"fixed"}
|
|
6600
|
+
Rendered remote_partials/_fixed.html.erb (1.6ms)
|
|
6601
|
+
Rendered demos/_fixed.html.erb (5.0ms)
|
|
6602
|
+
Completed 200 OK in 14ms (Views: 14.0ms | ActiveRecord: 0.0ms)
|
|
6603
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6604
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6605
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6606
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6607
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6608
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6609
|
+
[1m[35mRemotePartial::Partial Load (0.4ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
6610
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6611
|
+
[1m[35mSQL (1.9ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 05 Jul 2013 14:44:06 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:44:06 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
6612
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6613
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6614
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1[0m
|
|
6615
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
6616
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
6617
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6618
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6619
|
+
[1m[35m (1.0ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 14:54:07.011967', "updated_at" = '2013-07-05 14:44:07.013832' WHERE "remote_partial_partials"."id" = 1
|
|
6620
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6621
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6622
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
6623
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
6624
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-05 14:44:07.022685' WHERE "remote_partial_partials"."id" = 1[0m
|
|
6625
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
6626
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6627
|
+
[1m[35m (1.2ms)[0m rollback transaction
|
|
6628
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6629
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6630
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6631
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
|
|
6632
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6633
|
+
[1m[35m (0.8ms)[0m UPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-05 14:44:07.033765' WHERE "remote_partial_partials"."id" = 1
|
|
6634
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6635
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6636
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
6637
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
6638
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
6639
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6640
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
6641
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
6642
|
+
[1m[36m (0.9ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-05 14:44:07.048314' WHERE "remote_partial_partials"."id" = 1[0m
|
|
6643
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
6644
|
+
Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
|
|
6645
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6646
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
|
6647
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
6648
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6649
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6650
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
6651
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6652
|
+
[1m[35mSQL (2.2ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 05 Jul 2013 14:44:07 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:44:07 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
6653
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6654
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6655
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1[0m
|
|
6656
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
6657
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
6658
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6659
|
+
[1m[36m (5.5ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6660
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
6661
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6662
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 05 Jul 2013 14:44:07 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:44:07 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
6663
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6664
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6665
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1[0m
|
|
6666
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6667
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1[0m
|
|
6668
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
6669
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "remote_partial_partials" SET "url" = 'other', "updated_at" = '2013-07-05 14:44:07.089252' WHERE "remote_partial_partials"."id" = 225[0m
|
|
6670
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
6671
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6672
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
6673
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
|
6674
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
6675
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
6676
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6677
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
6678
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
6679
|
+
[1m[36m (0.8ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-05 14:44:07.102505' WHERE "remote_partial_partials"."id" = 1[0m
|
|
6680
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
6681
|
+
Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
|
|
6682
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6683
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6684
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
6685
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
6686
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
6687
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
6688
|
+
[1m[36mRemotePartial::Partial Load (0.4ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
6689
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6690
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
6691
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6692
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6693
|
+
[1m[35m (1.0ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 14:54:07.130227', "updated_at" = '2013-07-05 14:44:07.131628' WHERE "remote_partial_partials"."id" = 1
|
|
6694
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6695
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
6696
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
6697
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6698
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6699
|
+
[1m[35m (0.2ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 14:54:07.140897', "updated_at" = '2013-07-05 14:44:07.144333' WHERE "remote_partial_partials"."id" = 1
|
|
6700
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6701
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6702
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
6703
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6704
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
|
6705
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
6706
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
6707
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
6708
|
+
[1m[36m (0.9ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 14:54:07.162841', "updated_at" = '2013-07-05 14:44:07.163654' WHERE "remote_partial_partials"."id" = 1[0m
|
|
6709
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
6710
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
6711
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
6712
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
6713
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
6714
|
+
[1m[36m (0.9ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 14:54:07.179365', "updated_at" = '2013-07-05 14:44:07.181120' WHERE "remote_partial_partials"."id" = 1[0m
|
|
6715
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
6716
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
6717
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
6718
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
6719
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6720
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6721
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6722
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6723
|
+
[1m[35m (2.5ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 14:54:07.197436', "updated_at" = '2013-07-05 14:44:07.198271' WHERE "remote_partial_partials"."id" = 1
|
|
6724
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6725
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
6726
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6727
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6728
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6729
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6730
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6731
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6732
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
6733
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6734
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6735
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
6736
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6737
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6738
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
|
6739
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6740
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
6741
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6742
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
6743
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
6744
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6745
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6746
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'wcc' LIMIT 1[0m
|
|
6747
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
6748
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 05 Jul 2013 14:44:07 UTC +00:00], ["criteria", nil], ["name", "wcc"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:44:07 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
6749
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
6750
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
6751
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
6752
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
6753
|
+
Connecting to database specified by database.yml
|
|
6754
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1[0m
|
|
6755
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
6756
|
+
[1m[36mSQL (27.6ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 05 Jul 2013 14:46:30 UTC +00:00], ["criteria", "#ct"], ["name", "clock"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:46:30 UTC +00:00], ["url", "http://www.timeanddate.com/worldclock/city.html?n=136"]]
|
|
6757
|
+
[1m[35m (199.3ms)[0m commit transaction
|
|
6758
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1[0m
|
|
6759
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
6760
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 05 Jul 2013 14:46:30 UTC +00:00], ["criteria", "#intro"], ["name", "ruby"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:46:30 UTC +00:00], ["url", "http://www.ruby-lang.org/en/"]]
|
|
6761
|
+
[1m[35m (175.5ms)[0m commit transaction
|
|
6762
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
|
6763
|
+
[1m[35mFixture Delete (1.1ms)[0m DELETE FROM "remote_partial_partials"
|
|
6764
|
+
[1m[36mFixture Insert (0.5ms)[0m [1mINSERT INTO "remote_partial_partials" ("id", "name", "url", "criteria", "repeat_period", "created_at", "updated_at") VALUES (1, 'simple', 'http://www.warwickshire.gov.uk', 'p:first-child', 600, '2013-07-05 14:46:32', '2013-07-05 14:46:32')[0m
|
|
6765
|
+
[1m[35m (173.3ms)[0m commit transaction
|
|
6766
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6767
|
+
Processing by DemosController#index as HTML
|
|
6768
|
+
Rendered demos/index.html.erb within layouts/application (3.6ms)
|
|
6769
|
+
Completed 200 OK in 101ms (Views: 100.4ms | ActiveRecord: 0.0ms)
|
|
6770
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6771
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6772
|
+
Processing by DemosController#show as HTML
|
|
6773
|
+
Parameters: {"id"=>"fixed"}
|
|
6774
|
+
Rendered remote_partials/_fixed.html.erb (0.4ms)
|
|
6775
|
+
Rendered demos/_fixed.html.erb (5.1ms)
|
|
6776
|
+
Completed 200 OK in 25ms (Views: 24.7ms | ActiveRecord: 0.0ms)
|
|
6777
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6778
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6779
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6780
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6781
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6782
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6783
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
6784
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6785
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 05 Jul 2013 14:46:32 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:46:32 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
6786
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6787
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6788
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1[0m
|
|
6789
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
6790
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6791
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6792
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6793
|
+
[1m[35m (3.7ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 14:56:32.850952', "updated_at" = '2013-07-05 14:46:32.851944' WHERE "remote_partial_partials"."id" = 1
|
|
6794
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6795
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6796
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
6797
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
6798
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-05 14:46:32.865052' WHERE "remote_partial_partials"."id" = 1[0m
|
|
6799
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
6800
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6801
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
6802
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
6803
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6804
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6805
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
|
|
6806
|
+
[1m[36m (6.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6807
|
+
[1m[35m (0.3ms)[0m UPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-05 14:46:32.889504' WHERE "remote_partial_partials"."id" = 1
|
|
6808
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6809
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6810
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
|
6811
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
6812
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
6813
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6814
|
+
[1m[36mRemotePartial::Partial Load (5.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
6815
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
6816
|
+
[1m[36m (1.0ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-05 14:46:32.926111' WHERE "remote_partial_partials"."id" = 1[0m
|
|
6817
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
6818
|
+
Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
|
|
6819
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6820
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
6821
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6822
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6823
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6824
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
6825
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6826
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 05 Jul 2013 14:46:32 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:46:32 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
6827
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6828
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6829
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1[0m
|
|
6830
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
|
6831
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6832
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6833
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6834
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
6835
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6836
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 05 Jul 2013 14:46:32 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:46:32 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
6837
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6838
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6839
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1[0m
|
|
6840
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6841
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1[0m
|
|
6842
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
6843
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "remote_partial_partials" SET "url" = 'other', "updated_at" = '2013-07-05 14:46:32.990076' WHERE "remote_partial_partials"."id" = 227[0m
|
|
6844
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
6845
|
+
[1m[36m (7.5ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6846
|
+
[1m[35mRemotePartial::Partial Load (0.3ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
6847
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
6848
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
6849
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
6850
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6851
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
6852
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
6853
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-05 14:46:33.020636' WHERE "remote_partial_partials"."id" = 1[0m
|
|
6854
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
6855
|
+
Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
|
|
6856
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6857
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6858
|
+
[1m[36m (8.8ms)[0m [1mrollback transaction[0m
|
|
6859
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
6860
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
6861
|
+
[1m[35m (5.8ms)[0m begin transaction
|
|
6862
|
+
[1m[36mRemotePartial::Partial Load (0.4ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
6863
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6864
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6865
|
+
[1m[35mRemotePartial::Partial Load (0.0ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6866
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6867
|
+
[1m[35m (5.1ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 14:56:33.068491', "updated_at" = '2013-07-05 14:46:33.070601' WHERE "remote_partial_partials"."id" = 1
|
|
6868
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6869
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6870
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6871
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6872
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6873
|
+
[1m[35m (1.0ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 14:56:33.083460', "updated_at" = '2013-07-05 14:46:33.084255' WHERE "remote_partial_partials"."id" = 1
|
|
6874
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6875
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
6876
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6877
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6878
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
6879
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
6880
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
6881
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
6882
|
+
[1m[36m (0.9ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 14:56:33.103412', "updated_at" = '2013-07-05 14:46:33.104182' WHERE "remote_partial_partials"."id" = 1[0m
|
|
6883
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
6884
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
6885
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
6886
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
6887
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
6888
|
+
[1m[36m (1.1ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 14:56:33.116440', "updated_at" = '2013-07-05 14:46:33.117711' WHERE "remote_partial_partials"."id" = 1[0m
|
|
6889
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
6890
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
6891
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
6892
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
6893
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6894
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
6895
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6896
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6897
|
+
[1m[35m (1.0ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 14:56:33.133167', "updated_at" = '2013-07-05 14:46:33.134113' WHERE "remote_partial_partials"."id" = 1
|
|
6898
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6899
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
6900
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6901
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6902
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6903
|
+
[1m[35m (1.2ms)[0m rollback transaction
|
|
6904
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
6905
|
+
[1m[35m (1.7ms)[0m rollback transaction
|
|
6906
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6907
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6908
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
6909
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6910
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6911
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6912
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6913
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6914
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6915
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6916
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
6917
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6918
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6919
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6920
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'wcc' LIMIT 1[0m
|
|
6921
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
6922
|
+
[1m[36mSQL (5.6ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 05 Jul 2013 14:46:33 UTC +00:00], ["criteria", nil], ["name", "wcc"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:46:33 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
6923
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
6924
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
|
6925
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
6926
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
6927
|
+
Connecting to database specified by database.yml
|
|
6928
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1[0m
|
|
6929
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
6930
|
+
[1m[36mSQL (25.6ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 05 Jul 2013 14:50:55 UTC +00:00], ["criteria", "#ct"], ["name", "clock"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:50:55 UTC +00:00], ["url", "http://www.timeanddate.com/worldclock/city.html?n=136"]]
|
|
6931
|
+
[1m[35m (187.7ms)[0m commit transaction
|
|
6932
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1[0m
|
|
6933
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
6934
|
+
[1m[36mSQL (1.2ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 05 Jul 2013 14:50:55 UTC +00:00], ["criteria", "#intro"], ["name", "ruby"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:50:55 UTC +00:00], ["url", "http://www.ruby-lang.org/en/"]]
|
|
6935
|
+
[1m[35m (186.6ms)[0m commit transaction
|
|
6936
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
|
6937
|
+
[1m[35mFixture Delete (5.0ms)[0m DELETE FROM "remote_partial_partials"
|
|
6938
|
+
[1m[36mFixture Insert (0.6ms)[0m [1mINSERT INTO "remote_partial_partials" ("id", "name", "url", "criteria", "repeat_period", "created_at", "updated_at") VALUES (1, 'simple', 'http://www.warwickshire.gov.uk', 'p:first-child', 600, '2013-07-05 14:50:57', '2013-07-05 14:50:57')[0m
|
|
6939
|
+
[1m[35m (169.5ms)[0m commit transaction
|
|
6940
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6941
|
+
Processing by DemosController#index as HTML
|
|
6942
|
+
Rendered demos/index.html.erb within layouts/application (17.8ms)
|
|
6943
|
+
Completed 200 OK in 135ms (Views: 134.5ms | ActiveRecord: 0.0ms)
|
|
6944
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6945
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6946
|
+
Processing by DemosController#show as HTML
|
|
6947
|
+
Parameters: {"id"=>"fixed"}
|
|
6948
|
+
Rendered remote_partials/_fixed.html.erb (0.6ms)
|
|
6949
|
+
Rendered demos/_fixed.html.erb (14.7ms)
|
|
6950
|
+
Completed 200 OK in 35ms (Views: 34.7ms | ActiveRecord: 0.0ms)
|
|
6951
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6952
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6953
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6954
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6955
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6956
|
+
[1m[36m (10.2ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6957
|
+
[1m[35mRemotePartial::Partial Load (6.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
6958
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6959
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 05 Jul 2013 14:50:57 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:50:57 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
6960
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6961
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6962
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1[0m
|
|
6963
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
|
6964
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
6965
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6966
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6967
|
+
[1m[35m (6.2ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 15:00:57.952191', "updated_at" = '2013-07-05 14:50:57.954012' WHERE "remote_partial_partials"."id" = 1
|
|
6968
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6969
|
+
[1m[35m (4.7ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6970
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
6971
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
6972
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-05 14:50:57.971858' WHERE "remote_partial_partials"."id" = 1[0m
|
|
6973
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
6974
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6975
|
+
[1m[35m (1.4ms)[0m rollback transaction
|
|
6976
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
6977
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6978
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6979
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
|
|
6980
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6981
|
+
[1m[35m (1.1ms)[0m UPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-05 14:50:57.997834' WHERE "remote_partial_partials"."id" = 1
|
|
6982
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
6983
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6984
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
6985
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
6986
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
6987
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
6988
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
6989
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
6990
|
+
[1m[36m (4.2ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-05 14:50:58.037235' WHERE "remote_partial_partials"."id" = 1[0m
|
|
6991
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
6992
|
+
Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
|
|
6993
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6994
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
6995
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
6996
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
6997
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
6998
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
6999
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
7000
|
+
[1m[35mSQL (4.0ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 05 Jul 2013 14:50:58 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:50:58 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
7001
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
7002
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
7003
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1[0m
|
|
7004
|
+
[1m[35m (1.2ms)[0m rollback transaction
|
|
7005
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
7006
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
7007
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
7008
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
7009
|
+
[1m[36m (2.9ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
7010
|
+
[1m[35mSQL (1.9ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 05 Jul 2013 14:50:58 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:50:58 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
7011
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
7012
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
7013
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1[0m
|
|
7014
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
7015
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1[0m
|
|
7016
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
7017
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "remote_partial_partials" SET "url" = 'other', "updated_at" = '2013-07-05 14:50:58.100915' WHERE "remote_partial_partials"."id" = 229[0m
|
|
7018
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
7019
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
7020
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
7021
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
7022
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
7023
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
7024
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
7025
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
7026
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
7027
|
+
[1m[36m (0.9ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-05 14:50:58.113659' WHERE "remote_partial_partials"."id" = 1[0m
|
|
7028
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
|
7029
|
+
Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
|
|
7030
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
7031
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
7032
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
7033
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
7034
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
7035
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
7036
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
7037
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
7038
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
7039
|
+
[1m[35mRemotePartial::Partial Load (0.4ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
7040
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
7041
|
+
[1m[35m (1.0ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 15:00:58.143425', "updated_at" = '2013-07-05 14:50:58.144218' WHERE "remote_partial_partials"."id" = 1
|
|
7042
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
7043
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
7044
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
7045
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
7046
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
7047
|
+
[1m[35m (1.5ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 15:00:58.151714', "updated_at" = '2013-07-05 14:50:58.152399' WHERE "remote_partial_partials"."id" = 1
|
|
7048
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
7049
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
7050
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
7051
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
7052
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
7053
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
7054
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
7055
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
7056
|
+
[1m[36m (0.9ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 15:00:58.173774', "updated_at" = '2013-07-05 14:50:58.174565' WHERE "remote_partial_partials"."id" = 1[0m
|
|
7057
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
7058
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
7059
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
7060
|
+
[1m[36mRemotePartial::Partial Load (1.4ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
7061
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
7062
|
+
[1m[36m (1.0ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 15:00:58.186937', "updated_at" = '2013-07-05 14:50:58.190030' WHERE "remote_partial_partials"."id" = 1[0m
|
|
7063
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
7064
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
7065
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
7066
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
7067
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
7068
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
7069
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
7070
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
7071
|
+
[1m[35m (1.4ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-05 15:00:58.207546', "updated_at" = '2013-07-05 14:50:58.208523' WHERE "remote_partial_partials"."id" = 1
|
|
7072
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
7073
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
7074
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
7075
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
7076
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
7077
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
7078
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
7079
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
7080
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
7081
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
7082
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
7083
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
7084
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
7085
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
7086
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
7087
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
7088
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
7089
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
7090
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
7091
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
7092
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
7093
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
7094
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'wcc' LIMIT 1[0m
|
|
7095
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
7096
|
+
[1m[36mSQL (1.5ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 05 Jul 2013 14:50:58 UTC +00:00], ["criteria", nil], ["name", "wcc"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Fri, 05 Jul 2013 14:50:58 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
7097
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
7098
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
7099
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
7100
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
7101
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
7102
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|