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.
Binary file
@@ -6576,3 +6576,527 @@ Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTP
6576
6576
   (0.5ms) rollback transaction
6577
6577
   (0.0ms) begin transaction
6578
6578
   (0.1ms) rollback transaction
6579
+ Connecting to database specified by database.yml
6580
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1
6581
+  (0.1ms) begin transaction
6582
+ SQL (27.6ms) 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: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
+  (162.8ms) commit transaction
6584
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1
6585
+  (1.2ms) begin transaction
6586
+ SQL (1.8ms) 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: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
+  (162.1ms) commit transaction
6588
+  (0.3ms) begin transaction
6589
+ Fixture Delete (0.3ms) DELETE FROM "remote_partial_partials"
6590
+ Fixture Insert (0.1ms) INSERT 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')
6591
+  (170.8ms) commit transaction
6592
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6597
+  (0.0ms) begin transaction
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
+  (0.1ms) rollback transaction
6604
+  (0.1ms) begin transaction
6605
+  (0.1ms) rollback transaction
6606
+  (0.1ms) begin transaction
6607
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6608
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6609
+ RemotePartial::Partial Load (0.4ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
6610
+  (0.1ms) SAVEPOINT active_record_1
6611
+ SQL (1.9ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6613
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6614
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
6615
+  (0.4ms) rollback transaction
6616
+  (0.0ms) begin transaction
6617
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6618
+  (0.1ms) SAVEPOINT active_record_1
6619
+  (1.0ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6621
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6622
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
6623
+  (0.0ms) SAVEPOINT active_record_1
6624
+  (0.2ms) UPDATE "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
6625
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6626
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6627
+  (1.2ms) rollback transaction
6628
+  (0.1ms) begin transaction
6629
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6630
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6631
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
6632
+  (0.0ms) SAVEPOINT active_record_1
6633
+  (0.8ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6635
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6636
+  (0.3ms) rollback transaction
6637
+  (0.0ms) begin transaction
6638
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6639
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6640
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
6641
+  (0.0ms) SAVEPOINT active_record_1
6642
+  (0.9ms) UPDATE "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
6643
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6644
+ Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
6645
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6646
+  (1.1ms) rollback transaction
6647
+  (0.0ms) begin transaction
6648
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6649
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6650
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
6651
+  (0.0ms) SAVEPOINT active_record_1
6652
+ SQL (2.2ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6654
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6655
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
6656
+  (0.4ms) rollback transaction
6657
+  (0.0ms) begin transaction
6658
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6659
+  (5.5ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6660
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
6661
+  (0.0ms) SAVEPOINT active_record_1
6662
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6664
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6665
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
6666
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6667
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
6668
+  (0.0ms) SAVEPOINT active_record_1
6669
+  (0.2ms) UPDATE "remote_partial_partials" SET "url" = 'other', "updated_at" = '2013-07-05 14:44:07.089252' WHERE "remote_partial_partials"."id" = 225
6670
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6671
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6672
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
6673
+  (0.9ms) rollback transaction
6674
+  (0.0ms) begin transaction
6675
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6676
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6677
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
6678
+  (0.1ms) SAVEPOINT active_record_1
6679
+  (0.8ms) UPDATE "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
6680
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6681
+ Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
6682
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6683
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6684
+  (0.8ms) rollback transaction
6685
+  (0.1ms) begin transaction
6686
+  (0.1ms) rollback transaction
6687
+  (0.1ms) begin transaction
6688
+ RemotePartial::Partial Load (0.4ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6689
+  (0.1ms) rollback transaction
6690
+  (0.0ms) begin transaction
6691
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6692
+  (0.1ms) SAVEPOINT active_record_1
6693
+  (1.0ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6695
+  (0.4ms) rollback transaction
6696
+  (0.0ms) begin transaction
6697
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6698
+  (0.0ms) SAVEPOINT active_record_1
6699
+  (0.2ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6701
+  (0.1ms) rollback transaction
6702
+  (0.0ms) begin transaction
6703
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6704
+  (0.2ms) rollback transaction
6705
+  (0.1ms) begin transaction
6706
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6707
+  (0.1ms) SAVEPOINT active_record_1
6708
+  (0.9ms) UPDATE "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
6709
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6710
+  (0.3ms) rollback transaction
6711
+  (0.1ms) begin transaction
6712
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6713
+  (0.1ms) SAVEPOINT active_record_1
6714
+  (0.9ms) UPDATE "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
6715
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6716
+  (0.3ms) rollback transaction
6717
+  (0.0ms) begin transaction
6718
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6719
+  (0.1ms) rollback transaction
6720
+  (0.1ms) begin transaction
6721
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6722
+  (0.1ms) SAVEPOINT active_record_1
6723
+  (2.5ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6725
+  (0.4ms) rollback transaction
6726
+  (0.1ms) begin transaction
6727
+  (0.1ms) rollback transaction
6728
+  (0.1ms) begin transaction
6729
+  (0.1ms) rollback transaction
6730
+  (0.1ms) begin transaction
6731
+  (0.1ms) rollback transaction
6732
+  (0.0ms) begin transaction
6733
+  (0.1ms) rollback transaction
6734
+  (0.1ms) begin transaction
6735
+  (0.5ms) rollback transaction
6736
+  (0.1ms) begin transaction
6737
+  (0.1ms) rollback transaction
6738
+  (0.4ms) begin transaction
6739
+  (0.1ms) rollback transaction
6740
+  (0.0ms) begin transaction
6741
+  (0.1ms) rollback transaction
6742
+  (0.0ms) begin transaction
6743
+  (0.2ms) rollback transaction
6744
+  (0.1ms) begin transaction
6745
+  (0.2ms) SELECT COUNT(*) FROM "remote_partial_partials"
6746
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'wcc' LIMIT 1
6747
+  (0.0ms) SAVEPOINT active_record_1
6748
+ SQL (0.4ms) 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", "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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6750
+  (0.5ms) rollback transaction
6751
+  (0.1ms) begin transaction
6752
+  (0.0ms) rollback transaction
6753
+ Connecting to database specified by database.yml
6754
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1
6755
+  (0.1ms) begin transaction
6756
+ SQL (27.6ms) 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: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
+  (199.3ms) commit transaction
6758
+ RemotePartial::Partial Load (0.3ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1
6759
+  (0.1ms) begin transaction
6760
+ SQL (1.9ms) 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: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
+  (175.5ms) commit transaction
6762
+  (0.3ms) begin transaction
6763
+ Fixture Delete (1.1ms) DELETE FROM "remote_partial_partials"
6764
+ Fixture Insert (0.5ms) INSERT 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')
6765
+  (173.3ms) commit transaction
6766
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6771
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6778
+  (0.1ms) begin transaction
6779
+  (0.1ms) rollback transaction
6780
+  (0.1ms) begin transaction
6781
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6782
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6783
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
6784
+  (0.0ms) SAVEPOINT active_record_1
6785
+ SQL (0.3ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6787
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6788
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
6789
+  (0.2ms) rollback transaction
6790
+  (0.1ms) begin transaction
6791
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6792
+  (0.0ms) SAVEPOINT active_record_1
6793
+  (3.7ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6795
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6796
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
6797
+  (0.0ms) SAVEPOINT active_record_1
6798
+  (0.2ms) UPDATE "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
6799
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6800
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6801
+  (0.3ms) rollback transaction
6802
+  (0.0ms) begin transaction
6803
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6804
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6805
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
6806
+  (6.0ms) SAVEPOINT active_record_1
6807
+  (0.3ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
6809
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6810
+  (0.2ms) rollback transaction
6811
+  (0.1ms) begin transaction
6812
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6813
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6814
+ RemotePartial::Partial Load (5.3ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
6815
+  (0.1ms) SAVEPOINT active_record_1
6816
+  (1.0ms) UPDATE "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
6817
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6818
+ Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
6819
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6820
+  (0.2ms) rollback transaction
6821
+  (0.1ms) begin transaction
6822
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6823
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6824
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
6825
+  (0.1ms) SAVEPOINT active_record_1
6826
+ SQL (0.5ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6828
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6829
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
6830
+  (0.9ms) rollback transaction
6831
+  (0.1ms) begin transaction
6832
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6833
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6834
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
6835
+  (0.0ms) SAVEPOINT active_record_1
6836
+ SQL (0.4ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6838
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6839
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
6840
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6841
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
6842
+  (0.0ms) SAVEPOINT active_record_1
6843
+  (0.2ms) UPDATE "remote_partial_partials" SET "url" = 'other', "updated_at" = '2013-07-05 14:46:32.990076' WHERE "remote_partial_partials"."id" = 227
6844
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6845
+  (7.5ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6846
+ RemotePartial::Partial Load (0.3ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
6847
+  (0.3ms) rollback transaction
6848
+  (0.1ms) begin transaction
6849
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6850
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6851
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
6852
+  (0.0ms) SAVEPOINT active_record_1
6853
+  (0.2ms) UPDATE "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
6854
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6855
+ Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
6856
+  (0.2ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6857
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6858
+  (8.8ms) rollback transaction
6859
+  (0.1ms) begin transaction
6860
+  (0.0ms) rollback transaction
6861
+  (5.8ms) begin transaction
6862
+ RemotePartial::Partial Load (0.4ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6863
+  (0.1ms) rollback transaction
6864
+  (0.1ms) begin transaction
6865
+ RemotePartial::Partial Load (0.0ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6866
+  (0.1ms) SAVEPOINT active_record_1
6867
+  (5.1ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6869
+  (0.1ms) rollback transaction
6870
+  (0.1ms) begin transaction
6871
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6872
+  (0.1ms) SAVEPOINT active_record_1
6873
+  (1.0ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6875
+  (0.5ms) rollback transaction
6876
+  (0.1ms) begin transaction
6877
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6878
+  (0.1ms) rollback transaction
6879
+  (0.0ms) begin transaction
6880
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6881
+  (0.1ms) SAVEPOINT active_record_1
6882
+  (0.9ms) UPDATE "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
6883
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6884
+  (0.5ms) rollback transaction
6885
+  (0.1ms) begin transaction
6886
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6887
+  (0.1ms) SAVEPOINT active_record_1
6888
+  (1.1ms) UPDATE "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
6889
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6890
+  (0.3ms) rollback transaction
6891
+  (0.0ms) begin transaction
6892
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6893
+  (0.1ms) rollback transaction
6894
+  (0.0ms) begin transaction
6895
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6896
+  (0.1ms) SAVEPOINT active_record_1
6897
+  (1.0ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6899
+  (0.4ms) rollback transaction
6900
+  (0.1ms) begin transaction
6901
+  (0.1ms) rollback transaction
6902
+  (0.1ms) begin transaction
6903
+  (1.2ms) rollback transaction
6904
+  (0.0ms) begin transaction
6905
+  (1.7ms) rollback transaction
6906
+  (0.1ms) begin transaction
6907
+  (0.1ms) rollback transaction
6908
+  (0.0ms) begin transaction
6909
+  (0.1ms) rollback transaction
6910
+  (0.1ms) begin transaction
6911
+  (0.1ms) rollback transaction
6912
+  (0.1ms) begin transaction
6913
+  (0.1ms) rollback transaction
6914
+  (0.1ms) begin transaction
6915
+  (0.1ms) rollback transaction
6916
+  (0.0ms) begin transaction
6917
+  (0.1ms) rollback transaction
6918
+  (0.1ms) begin transaction
6919
+  (0.2ms) SELECT COUNT(*) FROM "remote_partial_partials"
6920
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'wcc' LIMIT 1
6921
+  (0.0ms) SAVEPOINT active_record_1
6922
+ SQL (5.6ms) 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: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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6924
+  (0.9ms) rollback transaction
6925
+  (0.1ms) begin transaction
6926
+  (0.0ms) rollback transaction
6927
+ Connecting to database specified by database.yml
6928
+ RemotePartial::Partial Load (0.3ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1
6929
+  (0.1ms) begin transaction
6930
+ SQL (25.6ms) 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: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
+  (187.7ms) commit transaction
6932
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1
6933
+  (0.1ms) begin transaction
6934
+ SQL (1.2ms) 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: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
+  (186.6ms) commit transaction
6936
+  (0.3ms) begin transaction
6937
+ Fixture Delete (5.0ms) DELETE FROM "remote_partial_partials"
6938
+ Fixture Insert (0.6ms) INSERT 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')
6939
+  (169.5ms) commit transaction
6940
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6945
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
6952
+  (0.1ms) begin transaction
6953
+  (0.1ms) rollback transaction
6954
+  (0.1ms) begin transaction
6955
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6956
+  (10.2ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6957
+ RemotePartial::Partial Load (6.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
6958
+  (0.1ms) SAVEPOINT active_record_1
6959
+ SQL (0.5ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6961
+  (0.2ms) SELECT COUNT(*) FROM "remote_partial_partials"
6962
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
6963
+  (0.9ms) rollback transaction
6964
+  (0.2ms) begin transaction
6965
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6966
+  (0.1ms) SAVEPOINT active_record_1
6967
+  (6.2ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6969
+  (4.7ms) SELECT COUNT(*) FROM "remote_partial_partials"
6970
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
6971
+  (0.1ms) SAVEPOINT active_record_1
6972
+  (0.3ms) UPDATE "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
6973
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6974
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6975
+  (1.4ms) rollback transaction
6976
+  (0.1ms) begin transaction
6977
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6978
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6979
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
6980
+  (0.1ms) SAVEPOINT active_record_1
6981
+  (1.1ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6983
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6984
+  (0.4ms) rollback transaction
6985
+  (0.0ms) begin transaction
6986
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6987
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
6988
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
6989
+  (0.1ms) SAVEPOINT active_record_1
6990
+  (4.2ms) UPDATE "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
6991
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6992
+ Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
6993
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6994
+  (0.5ms) rollback transaction
6995
+  (0.0ms) begin transaction
6996
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
6997
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
6998
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
6999
+  (0.0ms) SAVEPOINT active_record_1
7000
+ SQL (4.0ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7002
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
7003
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
7004
+  (1.2ms) rollback transaction
7005
+  (0.0ms) begin transaction
7006
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
7007
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
7008
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
7009
+  (2.9ms) SAVEPOINT active_record_1
7010
+ SQL (1.9ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7012
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
7013
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
7014
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
7015
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
7016
+  (0.1ms) SAVEPOINT active_record_1
7017
+  (0.3ms) UPDATE "remote_partial_partials" SET "url" = 'other', "updated_at" = '2013-07-05 14:50:58.100915' WHERE "remote_partial_partials"."id" = 229
7018
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7019
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
7020
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
7021
+  (0.6ms) rollback transaction
7022
+  (0.1ms) begin transaction
7023
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
7024
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials"
7025
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
7026
+  (0.0ms) SAVEPOINT active_record_1
7027
+  (0.9ms) UPDATE "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
7028
+  (0.3ms) RELEASE SAVEPOINT active_record_1
7029
+ Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
7030
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
7031
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
7032
+  (0.3ms) rollback transaction
7033
+  (0.1ms) begin transaction
7034
+  (0.1ms) rollback transaction
7035
+  (0.1ms) begin transaction
7036
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
7037
+  (0.1ms) rollback transaction
7038
+  (0.1ms) begin transaction
7039
+ RemotePartial::Partial Load (0.4ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
7040
+  (0.1ms) SAVEPOINT active_record_1
7041
+  (1.0ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7043
+  (0.6ms) rollback transaction
7044
+  (0.0ms) begin transaction
7045
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
7046
+  (0.1ms) SAVEPOINT active_record_1
7047
+  (1.5ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7049
+  (0.6ms) rollback transaction
7050
+  (0.0ms) begin transaction
7051
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
7052
+  (0.1ms) rollback transaction
7053
+  (0.1ms) begin transaction
7054
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
7055
+  (0.1ms) SAVEPOINT active_record_1
7056
+  (0.9ms) UPDATE "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
7057
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7058
+  (0.4ms) rollback transaction
7059
+  (0.1ms) begin transaction
7060
+ RemotePartial::Partial Load (1.4ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
7061
+  (0.2ms) SAVEPOINT active_record_1
7062
+  (1.0ms) UPDATE "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
7063
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7064
+  (0.5ms) rollback transaction
7065
+  (0.0ms) begin transaction
7066
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
7067
+  (0.4ms) rollback transaction
7068
+  (0.0ms) begin transaction
7069
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
7070
+  (0.1ms) SAVEPOINT active_record_1
7071
+  (1.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7073
+  (0.4ms) rollback transaction
7074
+  (0.1ms) begin transaction
7075
+  (0.1ms) rollback transaction
7076
+  (0.0ms) begin transaction
7077
+  (0.1ms) rollback transaction
7078
+  (0.1ms) begin transaction
7079
+  (0.1ms) rollback transaction
7080
+  (0.0ms) begin transaction
7081
+  (0.1ms) rollback transaction
7082
+  (0.1ms) begin transaction
7083
+  (0.1ms) rollback transaction
7084
+  (0.0ms) begin transaction
7085
+  (0.2ms) rollback transaction
7086
+  (0.0ms) begin transaction
7087
+  (0.1ms) rollback transaction
7088
+  (0.0ms) begin transaction
7089
+  (0.1ms) rollback transaction
7090
+  (0.0ms) begin transaction
7091
+  (0.1ms) rollback transaction
7092
+  (0.2ms) begin transaction
7093
+  (0.2ms) SELECT COUNT(*) FROM "remote_partial_partials"
7094
+ RemotePartial::Partial Load (0.2ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'wcc' LIMIT 1
7095
+  (0.0ms) SAVEPOINT active_record_1
7096
+ SQL (1.5ms) 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", "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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7098
+  (0.1ms) SELECT COUNT(*) FROM "remote_partial_partials" 
7099
+ RemotePartial::Partial Load (0.1ms) SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
7100
+  (0.5ms) rollback transaction
7101
+  (0.1ms) begin transaction
7102
+  (0.0ms) rollback transaction