remote_partial 0.0.1
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/MIT-LICENSE +20 -0
- data/README.rdoc +63 -0
- data/Rakefile +40 -0
- data/app/helpers/remote_partial/application_helper.rb +4 -0
- data/app/helpers/remote_partial/host_app_helper.rb +11 -0
- data/app/models/remote_partial/builder.rb +30 -0
- data/app/models/remote_partial/exceptions.rb +24 -0
- data/app/models/remote_partial/partial.rb +57 -0
- data/app/models/remote_partial/resource_manager.rb +66 -0
- data/config/routes.rb +2 -0
- data/db/migrate/20130702072157_create_remote_partial_partials.rb +12 -0
- data/lib/remote_partial/engine.rb +11 -0
- data/lib/remote_partial/version.rb +3 -0
- data/lib/remote_partial.rb +23 -0
- data/lib/tasks/remote_partial_tasks.rake +10 -0
- data/test/dummy/README.rdoc +261 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/javascripts/application.js +15 -0
- data/test/dummy/app/assets/javascripts/demos.js +2 -0
- data/test/dummy/app/assets/javascripts/samples.js +2 -0
- data/test/dummy/app/assets/stylesheets/application.css +13 -0
- data/test/dummy/app/assets/stylesheets/demos.css +4 -0
- data/test/dummy/app/assets/stylesheets/samples.css +4 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/controllers/demos_controller.rb +18 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/helpers/demos_helper.rb +2 -0
- data/test/dummy/app/helpers/samples_helper.rb +2 -0
- data/test/dummy/app/views/demos/_clock.html.erb +6 -0
- data/test/dummy/app/views/demos/_fixed.html.erb +3 -0
- data/test/dummy/app/views/demos/_ruby.html.erb +4 -0
- data/test/dummy/app/views/demos/index.html.erb +7 -0
- data/test/dummy/app/views/demos/show.html.erb +3 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/app/views/remote_partials/_clock.html.erb +1 -0
- data/test/dummy/app/views/remote_partials/_fixed.html.erb +2 -0
- data/test/dummy/app/views/remote_partials/_ruby.html.erb +11 -0
- data/test/dummy/app/views/remote_partials/_wcc.html.erb +810 -0
- data/test/dummy/config/application.rb +59 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +37 -0
- data/test/dummy/config/environments/production.rb +67 -0
- data/test/dummy/config/environments/test.rb +37 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +15 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/remote_partial.rb +16 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/routes.rb +8 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20130703141929_create_remote_partial_partials.remote_partial.rb +13 -0
- data/test/dummy/db/schema.rb +26 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +4200 -0
- data/test/dummy/log/test.log +1397 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +25 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/dummy/test/functional/demos_controller_test.rb +20 -0
- data/test/dummy/test/unit/helpers/demos_helper_test.rb +13 -0
- data/test/dummy/test/unit/helpers/samples_helper_test.rb +4 -0
- data/test/dummy/tmp/cache/assets/BE9/0F0/sprockets%2Fb918d6cc641337193b96751002451244 +0 -0
- data/test/dummy/tmp/cache/assets/C2E/4E0/sprockets%2F5b29288e435665a224409e7d76530c95 +0 -0
- data/test/dummy/tmp/cache/assets/CB3/DC0/sprockets%2F157201713d2fd4954447e0bf4d8e853e +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/CE3/080/sprockets%2F7d4d7689d6fa8236f0b4848c03ba1215 +0 -0
- data/test/dummy/tmp/cache/assets/CE5/D30/sprockets%2F8c9834a63b25a66203918a75ff56e2ac +0 -0
- data/test/dummy/tmp/cache/assets/D16/E10/sprockets%2Fd5d9c442561ec08a55d5d843a0d9792d +0 -0
- data/test/dummy/tmp/cache/assets/D20/020/sprockets%2F488c2c97fede45c86a62f1aa14554957 +0 -0
- data/test/dummy/tmp/cache/assets/D2E/690/sprockets%2F840591ad233bc7bda28b7f6a2b27c205 +0 -0
- data/test/dummy/tmp/cache/assets/D30/990/sprockets%2F995cc20d042afc03241f58f7d6ca1f02 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D52/430/sprockets%2F6ada07f0c9869f9f35b05fa0988dc717 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/DBB/BE0/sprockets%2Fc6eb578d23a69b5abb056e3abaa5c060 +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/E02/FA0/sprockets%2Fca8d5771d03e669be1d96acb6beb6cb6 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- data/test/fixtures/remote_partial/partials.yml +10 -0
- data/test/integration/navigation_test.rb +10 -0
- data/test/remote_partial_test.rb +7 -0
- data/test/test_helper.rb +80 -0
- data/test/unit/remote_partial/builder_test.rb +113 -0
- data/test/unit/remote_partial/exception_test.rb +21 -0
- data/test/unit/remote_partial/partial_test.rb +66 -0
- data/test/unit/remote_partial/resource_manager_test.rb +76 -0
- data/test/unit/remote_partial_test.rb +26 -0
- metadata +291 -0
|
@@ -0,0 +1,1397 @@
|
|
|
1
|
+
Connecting to database specified by database.yml
|
|
2
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1[0m
|
|
3
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
4
|
+
[1m[36mSQL (34.4ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 14:01:57 UTC +00:00], ["criteria", "#ct"], ["name", "clock"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:01:57 UTC +00:00], ["url", "http://www.timeanddate.com/worldclock/city.html?n=136"]]
|
|
5
|
+
[1m[35m (151.8ms)[0m commit transaction
|
|
6
|
+
[1m[36mRemotePartial::Partial Load (0.4ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1[0m
|
|
7
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
8
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 14:01:58 UTC +00:00], ["criteria", "#intro"], ["name", "ruby"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:01:58 UTC +00:00], ["url", "http://www.ruby-lang.org/en/"]]
|
|
9
|
+
[1m[35m (168.5ms)[0m commit transaction
|
|
10
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
|
11
|
+
[1m[35mFixture Delete (1.9ms)[0m DELETE FROM "remote_partial_partials"
|
|
12
|
+
[1m[36mFixture Insert (1.0ms)[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-04 14:02:00', '2013-07-04 14:02:00')[0m
|
|
13
|
+
[1m[35m (221.3ms)[0m commit transaction
|
|
14
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
15
|
+
Processing by DemosController#index as HTML
|
|
16
|
+
Rendered demos/index.html.erb within layouts/application (4.1ms)
|
|
17
|
+
Completed 200 OK in 84ms (Views: 83.7ms | ActiveRecord: 0.0ms)
|
|
18
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
19
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
20
|
+
Processing by DemosController#show as HTML
|
|
21
|
+
Parameters: {"id"=>"fixed"}
|
|
22
|
+
Rendered remote_partials/_fixed.html.erb (1.9ms)
|
|
23
|
+
Rendered demos/_fixed.html.erb (6.3ms)
|
|
24
|
+
Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms)
|
|
25
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
26
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
27
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
28
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
29
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
30
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
31
|
+
[1m[35mRemotePartial::Partial Load (0.6ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
32
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
33
|
+
[1m[35mSQL (2.4ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 14:02:00 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:02:00 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
34
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
35
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
36
|
+
[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
|
|
37
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
38
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
39
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
40
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
41
|
+
[1m[35m (3.6ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:12:00.708310', "updated_at" = '2013-07-04 14:02:00.709227' WHERE "remote_partial_partials"."id" = 1
|
|
42
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
43
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
44
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
45
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
46
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 14:02:00.716802' WHERE "remote_partial_partials"."id" = 1[0m
|
|
47
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
48
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
49
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
50
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
51
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
52
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
53
|
+
[1m[35mRemotePartial::Partial Load (3.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
|
|
54
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
55
|
+
[1m[35m (0.3ms)[0m UPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 14:02:00.734650' WHERE "remote_partial_partials"."id" = 1
|
|
56
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
57
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
58
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
59
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
60
|
+
[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]]
|
|
61
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
62
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
63
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
64
|
+
[1m[36m (4.7ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 14:02:00.756359' WHERE "remote_partial_partials"."id" = 1[0m
|
|
65
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
66
|
+
Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
|
|
67
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
68
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
69
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
71
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
72
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
73
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
74
|
+
[1m[35mSQL (2.4ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 14:02:00 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:02:00 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
75
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
76
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
77
|
+
[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
|
|
78
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
79
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
80
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
81
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
82
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
83
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
84
|
+
[1m[35mSQL (4.0ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 14:02:00 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:02:00 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
85
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
86
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
87
|
+
[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
|
|
88
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
89
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1[0m
|
|
90
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
91
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "remote_partial_partials" SET "url" = 'other', "updated_at" = '2013-07-04 14:02:00.811009' WHERE "remote_partial_partials"."id" = 171[0m
|
|
92
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
93
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
94
|
+
[1m[35mRemotePartial::Partial Load (1.0ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
95
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
|
96
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
97
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
98
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
99
|
+
[1m[36mRemotePartial::Partial Load (0.5ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
100
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
101
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
102
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
103
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
104
|
+
[1m[35m (6.4ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:12:00.835934', "updated_at" = '2013-07-04 14:02:00.836783' WHERE "remote_partial_partials"."id" = 1
|
|
105
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
106
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
107
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
108
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
109
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
110
|
+
[1m[35mRemotePartial::Partial Load (0.0ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
111
|
+
[1m[36m (3.7ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
112
|
+
[1m[35m (0.4ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:12:00.853396', "updated_at" = '2013-07-04 14:02:00.858221' WHERE "remote_partial_partials"."id" = 1
|
|
113
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
114
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
115
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
116
|
+
[1m[35mRemotePartial::Partial Load (0.9ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
117
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
118
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
119
|
+
[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]]
|
|
120
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
121
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:12:00.886326', "updated_at" = '2013-07-04 14:02:00.886964' WHERE "remote_partial_partials"."id" = 1[0m
|
|
122
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
123
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
124
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
125
|
+
[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]]
|
|
126
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
127
|
+
[1m[36m (2.7ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:12:00.901160', "updated_at" = '2013-07-04 14:02:00.902005' WHERE "remote_partial_partials"."id" = 1[0m
|
|
128
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
129
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
|
130
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
131
|
+
[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]]
|
|
132
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
133
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
134
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
135
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
136
|
+
[1m[35m (2.9ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:12:00.928560', "updated_at" = '2013-07-04 14:02:00.929541' WHERE "remote_partial_partials"."id" = 1
|
|
137
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
138
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
139
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
140
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
141
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
142
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
143
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
144
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
145
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
146
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
147
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
148
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
149
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
150
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
151
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
152
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
153
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
154
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
155
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
156
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
157
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
158
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
159
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'wcc' LIMIT 1[0m
|
|
160
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
161
|
+
[1m[36mSQL (4.3ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 14:02:01 UTC +00:00], ["criteria", nil], ["name", "wcc"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:02:01 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
162
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
163
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
164
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
165
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
|
166
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
167
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
168
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
169
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
170
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
171
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
172
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
173
|
+
Processing by SamplesController#index as HTML
|
|
174
|
+
Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms)
|
|
175
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
176
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
177
|
+
Processing by SamplesController#show as HTML
|
|
178
|
+
Parameters: {"id"=>"one"}
|
|
179
|
+
Rendered samples/_one.html.erb (0.4ms)
|
|
180
|
+
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
|
|
181
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
182
|
+
Connecting to database specified by database.yml
|
|
183
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1[0m
|
|
184
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
185
|
+
[1m[36mSQL (28.2ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 14:04:50 UTC +00:00], ["criteria", "#ct"], ["name", "clock"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:04:50 UTC +00:00], ["url", "http://www.timeanddate.com/worldclock/city.html?n=136"]]
|
|
186
|
+
[1m[35m (164.3ms)[0m commit transaction
|
|
187
|
+
[1m[36mRemotePartial::Partial Load (0.5ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1[0m
|
|
188
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
189
|
+
[1m[36mSQL (7.1ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 14:04:51 UTC +00:00], ["criteria", "#intro"], ["name", "ruby"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:04:51 UTC +00:00], ["url", "http://www.ruby-lang.org/en/"]]
|
|
190
|
+
[1m[35m (199.8ms)[0m commit transaction
|
|
191
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
|
192
|
+
[1m[35mFixture Delete (1.6ms)[0m DELETE FROM "remote_partial_partials"
|
|
193
|
+
[1m[36mFixture Insert (1.9ms)[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-04 14:04:53', '2013-07-04 14:04:53')[0m
|
|
194
|
+
[1m[35m (156.5ms)[0m commit transaction
|
|
195
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
196
|
+
Processing by DemosController#index as HTML
|
|
197
|
+
Rendered demos/index.html.erb within layouts/application (3.8ms)
|
|
198
|
+
Completed 200 OK in 57ms (Views: 56.7ms | ActiveRecord: 0.0ms)
|
|
199
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
200
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
201
|
+
Processing by DemosController#show as HTML
|
|
202
|
+
Parameters: {"id"=>"fixed"}
|
|
203
|
+
Rendered remote_partials/_fixed.html.erb (0.5ms)
|
|
204
|
+
Rendered demos/_fixed.html.erb (3.5ms)
|
|
205
|
+
Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms)
|
|
206
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
207
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
208
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
209
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
210
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
211
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
212
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
213
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
214
|
+
[1m[35mSQL (3.6ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 14:04:53 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:04:53 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
215
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
216
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
217
|
+
[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
|
|
218
|
+
[1m[35m (1.7ms)[0m rollback transaction
|
|
219
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
220
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
221
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
222
|
+
[1m[35m (1.8ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:14:53.616354', "updated_at" = '2013-07-04 14:04:53.617515' WHERE "remote_partial_partials"."id" = 1
|
|
223
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
224
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
225
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
226
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
227
|
+
[1m[36m (0.5ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 14:04:53.626652' WHERE "remote_partial_partials"."id" = 1[0m
|
|
228
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
229
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
230
|
+
[1m[35m (1.2ms)[0m rollback transaction
|
|
231
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
232
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
233
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
234
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
|
|
235
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
236
|
+
[1m[35m (2.7ms)[0m UPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 14:04:53.654375' WHERE "remote_partial_partials"."id" = 1
|
|
237
|
+
[1m[36m (1.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
238
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
239
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
240
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
241
|
+
[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]]
|
|
242
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
243
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
244
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
245
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 14:04:53.684751' WHERE "remote_partial_partials"."id" = 1[0m
|
|
246
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
247
|
+
Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
|
|
248
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
249
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
250
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
251
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
252
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
253
|
+
[1m[35mRemotePartial::Partial Load (4.9ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
254
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
255
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 14:04:53 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:04:53 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
256
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
257
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
258
|
+
[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
|
|
259
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
260
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
261
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
262
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
263
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
264
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
265
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 14:04:53 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:04:53 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
266
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
267
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
268
|
+
[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
|
|
269
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
270
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1[0m
|
|
271
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
272
|
+
[1m[36m (3.9ms)[0m [1mUPDATE "remote_partial_partials" SET "url" = 'other', "updated_at" = '2013-07-04 14:04:53.741803' WHERE "remote_partial_partials"."id" = 173[0m
|
|
273
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
274
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
275
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
276
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
277
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
278
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
279
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
280
|
+
[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]]
|
|
281
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
282
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
283
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
284
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
285
|
+
[1m[35m (7.5ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:14:53.781337', "updated_at" = '2013-07-04 14:04:53.782056' WHERE "remote_partial_partials"."id" = 1
|
|
286
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
287
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
288
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
289
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
290
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
291
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
292
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
293
|
+
[1m[35m (0.3ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:14:53.798553', "updated_at" = '2013-07-04 14:04:53.799156' WHERE "remote_partial_partials"."id" = 1
|
|
294
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
295
|
+
[1m[35m (7.4ms)[0m rollback transaction
|
|
296
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
297
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
298
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
299
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
300
|
+
[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]]
|
|
301
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
302
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:14:53.831418', "updated_at" = '2013-07-04 14:04:53.832000' WHERE "remote_partial_partials"."id" = 1[0m
|
|
303
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
304
|
+
[1m[36m (3.8ms)[0m [1mrollback transaction[0m
|
|
305
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
306
|
+
[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]]
|
|
307
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
308
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:14:53.856482', "updated_at" = '2013-07-04 14:04:53.862384' WHERE "remote_partial_partials"."id" = 1[0m
|
|
309
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
310
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
|
311
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
312
|
+
[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]]
|
|
313
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
314
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
315
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
316
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
317
|
+
[1m[35m (0.4ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:14:53.883434', "updated_at" = '2013-07-04 14:04:53.884147' WHERE "remote_partial_partials"."id" = 1
|
|
318
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
319
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
320
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
321
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
322
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
323
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
324
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
325
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
326
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
327
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
328
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
329
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
330
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
331
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
332
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
333
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
334
|
+
[1m[36m (2.1ms)[0m [1mbegin transaction[0m
|
|
335
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
336
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
337
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
338
|
+
[1m[36m (2.7ms)[0m [1mbegin transaction[0m
|
|
339
|
+
[1m[35m (3.2ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
340
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'wcc' LIMIT 1[0m
|
|
341
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
342
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 14:04:54 UTC +00:00], ["criteria", nil], ["name", "wcc"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:04:54 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
343
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
344
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
345
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
346
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
|
347
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
348
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
349
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
350
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
351
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
352
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
353
|
+
Connecting to database specified by database.yml
|
|
354
|
+
[1m[36mRemotePartial::Partial Load (1.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1[0m
|
|
355
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
356
|
+
[1m[36mSQL (26.5ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 14:07:40 UTC +00:00], ["criteria", "#ct"], ["name", "clock"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:07:40 UTC +00:00], ["url", "http://www.timeanddate.com/worldclock/city.html?n=136"]]
|
|
357
|
+
[1m[35m (169.8ms)[0m commit transaction
|
|
358
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1[0m
|
|
359
|
+
[1m[35m (2.5ms)[0m begin transaction
|
|
360
|
+
[1m[36mSQL (2.5ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 14:07:41 UTC +00:00], ["criteria", "#intro"], ["name", "ruby"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:07:41 UTC +00:00], ["url", "http://www.ruby-lang.org/en/"]]
|
|
361
|
+
[1m[35m (161.8ms)[0m commit transaction
|
|
362
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
|
363
|
+
[1m[35mFixture Delete (1.6ms)[0m DELETE FROM "remote_partial_partials"
|
|
364
|
+
[1m[36mFixture Insert (0.9ms)[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-04 14:07:43', '2013-07-04 14:07:43')[0m
|
|
365
|
+
[1m[35m (150.7ms)[0m commit transaction
|
|
366
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
367
|
+
Processing by DemosController#index as HTML
|
|
368
|
+
Rendered demos/index.html.erb within layouts/application (4.7ms)
|
|
369
|
+
Completed 200 OK in 50ms (Views: 49.9ms | ActiveRecord: 0.0ms)
|
|
370
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
371
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
372
|
+
Processing by DemosController#show as HTML
|
|
373
|
+
Parameters: {"id"=>"fixed"}
|
|
374
|
+
Rendered remote_partials/_fixed.html.erb (0.5ms)
|
|
375
|
+
Rendered demos/_fixed.html.erb (3.2ms)
|
|
376
|
+
Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms)
|
|
377
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
378
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
379
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
380
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
381
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
382
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
383
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
384
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
385
|
+
[1m[35mSQL (2.8ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 14:07:43 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:07:43 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
386
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
387
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
388
|
+
[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
|
|
389
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
390
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
391
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
392
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
393
|
+
[1m[35m (1.8ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:17:43.414784', "updated_at" = '2013-07-04 14:07:43.416094' WHERE "remote_partial_partials"."id" = 1
|
|
394
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
395
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
396
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
397
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
398
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 14:07:43.425591' WHERE "remote_partial_partials"."id" = 1[0m
|
|
399
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
400
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
401
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
402
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
403
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
404
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
405
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
|
|
406
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
407
|
+
[1m[35m (4.3ms)[0m UPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 14:07:43.441298' WHERE "remote_partial_partials"."id" = 1
|
|
408
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
409
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
410
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
411
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
412
|
+
[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]]
|
|
413
|
+
[1m[35m (5.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
414
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
415
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
416
|
+
[1m[36m (4.0ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 14:07:43.477884' WHERE "remote_partial_partials"."id" = 1[0m
|
|
417
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
418
|
+
Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
|
|
419
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
420
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
421
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
422
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
423
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
424
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
425
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
426
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 14:07:43 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:07:43 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
427
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
428
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
429
|
+
[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
|
|
430
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
431
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
432
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
433
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
434
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
435
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
436
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 14:07:43 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:07:43 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
437
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
438
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
439
|
+
[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
|
|
440
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
441
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1[0m
|
|
442
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
443
|
+
[1m[36m (0.5ms)[0m [1mUPDATE "remote_partial_partials" SET "url" = 'other', "updated_at" = '2013-07-04 14:07:43.538836' WHERE "remote_partial_partials"."id" = 175[0m
|
|
444
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
445
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
446
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
447
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
448
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
449
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
450
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
451
|
+
[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]]
|
|
452
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
453
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
454
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
455
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
456
|
+
[1m[35m (0.4ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:17:43.586878', "updated_at" = '2013-07-04 14:07:43.587576' WHERE "remote_partial_partials"."id" = 1
|
|
457
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
458
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
459
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
460
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
461
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
462
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
463
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
464
|
+
[1m[35m (0.4ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:17:43.602830', "updated_at" = '2013-07-04 14:07:43.603334' WHERE "remote_partial_partials"."id" = 1
|
|
465
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
466
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
467
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
468
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
469
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
470
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
471
|
+
[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]]
|
|
472
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
473
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:17:43.636828', "updated_at" = '2013-07-04 14:07:43.637396' WHERE "remote_partial_partials"."id" = 1[0m
|
|
474
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
475
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
476
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
477
|
+
[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]]
|
|
478
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
479
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:17:43.657449', "updated_at" = '2013-07-04 14:07:43.663049' WHERE "remote_partial_partials"."id" = 1[0m
|
|
480
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
481
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
|
482
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
483
|
+
[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]]
|
|
484
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
485
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
486
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
487
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
488
|
+
[1m[35m (0.4ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:17:43.685801', "updated_at" = '2013-07-04 14:07:43.690038' WHERE "remote_partial_partials"."id" = 1
|
|
489
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
490
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
491
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
492
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
493
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
494
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
495
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
496
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
497
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
498
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
499
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
500
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
501
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
502
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
503
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
504
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
505
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
506
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
507
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
508
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
509
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
510
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
511
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'wcc' LIMIT 1[0m
|
|
512
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
513
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 14:07:43 UTC +00:00], ["criteria", nil], ["name", "wcc"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:07:43 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
514
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
515
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
516
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
517
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
518
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
519
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
520
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
521
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
522
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
523
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
524
|
+
Connecting to database specified by database.yml
|
|
525
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1[0m
|
|
526
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
527
|
+
[1m[36mSQL (29.2ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 14:09:37 UTC +00:00], ["criteria", "#ct"], ["name", "clock"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:09:37 UTC +00:00], ["url", "http://www.timeanddate.com/worldclock/city.html?n=136"]]
|
|
528
|
+
[1m[35m (165.1ms)[0m commit transaction
|
|
529
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1[0m
|
|
530
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
531
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 14:09:38 UTC +00:00], ["criteria", "#intro"], ["name", "ruby"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:09:38 UTC +00:00], ["url", "http://www.ruby-lang.org/en/"]]
|
|
532
|
+
[1m[35m (182.8ms)[0m commit transaction
|
|
533
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
534
|
+
[1m[35mFixture Delete (1.9ms)[0m DELETE FROM "remote_partial_partials"
|
|
535
|
+
[1m[36mFixture Insert (0.9ms)[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-04 14:09:40', '2013-07-04 14:09:40')[0m
|
|
536
|
+
[1m[35m (219.6ms)[0m commit transaction
|
|
537
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
538
|
+
Processing by DemosController#index as HTML
|
|
539
|
+
Rendered demos/index.html.erb within layouts/application (3.9ms)
|
|
540
|
+
Completed 200 OK in 59ms (Views: 59.0ms | ActiveRecord: 0.0ms)
|
|
541
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
542
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
543
|
+
Processing by DemosController#show as HTML
|
|
544
|
+
Parameters: {"id"=>"fixed"}
|
|
545
|
+
Rendered remote_partials/_fixed.html.erb (1.0ms)
|
|
546
|
+
Rendered demos/_fixed.html.erb (5.8ms)
|
|
547
|
+
Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.0ms)
|
|
548
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
549
|
+
[1m[36m (1.3ms)[0m [1mbegin transaction[0m
|
|
550
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
551
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
552
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
553
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
554
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
555
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
556
|
+
[1m[35mSQL (3.7ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 14:09:41 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:09:41 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
557
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
558
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
559
|
+
[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
|
|
560
|
+
[1m[35m (2.7ms)[0m rollback transaction
|
|
561
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
562
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
563
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
564
|
+
[1m[35m (3.3ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:19:41.091596', "updated_at" = '2013-07-04 14:09:41.093115' WHERE "remote_partial_partials"."id" = 1
|
|
565
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
566
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
567
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
568
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
569
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 14:09:41.102447' WHERE "remote_partial_partials"."id" = 1[0m
|
|
570
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
571
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
572
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
573
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
574
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
575
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
576
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
|
|
577
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
578
|
+
[1m[35m (1.7ms)[0m UPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 14:09:41.121451' WHERE "remote_partial_partials"."id" = 1
|
|
579
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
580
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
581
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
582
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
583
|
+
[1m[36mRemotePartial::Partial Load (5.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
584
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
585
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
586
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
587
|
+
[1m[36m (2.3ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 14:09:41.153941' WHERE "remote_partial_partials"."id" = 1[0m
|
|
588
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
589
|
+
Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
|
|
590
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
591
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
592
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
593
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
594
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
595
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
596
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
597
|
+
[1m[35mSQL (4.9ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 14:09:41 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:09:41 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
598
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
599
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
600
|
+
[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
|
|
601
|
+
[1m[35m (2.6ms)[0m rollback transaction
|
|
602
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
603
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
604
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
605
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
606
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
607
|
+
[1m[35mSQL (3.2ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 14:09:41 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:09:41 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
608
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
609
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
610
|
+
[1m[36mRemotePartial::Partial Load (0.0ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1[0m
|
|
611
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
612
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1[0m
|
|
613
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
614
|
+
[1m[36m (2.2ms)[0m [1mUPDATE "remote_partial_partials" SET "url" = 'other', "updated_at" = '2013-07-04 14:09:41.213608' WHERE "remote_partial_partials"."id" = 177[0m
|
|
615
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
616
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
617
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
618
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
619
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
620
|
+
[1m[36m (3.5ms)[0m [1mrollback transaction[0m
|
|
621
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
622
|
+
[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]]
|
|
623
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
624
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
625
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
626
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
627
|
+
[1m[35m (0.3ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:19:41.250104', "updated_at" = '2013-07-04 14:09:41.252350' WHERE "remote_partial_partials"."id" = 1
|
|
628
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
629
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
630
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
631
|
+
[1m[35m (3.6ms)[0m rollback transaction
|
|
632
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
633
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
634
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
635
|
+
[1m[35m (5.7ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:19:41.264451', "updated_at" = '2013-07-04 14:09:41.265040' WHERE "remote_partial_partials"."id" = 1
|
|
636
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
637
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
638
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
639
|
+
[1m[35mRemotePartial::Partial Load (0.5ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
640
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
641
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
642
|
+
[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]]
|
|
643
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
644
|
+
[1m[36m (1.6ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:19:41.289425', "updated_at" = '2013-07-04 14:09:41.290356' WHERE "remote_partial_partials"."id" = 1[0m
|
|
645
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
646
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
647
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
648
|
+
[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]]
|
|
649
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
650
|
+
[1m[36m (3.8ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:19:41.308529', "updated_at" = '2013-07-04 14:09:41.309463' WHERE "remote_partial_partials"."id" = 1[0m
|
|
651
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
652
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
653
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
654
|
+
[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]]
|
|
655
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
656
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
657
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
658
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
659
|
+
[1m[35m (0.3ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:19:41.334848', "updated_at" = '2013-07-04 14:09:41.335484' WHERE "remote_partial_partials"."id" = 1
|
|
660
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
661
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
662
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
663
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
664
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
665
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
666
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
667
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
668
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
669
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
670
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
671
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
672
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
673
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
674
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
675
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
676
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
677
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
678
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
679
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
680
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
681
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
682
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'wcc' LIMIT 1[0m
|
|
683
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
684
|
+
[1m[36mSQL (3.9ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 14:09:41 UTC +00:00], ["criteria", nil], ["name", "wcc"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:09:41 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
685
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
686
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
687
|
+
[1m[35mRemotePartial::Partial Load (0.5ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
688
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
689
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
690
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
691
|
+
[1m[35m (0.9ms)[0m begin transaction
|
|
692
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
693
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
694
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
695
|
+
Connecting to database specified by database.yml
|
|
696
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1[0m
|
|
697
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
698
|
+
[1m[36mSQL (28.4ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 14:25:01 UTC +00:00], ["criteria", "#ct"], ["name", "clock"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:25:01 UTC +00:00], ["url", "http://www.timeanddate.com/worldclock/city.html?n=136"]]
|
|
699
|
+
[1m[35m (186.9ms)[0m commit transaction
|
|
700
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1[0m
|
|
701
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
702
|
+
[1m[36mSQL (3.1ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 14:25:01 UTC +00:00], ["criteria", "#intro"], ["name", "ruby"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:25:01 UTC +00:00], ["url", "http://www.ruby-lang.org/en/"]]
|
|
703
|
+
[1m[35m (162.5ms)[0m commit transaction
|
|
704
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
|
705
|
+
[1m[35mFixture Delete (1.7ms)[0m DELETE FROM "remote_partial_partials"
|
|
706
|
+
[1m[36mFixture Insert (1.0ms)[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-04 14:25:04', '2013-07-04 14:25:04')[0m
|
|
707
|
+
[1m[35m (162.0ms)[0m commit transaction
|
|
708
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
709
|
+
Processing by DemosController#index as HTML
|
|
710
|
+
Rendered demos/index.html.erb within layouts/application (10.4ms)
|
|
711
|
+
Completed 200 OK in 90ms (Views: 89.1ms | ActiveRecord: 0.0ms)
|
|
712
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
713
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
714
|
+
Processing by DemosController#show as HTML
|
|
715
|
+
Parameters: {"id"=>"fixed"}
|
|
716
|
+
Rendered remote_partials/_fixed.html.erb (0.4ms)
|
|
717
|
+
Rendered demos/_fixed.html.erb (2.2ms)
|
|
718
|
+
Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.0ms)
|
|
719
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
720
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
721
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
722
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
723
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
724
|
+
[1m[36m (1.4ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
725
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
726
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
727
|
+
[1m[35mSQL (4.1ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 14:25:04 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:25:04 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
728
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
729
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
730
|
+
[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
|
|
731
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
732
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
733
|
+
[1m[35mRemotePartial::Partial Load (0.6ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
734
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
735
|
+
[1m[35m (1.8ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:35:04.537219', "updated_at" = '2013-07-04 14:25:04.539215' WHERE "remote_partial_partials"."id" = 1
|
|
736
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
737
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
738
|
+
[1m[36mRemotePartial::Partial Load (0.6ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
739
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
740
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 14:25:04.549369' WHERE "remote_partial_partials"."id" = 1[0m
|
|
741
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
742
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
743
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
|
744
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
745
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
746
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
747
|
+
[1m[35mRemotePartial::Partial Load (0.3ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
|
|
748
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
749
|
+
[1m[35m (0.4ms)[0m UPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 14:25:04.572739' WHERE "remote_partial_partials"."id" = 1
|
|
750
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
751
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
752
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
753
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
754
|
+
[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]]
|
|
755
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
756
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
757
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
758
|
+
[1m[36m (6.8ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 14:25:04.598814' WHERE "remote_partial_partials"."id" = 1[0m
|
|
759
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
760
|
+
Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
|
|
761
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
762
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
763
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
764
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
765
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
766
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
767
|
+
[1m[36m (1.9ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
768
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 14:25:04 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:25:04 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
769
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
770
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
771
|
+
[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
|
|
772
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
773
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
774
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
775
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
776
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
777
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
778
|
+
[1m[35mSQL (5.3ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 14:25:04 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:25:04 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
779
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
780
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
781
|
+
[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
|
|
782
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
783
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1[0m
|
|
784
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
785
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "remote_partial_partials" SET "url" = 'other', "updated_at" = '2013-07-04 14:25:04.661495' WHERE "remote_partial_partials"."id" = 179[0m
|
|
786
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
787
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
788
|
+
[1m[35mRemotePartial::Partial Load (3.4ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
789
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
790
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
791
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
792
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
793
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
794
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
795
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
796
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
797
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
798
|
+
[1m[35m (4.0ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:35:04.694544', "updated_at" = '2013-07-04 14:25:04.695478' WHERE "remote_partial_partials"."id" = 1
|
|
799
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
800
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
801
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
802
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
803
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
804
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
805
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
806
|
+
[1m[35m (6.7ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:35:04.710328', "updated_at" = '2013-07-04 14:25:04.711225' WHERE "remote_partial_partials"."id" = 1
|
|
807
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
808
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
809
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
810
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
811
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
812
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
813
|
+
[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]]
|
|
814
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
815
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:35:04.738249', "updated_at" = '2013-07-04 14:25:04.738984' WHERE "remote_partial_partials"."id" = 1[0m
|
|
816
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
817
|
+
[1m[36m (8.7ms)[0m [1mrollback transaction[0m
|
|
818
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
819
|
+
[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]]
|
|
820
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
821
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:35:04.761331', "updated_at" = '2013-07-04 14:25:04.761914' WHERE "remote_partial_partials"."id" = 1[0m
|
|
822
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
823
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
824
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
825
|
+
[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]]
|
|
826
|
+
[1m[35m (7.4ms)[0m rollback transaction
|
|
827
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
828
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
829
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
830
|
+
[1m[35m (0.4ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 14:35:04.784433', "updated_at" = '2013-07-04 14:25:04.785046' WHERE "remote_partial_partials"."id" = 1
|
|
831
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
832
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
833
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
834
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
835
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
836
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
837
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
838
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
839
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
840
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
841
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
842
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
843
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
844
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
845
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
846
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
847
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
848
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
849
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
850
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
851
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
852
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
853
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'wcc' LIMIT 1[0m
|
|
854
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
855
|
+
[1m[36mSQL (4.7ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 14:25:04 UTC +00:00], ["criteria", nil], ["name", "wcc"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 14:25:04 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
856
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
857
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
858
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
859
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
860
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
861
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
862
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
863
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
864
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
865
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
866
|
+
Connecting to database specified by database.yml
|
|
867
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1[0m
|
|
868
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
869
|
+
[1m[36mSQL (31.6ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 15:13:09 UTC +00:00], ["criteria", "#ct"], ["name", "clock"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:13:09 UTC +00:00], ["url", "http://www.timeanddate.com/worldclock/city.html?n=136"]]
|
|
870
|
+
[1m[35m (196.5ms)[0m commit transaction
|
|
871
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1[0m
|
|
872
|
+
[1m[35m (1.6ms)[0m begin transaction
|
|
873
|
+
[1m[36mSQL (3.2ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 15:13:10 UTC +00:00], ["criteria", "#intro"], ["name", "ruby"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:13:10 UTC +00:00], ["url", "http://www.ruby-lang.org/en/"]]
|
|
874
|
+
[1m[35m (168.3ms)[0m commit transaction
|
|
875
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
|
876
|
+
[1m[35mFixture Delete (1.7ms)[0m DELETE FROM "remote_partial_partials"
|
|
877
|
+
[1m[36mFixture Insert (0.9ms)[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-04 15:13:12', '2013-07-04 15:13:12')[0m
|
|
878
|
+
[1m[35m (128.5ms)[0m commit transaction
|
|
879
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
880
|
+
Processing by DemosController#index as HTML
|
|
881
|
+
Rendered demos/index.html.erb within layouts/application (3.7ms)
|
|
882
|
+
Completed 200 OK in 50ms (Views: 49.6ms | ActiveRecord: 0.0ms)
|
|
883
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
884
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
885
|
+
Processing by DemosController#show as HTML
|
|
886
|
+
Parameters: {"id"=>"fixed"}
|
|
887
|
+
Rendered remote_partials/_fixed.html.erb (0.4ms)
|
|
888
|
+
Rendered demos/_fixed.html.erb (2.2ms)
|
|
889
|
+
Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms)
|
|
890
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
891
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
892
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
893
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
894
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
895
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
896
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
897
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
898
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 15:13:12 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:13:12 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
899
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
900
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
901
|
+
[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
|
|
902
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
903
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
904
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
905
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
906
|
+
[1m[35m (0.5ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:23:12.737121', "updated_at" = '2013-07-04 15:13:12.737901' WHERE "remote_partial_partials"."id" = 1
|
|
907
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
908
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
909
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
910
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
911
|
+
[1m[36m (6.3ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 15:13:12.752483' WHERE "remote_partial_partials"."id" = 1[0m
|
|
912
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
913
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
914
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
915
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
916
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
917
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
918
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
|
|
919
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
920
|
+
[1m[35m (0.4ms)[0m UPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 15:13:12.780513' WHERE "remote_partial_partials"."id" = 1
|
|
921
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
922
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
923
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
|
924
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
925
|
+
[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]]
|
|
926
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
927
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
928
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
929
|
+
[1m[36m (0.7ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 15:13:12.803174' WHERE "remote_partial_partials"."id" = 1[0m
|
|
930
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
931
|
+
Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
|
|
932
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
|
933
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
934
|
+
[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]]
|
|
935
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
936
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1[0m
|
|
937
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
938
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 15:13:12 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:13:12 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
939
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
940
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
941
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
942
|
+
[1m[36m (1.2ms)[0m [1mrollback transaction[0m
|
|
943
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
944
|
+
[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]]
|
|
945
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
946
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1[0m
|
|
947
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
948
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 15:13:12 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:13:12 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
949
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
950
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
951
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
952
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
953
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
954
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
955
|
+
[1m[35m (0.4ms)[0m UPDATE "remote_partial_partials" SET "url" = 'other', "updated_at" = '2013-07-04 15:13:12.870798' WHERE "remote_partial_partials"."id" = 181
|
|
956
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
957
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
958
|
+
[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
|
|
959
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
960
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
961
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
962
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
963
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
964
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
965
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
966
|
+
[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]]
|
|
967
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
968
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:23:12.910837', "updated_at" = '2013-07-04 15:13:12.911499' WHERE "remote_partial_partials"."id" = 1[0m
|
|
969
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
970
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
971
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
972
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
|
973
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
974
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
975
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
976
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:23:12.932890', "updated_at" = '2013-07-04 15:13:12.936857' WHERE "remote_partial_partials"."id" = 1[0m
|
|
977
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
978
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
979
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
980
|
+
[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]]
|
|
981
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
982
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
983
|
+
[1m[35mRemotePartial::Partial Load (0.4ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
984
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
985
|
+
[1m[35m (0.4ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:23:12.968751', "updated_at" = '2013-07-04 15:13:12.969389' WHERE "remote_partial_partials"."id" = 1
|
|
986
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
987
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
988
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
989
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
990
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
991
|
+
[1m[35m (0.4ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:23:12.995767', "updated_at" = '2013-07-04 15:13:12.996445' WHERE "remote_partial_partials"."id" = 1
|
|
992
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
993
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
994
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
995
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
996
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
|
997
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
998
|
+
[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]]
|
|
999
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1000
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:23:13.034814', "updated_at" = '2013-07-04 15:13:13.038317' WHERE "remote_partial_partials"."id" = 1[0m
|
|
1001
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1002
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
1003
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1004
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
1005
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1006
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
1007
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1008
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
1009
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1010
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
1011
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1012
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
1013
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1014
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
1015
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1016
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
1017
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1018
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
1019
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1020
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
1021
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1022
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1023
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'wcc' LIMIT 1
|
|
1024
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1025
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 15:13:13 UTC +00:00], ["criteria", nil], ["name", "wcc"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:13:13 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
1026
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1027
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1028
|
+
[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
|
|
1029
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
|
1030
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1031
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1032
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1033
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
1034
|
+
[1m[36m (0.7ms)[0m [1mbegin transaction[0m
|
|
1035
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1036
|
+
Connecting to database specified by database.yml
|
|
1037
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1[0m
|
|
1038
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1039
|
+
[1m[36mSQL (30.7ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 15:15:20 UTC +00:00], ["criteria", "#ct"], ["name", "clock"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:15:20 UTC +00:00], ["url", "http://www.timeanddate.com/worldclock/city.html?n=136"]]
|
|
1040
|
+
[1m[35m (171.2ms)[0m commit transaction
|
|
1041
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1[0m
|
|
1042
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1043
|
+
[1m[36mSQL (2.7ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 15:15:21 UTC +00:00], ["criteria", "#intro"], ["name", "ruby"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:15:21 UTC +00:00], ["url", "http://www.ruby-lang.org/en/"]]
|
|
1044
|
+
[1m[35m (241.4ms)[0m commit transaction
|
|
1045
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
|
1046
|
+
[1m[35mFixture Delete (0.4ms)[0m DELETE FROM "remote_partial_partials"
|
|
1047
|
+
[1m[36mFixture Insert (9.9ms)[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-04 15:15:23', '2013-07-04 15:15:23')[0m
|
|
1048
|
+
[1m[35m (182.8ms)[0m commit transaction
|
|
1049
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1050
|
+
Processing by DemosController#index as HTML
|
|
1051
|
+
Rendered demos/index.html.erb within layouts/application (7.5ms)
|
|
1052
|
+
Completed 200 OK in 112ms (Views: 111.8ms | ActiveRecord: 0.0ms)
|
|
1053
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1054
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1055
|
+
Processing by DemosController#show as HTML
|
|
1056
|
+
Parameters: {"id"=>"fixed"}
|
|
1057
|
+
Rendered remote_partials/_fixed.html.erb (0.4ms)
|
|
1058
|
+
Rendered demos/_fixed.html.erb (1.8ms)
|
|
1059
|
+
Completed 200 OK in 22ms (Views: 17.4ms | ActiveRecord: 0.0ms)
|
|
1060
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1061
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1062
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1063
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1064
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1065
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1066
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
1067
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1068
|
+
[1m[35mSQL (5.7ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 15:15:24 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:15:24 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
1069
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1070
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1071
|
+
[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
|
|
1072
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
1073
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1074
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1075
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1076
|
+
[1m[35m (2.2ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:25:24.427652', "updated_at" = '2013-07-04 15:15:24.431380' WHERE "remote_partial_partials"."id" = 1
|
|
1077
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1078
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1079
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
1080
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1081
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 15:15:24.454629' WHERE "remote_partial_partials"."id" = 1[0m
|
|
1082
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1083
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1084
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
1085
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1086
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1087
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1088
|
+
[1m[35mRemotePartial::Partial Load (8.4ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
|
|
1089
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1090
|
+
[1m[35m (0.3ms)[0m UPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 15:15:24.476202' WHERE "remote_partial_partials"."id" = 1
|
|
1091
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1092
|
+
[1m[35m (5.3ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1093
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
1094
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1095
|
+
[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]]
|
|
1096
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1097
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
1098
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1099
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 15:15:24.495542' WHERE "remote_partial_partials"."id" = 1[0m
|
|
1100
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1101
|
+
Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
|
|
1102
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1103
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
1104
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1105
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1106
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1107
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
1108
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1109
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 15:15:24 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:15:24 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
1110
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1111
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1112
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1[0m
|
|
1113
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
1114
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
1115
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1116
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1117
|
+
[1m[35mRemotePartial::Partial Load (4.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
1118
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1119
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 15:15:24 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:15:24 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
1120
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1121
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1122
|
+
[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
|
|
1123
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1124
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1[0m
|
|
1125
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1126
|
+
[1m[36m (3.0ms)[0m [1mUPDATE "remote_partial_partials" SET "url" = 'other', "updated_at" = '2013-07-04 15:15:24.569021' WHERE "remote_partial_partials"."id" = 183[0m
|
|
1127
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1128
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1129
|
+
[1m[35mRemotePartial::Partial Load (4.9ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
1130
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
1131
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1132
|
+
[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]]
|
|
1133
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1134
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
1135
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1136
|
+
[1m[36m (4.2ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 15:15:24.591204' WHERE "remote_partial_partials"."id" = 1[0m
|
|
1137
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1138
|
+
Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
|
|
1139
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1140
|
+
[1m[35mRemotePartial::Partial Load (0.3ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1141
|
+
[1m[36m (7.3ms)[0m [1mrollback transaction[0m
|
|
1142
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1143
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
1144
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1145
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
1146
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1147
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1148
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1149
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1150
|
+
[1m[35m (0.3ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:25:24.644468', "updated_at" = '2013-07-04 15:15:24.645121' WHERE "remote_partial_partials"."id" = 1
|
|
1151
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1152
|
+
[1m[35m (6.7ms)[0m SAVEPOINT active_record_1
|
|
1153
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1154
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
1155
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1156
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1157
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1158
|
+
[1m[35m (0.4ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:25:24.659744', "updated_at" = '2013-07-04 15:15:24.660234' WHERE "remote_partial_partials"."id" = 1
|
|
1159
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1160
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
1161
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1162
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1163
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
1164
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1165
|
+
[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]]
|
|
1166
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1167
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:25:24.684199', "updated_at" = '2013-07-04 15:15:24.684806' WHERE "remote_partial_partials"."id" = 1[0m
|
|
1168
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1169
|
+
[1m[36m (5.2ms)[0m [1mrollback transaction[0m
|
|
1170
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1171
|
+
[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]]
|
|
1172
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1173
|
+
[1m[36m (1.6ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:25:24.706027', "updated_at" = '2013-07-04 15:15:24.706617' WHERE "remote_partial_partials"."id" = 1[0m
|
|
1174
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1175
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
1176
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1177
|
+
[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]]
|
|
1178
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1179
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
1180
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1181
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1182
|
+
[1m[35m (0.3ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:25:24.740633', "updated_at" = '2013-07-04 15:15:24.741084' WHERE "remote_partial_partials"."id" = 1
|
|
1183
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1184
|
+
[1m[35m (5.7ms)[0m rollback transaction
|
|
1185
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1186
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1187
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1188
|
+
[1m[35m (1.4ms)[0m rollback transaction
|
|
1189
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1190
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1191
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
1192
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1193
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
1194
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1195
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
1196
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1197
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1198
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1199
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1200
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1201
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1202
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1203
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1204
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1205
|
+
[1m[36mRemotePartial::Partial Load (2.0ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'wcc' LIMIT 1[0m
|
|
1206
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1207
|
+
[1m[36mSQL (8.9ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 15:15:24 UTC +00:00], ["criteria", nil], ["name", "wcc"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:15:24 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
1208
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1209
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1210
|
+
[1m[35mRemotePartial::Partial Load (0.3ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
1211
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
1212
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1213
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
1214
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1215
|
+
[1m[36m (1.2ms)[0m [1mrollback transaction[0m
|
|
1216
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1217
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
1218
|
+
Connecting to database specified by database.yml
|
|
1219
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1[0m
|
|
1220
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1221
|
+
[1m[36mSQL (29.6ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 15:18:38 UTC +00:00], ["criteria", "#ct"], ["name", "clock"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:18:38 UTC +00:00], ["url", "http://www.timeanddate.com/worldclock/city.html?n=136"]]
|
|
1222
|
+
[1m[35m (178.2ms)[0m commit transaction
|
|
1223
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1[0m
|
|
1224
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1225
|
+
[1m[36mSQL (2.5ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 15:18:38 UTC +00:00], ["criteria", "#intro"], ["name", "ruby"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:18:38 UTC +00:00], ["url", "http://www.ruby-lang.org/en/"]]
|
|
1226
|
+
[1m[35m (181.9ms)[0m commit transaction
|
|
1227
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
|
1228
|
+
[1m[35mFixture Delete (1.6ms)[0m DELETE FROM "remote_partial_partials"
|
|
1229
|
+
[1m[36mFixture Insert (0.9ms)[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-04 15:18:40', '2013-07-04 15:18:40')[0m
|
|
1230
|
+
[1m[35m (144.2ms)[0m commit transaction
|
|
1231
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1232
|
+
Processing by DemosController#index as HTML
|
|
1233
|
+
Rendered demos/index.html.erb within layouts/application (5.1ms)
|
|
1234
|
+
Completed 200 OK in 52ms (Views: 51.6ms | ActiveRecord: 0.0ms)
|
|
1235
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1236
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
1237
|
+
Processing by DemosController#show as HTML
|
|
1238
|
+
Parameters: {"id"=>"fixed"}
|
|
1239
|
+
Rendered remote_partials/_fixed.html.erb (0.4ms)
|
|
1240
|
+
Rendered demos/_fixed.html.erb (2.0ms)
|
|
1241
|
+
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)
|
|
1242
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1243
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1244
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1245
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1246
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1247
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1248
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
1249
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1250
|
+
[1m[35mSQL (3.6ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 15:18:40 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:18:40 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
1251
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1252
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1253
|
+
[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
|
|
1254
|
+
[1m[35m (3.0ms)[0m rollback transaction
|
|
1255
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1256
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1257
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1258
|
+
[1m[35m (3.6ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:28:40.689532', "updated_at" = '2013-07-04 15:18:40.690792' WHERE "remote_partial_partials"."id" = 1
|
|
1259
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1260
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1261
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
1262
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1263
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 15:18:40.700319' WHERE "remote_partial_partials"."id" = 1[0m
|
|
1264
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1265
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1266
|
+
[1m[35m (2.9ms)[0m rollback transaction
|
|
1267
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1268
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1269
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1270
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1
|
|
1271
|
+
[1m[36m (0.9ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1272
|
+
[1m[35m (2.1ms)[0m UPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 15:18:40.724392' WHERE "remote_partial_partials"."id" = 1
|
|
1273
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1274
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1275
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
1276
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1277
|
+
[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]]
|
|
1278
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1279
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
1280
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1281
|
+
[1m[36m (3.2ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 15:18:40.753690' WHERE "remote_partial_partials"."id" = 1[0m
|
|
1282
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1283
|
+
Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
|
|
1284
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1285
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
1286
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1287
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1288
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1289
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
1290
|
+
[1m[36m (5.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1291
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 15:18:40 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:18:40 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
1292
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1293
|
+
[1m[35m (4.2ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1294
|
+
[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
|
|
1295
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
1296
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1297
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1298
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1299
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1
|
|
1300
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1301
|
+
[1m[35mSQL (10.2ms)[0m INSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 04 Jul 2013 15:18:40 UTC +00:00], ["criteria", nil], ["name", "foo"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:18:40 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
1302
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1303
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1304
|
+
[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
|
|
1305
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1306
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'foo' LIMIT 1[0m
|
|
1307
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1308
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "remote_partial_partials" SET "url" = 'other', "updated_at" = '2013-07-04 15:18:40.816509' WHERE "remote_partial_partials"."id" = 185[0m
|
|
1309
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1310
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1311
|
+
[1m[35mRemotePartial::Partial Load (14.9ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
1312
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
1313
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1314
|
+
[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]]
|
|
1315
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1316
|
+
[1m[36mRemotePartial::Partial Load (0.1ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'simple' LIMIT 1[0m
|
|
1317
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1318
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "remote_partial_partials" SET "criteria" = NULL, "repeat_period" = 43200.0, "updated_at" = '2013-07-04 15:18:40.841077' WHERE "remote_partial_partials"."id" = 1[0m
|
|
1319
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1320
|
+
Unable to retrieve remote partial at http://www.warwickshire.gov.uk: #<Net::HTTPBadRequest 400 readbody=true>
|
|
1321
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1322
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1323
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
1324
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1325
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
1326
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1327
|
+
[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]]
|
|
1328
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1329
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1330
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1331
|
+
[1m[36m (2.5ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1332
|
+
[1m[35m (0.4ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:28:40.873668', "updated_at" = '2013-07-04 15:18:40.876819' WHERE "remote_partial_partials"."id" = 1
|
|
1333
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1334
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
1335
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
1336
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1337
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1338
|
+
[1m[35m (0.3ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:28:40.887512', "updated_at" = '2013-07-04 15:18:40.888000' WHERE "remote_partial_partials"."id" = 1
|
|
1339
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1340
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
1341
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1342
|
+
[1m[35mRemotePartial::Partial Load (0.1ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1343
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
1344
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1345
|
+
[1m[36mRemotePartial::Partial Load (0.6ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
1346
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
1347
|
+
[1m[36m (0.5ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:28:40.925677', "updated_at" = '2013-07-04 15:18:40.926945' WHERE "remote_partial_partials"."id" = 1[0m
|
|
1348
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1349
|
+
[1m[36m (9.9ms)[0m [1mrollback transaction[0m
|
|
1350
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1351
|
+
[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]]
|
|
1352
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1353
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:28:40.953380', "updated_at" = '2013-07-04 15:18:40.958600' WHERE "remote_partial_partials"."id" = 1[0m
|
|
1354
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1355
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
|
1356
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1357
|
+
[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]]
|
|
1358
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1359
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1360
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."id" = ? LIMIT 1 [["id", 1]]
|
|
1361
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
1362
|
+
[1m[35m (6.3ms)[0m UPDATE "remote_partial_partials" SET "stale_at" = '2013-07-04 15:28:40.983804', "updated_at" = '2013-07-04 15:18:40.984392' WHERE "remote_partial_partials"."id" = 1
|
|
1363
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
1364
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
1365
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1366
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1367
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1368
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1369
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1370
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1371
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1372
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1373
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1374
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1375
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1376
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1377
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1378
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1379
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1380
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1381
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1382
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1383
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1384
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "remote_partial_partials"
|
|
1385
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'wcc' LIMIT 1[0m
|
|
1386
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
1387
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 04 Jul 2013 15:18:41 UTC +00:00], ["criteria", nil], ["name", "wcc"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Thu, 04 Jul 2013 15:18:41 UTC +00:00], ["url", "http://www.warwickshire.gov.uk"]]
|
|
1388
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1389
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "remote_partial_partials" [0m
|
|
1390
|
+
[1m[35mRemotePartial::Partial Load (0.2ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" ORDER BY "remote_partial_partials"."id" DESC LIMIT 1
|
|
1391
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
1392
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1393
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
1394
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
1395
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
1396
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
1397
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|