remote_partial 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/remote_partial/version.rb +15 -1
- data/lib/remote_partial.rb +10 -7
- data/test/dummy/app/views/remote_partials/_clock.html.erb +1 -1
- data/test/dummy/config/environments/development.rb +1 -1
- data/test/dummy/config/environments/test.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +778 -0
- data/test/dummy/log/test.log +2814 -0
- data/test/dummy/test/unit/helpers/demos_helper_test.rb +9 -2
- data/test/test_helper.rb +2 -7
- data/test/unit/remote_partial/builder_test.rb +0 -4
- data/test/unit/remote_partial/partial_test.rb +0 -4
- data/test/unit/remote_partial/resource_manager_test.rb +0 -4
- metadata +2 -20
- data/test/dummy/app/views/remote_partials/_wcc.html.erb +0 -749
@@ -4440,3 +4440,781 @@ Connecting to database specified by database.yml
|
|
4440
4440
|
[1m[35m (0.1ms)[0m commit transaction
|
4441
4441
|
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" [0m
|
4442
4442
|
Forced update of remote partials at 2013-07-05 13:59:53
|
4443
|
+
Connecting to database specified by database.yml
|
4444
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1[0m
|
4445
|
+
[1m[35m (0.1ms)[0m begin transaction
|
4446
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
4447
|
+
[1m[35mRemotePartial::Partial Load (0.7ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1
|
4448
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4449
|
+
[1m[35m (0.1ms)[0m commit transaction
|
4450
|
+
Connecting to database specified by database.yml
|
4451
|
+
[1m[36mRemotePartial::Partial Load (0.6ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1[0m
|
4452
|
+
[1m[35m (0.1ms)[0m begin transaction
|
4453
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
4454
|
+
[1m[35mRemotePartial::Partial Load (0.3ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1
|
4455
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4456
|
+
[1m[35m (0.1ms)[0m commit transaction
|
4457
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
4458
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
4459
|
+
Migrating to CreateRemotePartialPartials (20130703141929)
|
4460
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
4461
|
+
[1m[35m (0.0ms)[0m begin transaction
|
4462
|
+
[1m[36m (5.8ms)[0m [1mDROP TABLE "remote_partial_partials"[0m
|
4463
|
+
[1m[35m (1.7ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130703141929'
|
4464
|
+
[1m[36m (224.8ms)[0m [1mcommit transaction[0m
|
4465
|
+
[1m[35m (0.2ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
4466
|
+
Connecting to database specified by database.yml
|
4467
|
+
Connecting to database specified by database.yml
|
4468
|
+
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
4469
|
+
Migrating to CreateRemotePartialPartials (20130703141929)
|
4470
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
4471
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4472
|
+
[1m[35m (6.2ms)[0m CREATE TABLE "remote_partial_partials" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(100) NOT NULL, "url" text(2047) NOT NULL, "criteria" varchar(255), "repeat_period" float, "stale_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
4473
|
+
[1m[36m (1.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130703141929')[0m
|
4474
|
+
[1m[35m (326.1ms)[0m commit transaction
|
4475
|
+
[1m[36m (0.3ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
4476
|
+
Connecting to database specified by database.yml
|
4477
|
+
[1m[36mRemotePartial::Partial Load (0.2ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1[0m
|
4478
|
+
[1m[35m (0.1ms)[0m begin transaction
|
4479
|
+
[1m[36mSQL (45.0ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 09 Jul 2013 10:06:35 UTC +00:00], ["criteria", "#ct"], ["name", "clock"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Tue, 09 Jul 2013 10:06:35 UTC +00:00], ["url", "http://www.timeanddate.com/worldclock/city.html?n=136"]]
|
4480
|
+
[1m[35m (204.0ms)[0m commit transaction
|
4481
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1[0m
|
4482
|
+
[1m[35m (0.1ms)[0m begin transaction
|
4483
|
+
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 09 Jul 2013 10:06:36 UTC +00:00], ["criteria", "#intro"], ["name", "ruby"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Tue, 09 Jul 2013 10:06:36 UTC +00:00], ["url", "http://www.ruby-lang.org/en/"]]
|
4484
|
+
[1m[35m (141.2ms)[0m commit transaction
|
4485
|
+
[1m[36m (2.3ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
4486
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
4487
|
+
Migrating to CreateRemotePartialPartials (20130703141929)
|
4488
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
4489
|
+
[1m[35m (0.1ms)[0m begin transaction
|
4490
|
+
[1m[36m (6.6ms)[0m [1mDROP TABLE "remote_partial_partials"[0m
|
4491
|
+
[1m[35m (0.3ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130703141929'
|
4492
|
+
[1m[36m (150.5ms)[0m [1mcommit transaction[0m
|
4493
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
4494
|
+
Connecting to database specified by database.yml
|
4495
|
+
RemotePartial.define will not run until the 'remote_partial_partials' table exists. See RemotePartial README
|
4496
|
+
RemotePartial.define will not run until the 'remote_partial_partials' table exists. See RemotePartial README
|
4497
|
+
Connecting to database specified by database.yml
|
4498
|
+
RemotePartial.define will not run until the 'remote_partial_partials' table exists. See RemotePartial README
|
4499
|
+
Connecting to database specified by database.yml
|
4500
|
+
RemotePartial.define will not run until the 'remote_partial_partials' table exists. See RemotePartial README
|
4501
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
4502
|
+
Migrating to CreateRemotePartialPartials (20130703141929)
|
4503
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
4504
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4505
|
+
[1m[35m (2.2ms)[0m CREATE TABLE "remote_partial_partials" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(100) NOT NULL, "url" text(2047) NOT NULL, "criteria" varchar(255), "repeat_period" float, "stale_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
4506
|
+
[1m[36m (1.4ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130703141929')[0m
|
4507
|
+
[1m[35m (189.4ms)[0m commit transaction
|
4508
|
+
[1m[36m (0.4ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
4509
|
+
Connecting to database specified by database.yml
|
4510
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' LIMIT 1[0m
|
4511
|
+
[1m[35m (0.1ms)[0m begin transaction
|
4512
|
+
[1m[36mSQL (7.4ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 09 Jul 2013 10:10:32 UTC +00:00], ["criteria", "#ct"], ["name", "clock"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Tue, 09 Jul 2013 10:10:32 UTC +00:00], ["url", "http://www.timeanddate.com/worldclock/city.html?n=136"]]
|
4513
|
+
[1m[35m (287.2ms)[0m commit transaction
|
4514
|
+
[1m[36mRemotePartial::Partial Load (0.4ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' LIMIT 1[0m
|
4515
|
+
[1m[35m (0.1ms)[0m begin transaction
|
4516
|
+
[1m[36mSQL (3.0ms)[0m [1mINSERT INTO "remote_partial_partials" ("created_at", "criteria", "name", "repeat_period", "stale_at", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 09 Jul 2013 10:10:33 UTC +00:00], ["criteria", "#intro"], ["name", "ruby"], ["repeat_period", 43200.0], ["stale_at", nil], ["updated_at", Tue, 09 Jul 2013 10:10:33 UTC +00:00], ["url", "http://www.ruby-lang.org/en/"]]
|
4517
|
+
[1m[35m (184.3ms)[0m commit transaction
|
4518
|
+
DEPRECATION WARNING: This dynamic method is deprecated. Please use e.g. Post.find_or_initialize_by(name: 'foo') instead. (called from create_or_update_partial at /home/rob/web/remote_partial/app/models/remote_partial/builder.rb:23)
|
4519
|
+
[1m[36mRemotePartial::Partial Load (1.4ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' ORDER BY "remote_partial_partials"."id" ASC LIMIT 1[0m
|
4520
|
+
[1m[35m (0.1ms)[0m begin transaction
|
4521
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
4522
|
+
DEPRECATION WARNING: This dynamic method is deprecated. Please use e.g. Post.find_or_initialize_by(name: 'foo') instead. (called from create_or_update_partial at /home/rob/web/remote_partial/app/models/remote_partial/builder.rb:23)
|
4523
|
+
[1m[35mRemotePartial::Partial Load (0.6ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' ORDER BY "remote_partial_partials"."id" ASC LIMIT 1
|
4524
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4525
|
+
[1m[35m (0.2ms)[0m commit transaction
|
4526
|
+
DEPRECATION WARNING: You didn't set config.secret_key_base. Read the upgrade documentation to learn more about this new config option. (called from service at /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138)
|
4527
|
+
|
4528
|
+
|
4529
|
+
Started GET "/" for 127.0.0.1 at 2013-07-09 11:26:46 +0100
|
4530
|
+
Processing by DemosController#index as HTML
|
4531
|
+
Rendered demos/index.html.erb within layouts/application (3.9ms)
|
4532
|
+
Completed 200 OK in 32ms (Views: 31.8ms | ActiveRecord: 0.0ms)
|
4533
|
+
|
4534
|
+
|
4535
|
+
Started GET "/stylesheets/application.css" for 127.0.0.1 at 2013-07-09 11:26:47 +0100
|
4536
|
+
|
4537
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/application.css"):
|
4538
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
4539
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
4540
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
4541
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
4542
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
4543
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
4544
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
4545
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
4546
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
4547
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
4548
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
4549
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
4550
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4551
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
4552
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
4553
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
4554
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4555
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
4556
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
4557
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
4558
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
4559
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
4560
|
+
|
4561
|
+
|
4562
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
4563
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
|
4564
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (22.2ms)
|
4565
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (210.8ms)
|
4566
|
+
|
4567
|
+
|
4568
|
+
Started GET "/javascripts/application.js" for 127.0.0.1 at 2013-07-09 11:26:47 +0100
|
4569
|
+
|
4570
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/application.js"):
|
4571
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
4572
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
4573
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
4574
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
4575
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
4576
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
4577
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
4578
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
4579
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
4580
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
4581
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
4582
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
4583
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4584
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
4585
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
4586
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
4587
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4588
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
4589
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
4590
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
4591
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
4592
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
4593
|
+
|
4594
|
+
|
4595
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (7.3ms)
|
4596
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms)
|
4597
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (13.0ms)
|
4598
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (70.2ms)
|
4599
|
+
|
4600
|
+
|
4601
|
+
Started GET "/demos/fixed" for 127.0.0.1 at 2013-07-09 11:26:50 +0100
|
4602
|
+
Processing by DemosController#show as HTML
|
4603
|
+
Parameters: {"id"=>"fixed"}
|
4604
|
+
Rendered remote_partials/_fixed.html.erb (0.5ms)
|
4605
|
+
Rendered demos/_fixed.html.erb (5.9ms)
|
4606
|
+
Rendered demos/show.html.erb within layouts/application (29.3ms)
|
4607
|
+
Completed 200 OK in 36ms (Views: 36.1ms | ActiveRecord: 0.0ms)
|
4608
|
+
|
4609
|
+
|
4610
|
+
Started GET "/stylesheets/application.css" for 127.0.0.1 at 2013-07-09 11:26:50 +0100
|
4611
|
+
|
4612
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/application.css"):
|
4613
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
4614
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
4615
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
4616
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
4617
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
4618
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
4619
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
4620
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
4621
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
4622
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
4623
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
4624
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
4625
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4626
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
4627
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
4628
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
4629
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4630
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
4631
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
4632
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
4633
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
4634
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
4635
|
+
|
4636
|
+
|
4637
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (9.2ms)
|
4638
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms)
|
4639
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms)
|
4640
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (103.7ms)
|
4641
|
+
|
4642
|
+
|
4643
|
+
Started GET "/javascripts/application.js" for 127.0.0.1 at 2013-07-09 11:26:50 +0100
|
4644
|
+
|
4645
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/application.js"):
|
4646
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
4647
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
4648
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
4649
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
4650
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
4651
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
4652
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
4653
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
4654
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
4655
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
4656
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
4657
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
4658
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4659
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
4660
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
4661
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
4662
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4663
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
4664
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
4665
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
4666
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
4667
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
4668
|
+
|
4669
|
+
|
4670
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
|
4671
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms)
|
4672
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.6ms)
|
4673
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (70.2ms)
|
4674
|
+
|
4675
|
+
|
4676
|
+
Started GET "/demos/clock" for 127.0.0.1 at 2013-07-09 11:26:55 +0100
|
4677
|
+
Processing by DemosController#show as HTML
|
4678
|
+
Parameters: {"id"=>"clock"}
|
4679
|
+
Rendered remote_partials/_clock.html.erb (0.5ms)
|
4680
|
+
Rendered demos/_clock.html.erb (5.4ms)
|
4681
|
+
Rendered demos/show.html.erb within layouts/application (8.9ms)
|
4682
|
+
Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.0ms)
|
4683
|
+
|
4684
|
+
|
4685
|
+
Started GET "/stylesheets/application.css" for 127.0.0.1 at 2013-07-09 11:26:55 +0100
|
4686
|
+
|
4687
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/application.css"):
|
4688
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
4689
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
4690
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
4691
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
4692
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
4693
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
4694
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
4695
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
4696
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
4697
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
4698
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
4699
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
4700
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4701
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
4702
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
4703
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
4704
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4705
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
4706
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
4707
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
4708
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
4709
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
4710
|
+
|
4711
|
+
|
4712
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.9ms)
|
4713
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms)
|
4714
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (10.6ms)
|
4715
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (72.4ms)
|
4716
|
+
|
4717
|
+
|
4718
|
+
Started GET "/javascripts/application.js" for 127.0.0.1 at 2013-07-09 11:26:55 +0100
|
4719
|
+
|
4720
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/application.js"):
|
4721
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
4722
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
4723
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
4724
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
4725
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
4726
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
4727
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
4728
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
4729
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
4730
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
4731
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
4732
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
4733
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4734
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
4735
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
4736
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
4737
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4738
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
4739
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
4740
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
4741
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
4742
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
4743
|
+
|
4744
|
+
|
4745
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (21.9ms)
|
4746
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms)
|
4747
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms)
|
4748
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (73.1ms)
|
4749
|
+
|
4750
|
+
|
4751
|
+
Started GET "/demos/ruby" for 127.0.0.1 at 2013-07-09 11:27:03 +0100
|
4752
|
+
Processing by DemosController#show as HTML
|
4753
|
+
Parameters: {"id"=>"ruby"}
|
4754
|
+
Rendered remote_partials/_ruby.html.erb (0.4ms)
|
4755
|
+
Rendered demos/_ruby.html.erb (10.0ms)
|
4756
|
+
Rendered demos/show.html.erb within layouts/application (12.4ms)
|
4757
|
+
Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms)
|
4758
|
+
|
4759
|
+
|
4760
|
+
Started GET "/stylesheets/application.css" for 127.0.0.1 at 2013-07-09 11:27:03 +0100
|
4761
|
+
|
4762
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/application.css"):
|
4763
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
4764
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
4765
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
4766
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
4767
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
4768
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
4769
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
4770
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
4771
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
4772
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
4773
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
4774
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
4775
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4776
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
4777
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
4778
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
4779
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4780
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
4781
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
4782
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
4783
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
4784
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
4785
|
+
|
4786
|
+
|
4787
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
|
4788
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms)
|
4789
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms)
|
4790
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (84.7ms)
|
4791
|
+
|
4792
|
+
|
4793
|
+
Started GET "/javascripts/application.js" for 127.0.0.1 at 2013-07-09 11:27:03 +0100
|
4794
|
+
|
4795
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/application.js"):
|
4796
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
4797
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
4798
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
4799
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
4800
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
4801
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
4802
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
4803
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
4804
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
4805
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
4806
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
4807
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
4808
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4809
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
4810
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
4811
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
4812
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4813
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
4814
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
4815
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
4816
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
4817
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
4818
|
+
|
4819
|
+
|
4820
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (14.1ms)
|
4821
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.8ms)
|
4822
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms)
|
4823
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (91.7ms)
|
4824
|
+
DEPRECATION WARNING: This dynamic method is deprecated. Please use e.g. Post.find_or_initialize_by(name: 'foo') instead. (called from create_or_update_partial at /home/rob/web/remote_partial/app/models/remote_partial/builder.rb:23)
|
4825
|
+
[1m[36mRemotePartial::Partial Load (0.3ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' ORDER BY "remote_partial_partials"."id" ASC LIMIT 1[0m
|
4826
|
+
[1m[35m (0.1ms)[0m begin transaction
|
4827
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
4828
|
+
DEPRECATION WARNING: This dynamic method is deprecated. Please use e.g. Post.find_or_initialize_by(name: 'foo') instead. (called from create_or_update_partial at /home/rob/web/remote_partial/app/models/remote_partial/builder.rb:23)
|
4829
|
+
[1m[35mRemotePartial::Partial Load (0.5ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' ORDER BY "remote_partial_partials"."id" ASC LIMIT 1
|
4830
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4831
|
+
[1m[35m (0.1ms)[0m commit transaction
|
4832
|
+
DEPRECATION WARNING: This dynamic method is deprecated. Please use e.g. Post.find_or_initialize_by(name: 'foo') instead. (called from create_or_update_partial at /home/rob/web/remote_partial/app/models/remote_partial/builder.rb:23)
|
4833
|
+
[1m[36mRemotePartial::Partial Load (0.5ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' ORDER BY "remote_partial_partials"."id" ASC LIMIT 1[0m
|
4834
|
+
[1m[35m (0.2ms)[0m begin transaction
|
4835
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
4836
|
+
DEPRECATION WARNING: This dynamic method is deprecated. Please use e.g. Post.find_or_initialize_by(name: 'foo') instead. (called from create_or_update_partial at /home/rob/web/remote_partial/app/models/remote_partial/builder.rb:23)
|
4837
|
+
[1m[35mRemotePartial::Partial Load (0.4ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' ORDER BY "remote_partial_partials"."id" ASC LIMIT 1
|
4838
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4839
|
+
[1m[35m (0.1ms)[0m commit transaction
|
4840
|
+
DEPRECATION WARNING: This dynamic method is deprecated. Please use e.g. Post.find_or_initialize_by(name: 'foo') instead. (called from create_or_update_partial at /home/rob/web/remote_partial/app/models/remote_partial/builder.rb:23)
|
4841
|
+
[1m[36mRemotePartial::Partial Load (0.4ms)[0m [1mSELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'clock' ORDER BY "remote_partial_partials"."id" ASC LIMIT 1[0m
|
4842
|
+
[1m[35m (0.1ms)[0m begin transaction
|
4843
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
4844
|
+
DEPRECATION WARNING: This dynamic method is deprecated. Please use e.g. Post.find_or_initialize_by(name: 'foo') instead. (called from create_or_update_partial at /home/rob/web/remote_partial/app/models/remote_partial/builder.rb:23)
|
4845
|
+
[1m[35mRemotePartial::Partial Load (0.6ms)[0m SELECT "remote_partial_partials".* FROM "remote_partial_partials" WHERE "remote_partial_partials"."name" = 'ruby' ORDER BY "remote_partial_partials"."id" ASC LIMIT 1
|
4846
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4847
|
+
[1m[35m (0.1ms)[0m commit transaction
|
4848
|
+
DEPRECATION WARNING: You didn't set config.secret_key_base. Read the upgrade documentation to learn more about this new config option. (called from service at /home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138)
|
4849
|
+
|
4850
|
+
|
4851
|
+
Started GET "/demos/ruby" for 127.0.0.1 at 2013-07-09 11:37:42 +0100
|
4852
|
+
Processing by DemosController#show as HTML
|
4853
|
+
Parameters: {"id"=>"ruby"}
|
4854
|
+
Rendered remote_partials/_ruby.html.erb (0.5ms)
|
4855
|
+
Rendered demos/_ruby.html.erb (9.7ms)
|
4856
|
+
Rendered demos/show.html.erb within layouts/application (42.6ms)
|
4857
|
+
Completed 200 OK in 66ms (Views: 65.1ms | ActiveRecord: 0.0ms)
|
4858
|
+
|
4859
|
+
|
4860
|
+
Started GET "/stylesheets/application.css" for 127.0.0.1 at 2013-07-09 11:37:42 +0100
|
4861
|
+
|
4862
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/application.css"):
|
4863
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
4864
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
4865
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
4866
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
4867
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
4868
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
4869
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
4870
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
4871
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
4872
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
4873
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
4874
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
4875
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4876
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
4877
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
4878
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
4879
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4880
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
4881
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
4882
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
4883
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
4884
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
4885
|
+
|
4886
|
+
|
4887
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
|
4888
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms)
|
4889
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (66.2ms)
|
4890
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (105.8ms)
|
4891
|
+
|
4892
|
+
|
4893
|
+
Started GET "/javascripts/application.js" for 127.0.0.1 at 2013-07-09 11:37:42 +0100
|
4894
|
+
|
4895
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/application.js"):
|
4896
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
4897
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
4898
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
4899
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
4900
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
4901
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
4902
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
4903
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
4904
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
4905
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
4906
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
4907
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
4908
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4909
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
4910
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
4911
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
4912
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4913
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
4914
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
4915
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
4916
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
4917
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
4918
|
+
|
4919
|
+
|
4920
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
|
4921
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms)
|
4922
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms)
|
4923
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (69.0ms)
|
4924
|
+
|
4925
|
+
|
4926
|
+
Started GET "/" for 127.0.0.1 at 2013-07-09 11:37:44 +0100
|
4927
|
+
Processing by DemosController#index as HTML
|
4928
|
+
Rendered demos/index.html.erb within layouts/application (6.4ms)
|
4929
|
+
Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.0ms)
|
4930
|
+
|
4931
|
+
|
4932
|
+
Started GET "/stylesheets/application.css" for 127.0.0.1 at 2013-07-09 11:37:44 +0100
|
4933
|
+
|
4934
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/application.css"):
|
4935
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
4936
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
4937
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
4938
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
4939
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
4940
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
4941
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
4942
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
4943
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
4944
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
4945
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
4946
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
4947
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4948
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
4949
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
4950
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
4951
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4952
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
4953
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
4954
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
4955
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
4956
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
4957
|
+
|
4958
|
+
|
4959
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms)
|
4960
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms)
|
4961
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (13.1ms)
|
4962
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (79.9ms)
|
4963
|
+
|
4964
|
+
|
4965
|
+
Started GET "/javascripts/application.js" for 127.0.0.1 at 2013-07-09 11:37:44 +0100
|
4966
|
+
|
4967
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/application.js"):
|
4968
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
4969
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
4970
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
4971
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
4972
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
4973
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
4974
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
4975
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
4976
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
4977
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
4978
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
4979
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
4980
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4981
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
4982
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
4983
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
4984
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4985
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
4986
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
4987
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
4988
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
4989
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
4990
|
+
|
4991
|
+
|
4992
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (12.6ms)
|
4993
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms)
|
4994
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (15.0ms)
|
4995
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (78.9ms)
|
4996
|
+
|
4997
|
+
|
4998
|
+
Started GET "/demos/fixed" for 127.0.0.1 at 2013-07-09 11:37:46 +0100
|
4999
|
+
Processing by DemosController#show as HTML
|
5000
|
+
Parameters: {"id"=>"fixed"}
|
5001
|
+
Rendered remote_partials/_fixed.html.erb (0.4ms)
|
5002
|
+
Rendered demos/_fixed.html.erb (10.4ms)
|
5003
|
+
Rendered demos/show.html.erb within layouts/application (11.8ms)
|
5004
|
+
Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms)
|
5005
|
+
|
5006
|
+
|
5007
|
+
Started GET "/stylesheets/application.css" for 127.0.0.1 at 2013-07-09 11:37:46 +0100
|
5008
|
+
|
5009
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/application.css"):
|
5010
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
5011
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
5012
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
5013
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
5014
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
5015
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
5016
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
5017
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
5018
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
5019
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
5020
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
5021
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
5022
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
5023
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
5024
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
5025
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
5026
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
5027
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
5028
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
5029
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
5030
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
5031
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
5032
|
+
|
5033
|
+
|
5034
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
|
5035
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms)
|
5036
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms)
|
5037
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (87.0ms)
|
5038
|
+
|
5039
|
+
|
5040
|
+
Started GET "/javascripts/application.js" for 127.0.0.1 at 2013-07-09 11:37:46 +0100
|
5041
|
+
|
5042
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/application.js"):
|
5043
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
5044
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
5045
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
5046
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
5047
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
5048
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
5049
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
5050
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
5051
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
5052
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
5053
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
5054
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
5055
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
5056
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
5057
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
5058
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
5059
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
5060
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
5061
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
5062
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
5063
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
5064
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
5065
|
+
|
5066
|
+
|
5067
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
|
5068
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
|
5069
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms)
|
5070
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (82.7ms)
|
5071
|
+
|
5072
|
+
|
5073
|
+
Started GET "/demos/clock" for 127.0.0.1 at 2013-07-09 11:37:52 +0100
|
5074
|
+
Processing by DemosController#show as HTML
|
5075
|
+
Parameters: {"id"=>"clock"}
|
5076
|
+
Rendered remote_partials/_clock.html.erb (0.4ms)
|
5077
|
+
Rendered demos/_clock.html.erb (9.7ms)
|
5078
|
+
Rendered demos/show.html.erb within layouts/application (13.3ms)
|
5079
|
+
Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.0ms)
|
5080
|
+
|
5081
|
+
|
5082
|
+
Started GET "/stylesheets/application.css" for 127.0.0.1 at 2013-07-09 11:37:52 +0100
|
5083
|
+
|
5084
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/application.css"):
|
5085
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
5086
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
5087
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
5088
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
5089
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
5090
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
5091
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
5092
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
5093
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
5094
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
5095
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
5096
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
5097
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
5098
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
5099
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
5100
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
5101
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
5102
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
5103
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
5104
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
5105
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
5106
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
5107
|
+
|
5108
|
+
|
5109
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
|
5110
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.6ms)
|
5111
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms)
|
5112
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (68.7ms)
|
5113
|
+
|
5114
|
+
|
5115
|
+
Started GET "/javascripts/application.js" for 127.0.0.1 at 2013-07-09 11:37:52 +0100
|
5116
|
+
|
5117
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/application.js"):
|
5118
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
5119
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
5120
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
5121
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
5122
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
5123
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
5124
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
5125
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
5126
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
5127
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
5128
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
5129
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
5130
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
5131
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
5132
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
5133
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
5134
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
5135
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
5136
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
5137
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
5138
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
5139
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
5140
|
+
|
5141
|
+
|
5142
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
5143
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.2ms)
|
5144
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.7ms)
|
5145
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (66.4ms)
|
5146
|
+
|
5147
|
+
|
5148
|
+
Started GET "/demos/ruby" for 127.0.0.1 at 2013-07-09 11:37:56 +0100
|
5149
|
+
Processing by DemosController#show as HTML
|
5150
|
+
Parameters: {"id"=>"ruby"}
|
5151
|
+
Rendered remote_partials/_ruby.html.erb (0.1ms)
|
5152
|
+
Rendered demos/_ruby.html.erb (6.9ms)
|
5153
|
+
Rendered demos/show.html.erb within layouts/application (10.2ms)
|
5154
|
+
Completed 200 OK in 22ms (Views: 21.8ms | ActiveRecord: 0.0ms)
|
5155
|
+
|
5156
|
+
|
5157
|
+
Started GET "/stylesheets/application.css" for 127.0.0.1 at 2013-07-09 11:37:56 +0100
|
5158
|
+
|
5159
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/application.css"):
|
5160
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
5161
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
5162
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
5163
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
5164
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
5165
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
5166
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
5167
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
5168
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
5169
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
5170
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
5171
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
5172
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
5173
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
5174
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
5175
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
5176
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
5177
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
5178
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
5179
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
5180
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
5181
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
5182
|
+
|
5183
|
+
|
5184
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
|
5185
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
|
5186
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms)
|
5187
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (88.5ms)
|
5188
|
+
|
5189
|
+
|
5190
|
+
Started GET "/javascripts/application.js" for 127.0.0.1 at 2013-07-09 11:37:56 +0100
|
5191
|
+
|
5192
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/application.js"):
|
5193
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
5194
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
5195
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
5196
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
5197
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
5198
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
5199
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
5200
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
5201
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
5202
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
5203
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
5204
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
5205
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
5206
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
5207
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
5208
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
5209
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
5210
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
5211
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
5212
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
5213
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
5214
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
5215
|
+
|
5216
|
+
|
5217
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
|
5218
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms)
|
5219
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms)
|
5220
|
+
Rendered /home/rob/.rvm/gems/ruby-1.9.3-p286@remote_partial/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (66.8ms)
|