leads_to_highrise 0.0.1 → 0.0.2
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.
- checksums.yaml +8 -8
- data/README.rdoc +5 -4
- data/app/controllers/leads_to_highrise/leads_controller.rb +6 -5
- data/app/views/leads_to_highrise/leads/_lead.html.erb +1 -1
- data/app/views/leads_to_highrise/leads/index.html.erb +2 -2
- data/config/routes.rb +9 -2
- data/lib/leads_to_highrise/engine.rb +0 -1
- data/lib/leads_to_highrise/version.rb +1 -1
- data/test/dummy/config/routes.rb +1 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +1726 -0
- data/test/dummy/log/test.log +60 -0
- data/test/leads_to_highrise_test.rb +1 -1
- metadata +2 -2
@@ -2416,3 +2416,1729 @@ Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2
|
|
2416
2416
|
|
2417
2417
|
|
2418
2418
|
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 13:17:28 +0000
|
2419
|
+
|
2420
|
+
|
2421
|
+
Started GET "/" for 10.0.2.2 at 2014-04-16 17:53:39 +0000
|
2422
|
+
[1m[36mActiveRecord::SchemaMigration Load (8.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
2423
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
2424
|
+
[1m[35mLeadsToHighrise::Lead Load (7.8ms)[0m SELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"
|
2425
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (262.3ms)
|
2426
|
+
Completed 200 OK in 2075ms (Views: 1892.1ms | ActiveRecord: 48.4ms)
|
2427
|
+
|
2428
|
+
|
2429
|
+
Started GET "/assets/leads_to_highrise/leads.css?body=1" for 10.0.2.2 at 2014-04-16 17:53:45 +0000
|
2430
|
+
|
2431
|
+
|
2432
|
+
Started GET "/assets/leads_to_highrise/application.js?body=1" for 10.0.2.2 at 2014-04-16 17:53:46 +0000
|
2433
|
+
|
2434
|
+
|
2435
|
+
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 17:53:47 +0000
|
2436
|
+
|
2437
|
+
|
2438
|
+
Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2014-04-16 17:53:47 +0000
|
2439
|
+
|
2440
|
+
|
2441
|
+
Started GET "/leads_to_highrise/leads/3" for 10.0.2.2 at 2014-04-16 17:55:47 +0000
|
2442
|
+
Processing by LeadsToHighrise::LeadsController#show as HTML
|
2443
|
+
Parameters: {"id"=>"3"}
|
2444
|
+
[1m[36mLeadsToHighrise::Lead Load (7.2ms)[0m [1mSELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads" WHERE "leads_to_highrise_leads"."id" = ? LIMIT 1[0m [["id", 3]]
|
2445
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/show.html.erb within layouts/leads_to_highrise/application (47.3ms)
|
2446
|
+
Completed 200 OK in 1100ms (Views: 836.9ms | ActiveRecord: 28.2ms)
|
2447
|
+
|
2448
|
+
|
2449
|
+
Started GET "/assets/leads_to_highrise/leads.css?body=1" for 10.0.2.2 at 2014-04-16 17:55:50 +0000
|
2450
|
+
|
2451
|
+
|
2452
|
+
Started GET "/assets/leads_to_highrise/application.js?body=1" for 10.0.2.2 at 2014-04-16 17:55:50 +0000
|
2453
|
+
|
2454
|
+
|
2455
|
+
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 17:55:51 +0000
|
2456
|
+
|
2457
|
+
|
2458
|
+
Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2014-04-16 17:55:51 +0000
|
2459
|
+
|
2460
|
+
|
2461
|
+
Started GET "/as" for 10.0.2.2 at 2014-04-16 18:04:37 +0000
|
2462
|
+
|
2463
|
+
ActionController::RoutingError (No route matches [GET] "/as"):
|
2464
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
2465
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2466
|
+
railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
|
2467
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
|
2468
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
2469
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
2470
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
2471
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
|
2472
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2473
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
2474
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
2475
|
+
activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
2476
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2477
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
2478
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
2479
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
2480
|
+
railties (4.1.0) lib/rails/application.rb:144:in `call'
|
2481
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2482
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
2483
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
2484
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
2485
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
2486
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
2487
|
+
|
2488
|
+
|
2489
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms)
|
2490
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.1ms)
|
2491
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms)
|
2492
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (289.3ms)
|
2493
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (584.0ms)
|
2494
|
+
|
2495
|
+
|
2496
|
+
Started GET "/" for 10.0.2.2 at 2014-04-16 18:53:21 +0000
|
2497
|
+
[1m[36mActiveRecord::SchemaMigration Load (32.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
2498
|
+
Processing by LeadsToHighrise::LeadsController#index as */*
|
2499
|
+
[1m[35mLeadsToHighrise::Lead Load (7.7ms)[0m SELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"
|
2500
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (477.5ms)
|
2501
|
+
Completed 200 OK in 3906ms (Views: 3670.8ms | ActiveRecord: 16.7ms)
|
2502
|
+
|
2503
|
+
|
2504
|
+
Started GET "/" for 10.0.2.2 at 2014-04-16 18:53:43 +0000
|
2505
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
2506
|
+
[1m[36mLeadsToHighrise::Lead Load (23.4ms)[0m [1mSELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"[0m
|
2507
|
+
[1m[35mUser Load (6.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1
|
2508
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (432.0ms)
|
2509
|
+
Completed 200 OK in 1241ms (Views: 1205.2ms | ActiveRecord: 34.8ms)
|
2510
|
+
|
2511
|
+
|
2512
|
+
Started GET "/assets/leads_to_highrise/leads.css?body=1" for 10.0.2.2 at 2014-04-16 18:53:46 +0000
|
2513
|
+
|
2514
|
+
|
2515
|
+
Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2014-04-16 18:53:46 +0000
|
2516
|
+
|
2517
|
+
|
2518
|
+
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 18:53:47 +0000
|
2519
|
+
|
2520
|
+
|
2521
|
+
Started GET "/assets/leads_to_highrise/application.js?body=1" for 10.0.2.2 at 2014-04-16 18:53:47 +0000
|
2522
|
+
|
2523
|
+
|
2524
|
+
Started DELETE "/leads/3" for 10.0.2.2 at 2014-04-16 18:54:34 +0000
|
2525
|
+
|
2526
|
+
ActionController::RoutingError (No route matches [DELETE] "/leads/3"):
|
2527
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
2528
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2529
|
+
railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
|
2530
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
|
2531
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
2532
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
2533
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
2534
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
|
2535
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2536
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
2537
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
2538
|
+
activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
2539
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2540
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
2541
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
2542
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
2543
|
+
railties (4.1.0) lib/rails/application.rb:144:in `call'
|
2544
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2545
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
2546
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
2547
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
2548
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
2549
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
2550
|
+
|
2551
|
+
|
2552
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
|
2553
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms)
|
2554
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
|
2555
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (407.7ms)
|
2556
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (613.1ms)
|
2557
|
+
|
2558
|
+
|
2559
|
+
Started GET "/" for 10.0.2.2 at 2014-04-16 18:55:02 +0000
|
2560
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
2561
|
+
[1m[36mLeadsToHighrise::Lead Load (23.9ms)[0m [1mSELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"[0m
|
2562
|
+
[1m[35mUser Load (8.9ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1
|
2563
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (76.1ms)
|
2564
|
+
Completed 200 OK in 787ms (Views: 753.5ms | ActiveRecord: 32.8ms)
|
2565
|
+
|
2566
|
+
|
2567
|
+
Started GET "/assets/leads_to_highrise/leads.css?body=1" for 10.0.2.2 at 2014-04-16 18:55:04 +0000
|
2568
|
+
|
2569
|
+
|
2570
|
+
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 18:55:04 +0000
|
2571
|
+
|
2572
|
+
|
2573
|
+
Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2014-04-16 18:55:05 +0000
|
2574
|
+
|
2575
|
+
|
2576
|
+
Started GET "/assets/leads_to_highrise/application.js?body=1" for 10.0.2.2 at 2014-04-16 18:55:05 +0000
|
2577
|
+
|
2578
|
+
|
2579
|
+
Started GET "/leads_to_highrise/leads/3" for 10.0.2.2 at 2014-04-16 18:55:10 +0000
|
2580
|
+
Processing by LeadsToHighrise::LeadsController#show as HTML
|
2581
|
+
Parameters: {"id"=>"3"}
|
2582
|
+
[1m[36mLeadsToHighrise::Lead Load (47.9ms)[0m [1mSELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads" WHERE "leads_to_highrise_leads"."id" = ? LIMIT 1[0m [["id", 3]]
|
2583
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/show.html.erb within layouts/leads_to_highrise/application (6.5ms)
|
2584
|
+
Completed 200 OK in 841ms (Views: 782.0ms | ActiveRecord: 47.9ms)
|
2585
|
+
|
2586
|
+
|
2587
|
+
Started GET "/assets/leads_to_highrise/leads.css?body=1" for 10.0.2.2 at 2014-04-16 18:55:12 +0000
|
2588
|
+
|
2589
|
+
|
2590
|
+
Started GET "/assets/leads_to_highrise/application.js?body=1" for 10.0.2.2 at 2014-04-16 18:55:12 +0000
|
2591
|
+
|
2592
|
+
|
2593
|
+
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 18:55:13 +0000
|
2594
|
+
|
2595
|
+
|
2596
|
+
Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2014-04-16 18:55:13 +0000
|
2597
|
+
|
2598
|
+
|
2599
|
+
Started GET "/leads_to_highrise/leads" for 10.0.2.2 at 2014-04-16 19:02:19 +0000
|
2600
|
+
[1m[36mActiveRecord::SchemaMigration Load (22.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
2601
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
2602
|
+
[1m[35mLeadsToHighrise::Lead Load (18.7ms)[0m SELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"
|
2603
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (515.7ms)
|
2604
|
+
Completed 500 Internal Server Error in 1559ms
|
2605
|
+
|
2606
|
+
ActionView::Template::Error (undefined local variable or method `new_lead_path' for #<#<Class:0xa0bbfe4>:0xa2f0e90>):
|
2607
|
+
1: <%= link_to 'New Lead', new_lead_path %>
|
2608
|
+
2: <br>
|
2609
|
+
3: <table>
|
2610
|
+
4: <thead>
|
2611
|
+
/vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb:1:in `__vagrant_leads_to_highrise_app_views_leads_to_highrise_leads_index_html_erb__709792083_88435490'
|
2612
|
+
actionview (4.1.0) lib/action_view/template.rb:145:in `block in render'
|
2613
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument'
|
2614
|
+
actionview (4.1.0) lib/action_view/template.rb:339:in `instrument'
|
2615
|
+
actionview (4.1.0) lib/action_view/template.rb:143:in `render'
|
2616
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
|
2617
|
+
actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
2618
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
2619
|
+
activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2620
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
|
2621
|
+
actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
2622
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
|
2623
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
|
2624
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
2625
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
2626
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
2627
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
2628
|
+
actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template'
|
2629
|
+
actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
2630
|
+
actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body'
|
2631
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
2632
|
+
actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
2633
|
+
actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render'
|
2634
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
2635
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
2636
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
2637
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
2638
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
2639
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
2640
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
2641
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
2642
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
2643
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
2644
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
2645
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
|
2646
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
2647
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
2648
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
2649
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
2650
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
|
2651
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
|
2652
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
2653
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
2654
|
+
actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
2655
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
2656
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
2657
|
+
activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2658
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
|
2659
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
2660
|
+
actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
2661
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
2662
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
|
2663
|
+
actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
|
2664
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
|
2665
|
+
actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
2666
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
|
2667
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
2668
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
2669
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
2670
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
2671
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
2672
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
2673
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
2674
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
2675
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
|
2676
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
|
2677
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
2678
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
2679
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
2680
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
2681
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
2682
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
2683
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
2684
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
2685
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
2686
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
2687
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
2688
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
2689
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
2690
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
2691
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
2692
|
+
activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
|
2693
|
+
activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
2694
|
+
activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
|
2695
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
2696
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
2697
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
2698
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
2699
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
2700
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
2701
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2702
|
+
railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
|
2703
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
|
2704
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
2705
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
2706
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
2707
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
|
2708
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2709
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
2710
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
2711
|
+
activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
2712
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2713
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
2714
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
2715
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
2716
|
+
railties (4.1.0) lib/rails/application.rb:144:in `call'
|
2717
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2718
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
2719
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
2720
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
2721
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
2722
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
2723
|
+
|
2724
|
+
|
2725
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
|
2726
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (126.2ms)
|
2727
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (191.6ms)
|
2728
|
+
|
2729
|
+
|
2730
|
+
Started GET "/leads_to_highrise/leads" for 10.0.2.2 at 2014-04-16 19:03:37 +0000
|
2731
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
2732
|
+
[1m[36mLeadsToHighrise::Lead Load (50.3ms)[0m [1mSELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"[0m
|
2733
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (279.4ms)
|
2734
|
+
Completed 500 Internal Server Error in 968ms
|
2735
|
+
|
2736
|
+
ActionView::Template::Error (undefined local variable or method `new_lead_path' for #<#<Class:0xa053d2c>:0xa0535c0>):
|
2737
|
+
1: <%= link_to 'New Lead', new_lead_path %>
|
2738
|
+
2: <br>
|
2739
|
+
3: <table>
|
2740
|
+
4: <thead>
|
2741
|
+
/vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb:1:in `__vagrant_leads_to_highrise_app_views_leads_to_highrise_leads_index_html_erb__709792083_88435490'
|
2742
|
+
actionview (4.1.0) lib/action_view/template.rb:145:in `block in render'
|
2743
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument'
|
2744
|
+
actionview (4.1.0) lib/action_view/template.rb:339:in `instrument'
|
2745
|
+
actionview (4.1.0) lib/action_view/template.rb:143:in `render'
|
2746
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
|
2747
|
+
actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
2748
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
2749
|
+
activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2750
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
|
2751
|
+
actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
2752
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
|
2753
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
|
2754
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
2755
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
2756
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
2757
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
2758
|
+
actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template'
|
2759
|
+
actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
2760
|
+
actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body'
|
2761
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
2762
|
+
actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
2763
|
+
actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render'
|
2764
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
2765
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
2766
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
2767
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
2768
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
2769
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
2770
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
2771
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
2772
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
2773
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
2774
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
2775
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
|
2776
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
2777
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
2778
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
2779
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
2780
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
|
2781
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
|
2782
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
2783
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
2784
|
+
actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
2785
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
2786
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
2787
|
+
activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2788
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
|
2789
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
2790
|
+
actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
2791
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
2792
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
|
2793
|
+
actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
|
2794
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
|
2795
|
+
actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
2796
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
|
2797
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
2798
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
2799
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
2800
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
2801
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
2802
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
2803
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
2804
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
2805
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
|
2806
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
|
2807
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
2808
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
2809
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
2810
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
2811
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
2812
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
2813
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
2814
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
2815
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
2816
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
2817
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
2818
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
2819
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
2820
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
2821
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
2822
|
+
activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
|
2823
|
+
activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
2824
|
+
activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
|
2825
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
2826
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
2827
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
2828
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
2829
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
2830
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
2831
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2832
|
+
railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
|
2833
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
|
2834
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
2835
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
2836
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
2837
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
|
2838
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2839
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
2840
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
2841
|
+
activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
2842
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2843
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
2844
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
2845
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
2846
|
+
railties (4.1.0) lib/rails/application.rb:144:in `call'
|
2847
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2848
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
2849
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
2850
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
2851
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
2852
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
2853
|
+
|
2854
|
+
|
2855
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.3ms)
|
2856
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (37.0ms)
|
2857
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (91.0ms)
|
2858
|
+
|
2859
|
+
|
2860
|
+
Started GET "/leads_to_highrise/leads" for 10.0.2.2 at 2014-04-16 19:03:56 +0000
|
2861
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
2862
|
+
[1m[35mLeadsToHighrise::Lead Load (26.4ms)[0m SELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"
|
2863
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (230.1ms)
|
2864
|
+
Completed 500 Internal Server Error in 944ms
|
2865
|
+
|
2866
|
+
ActionView::Template::Error (undefined local variable or method `new_lead_path' for #<#<Class:0xb6c95200>:0xb6c94d28>):
|
2867
|
+
1: <%= link_to 'New Lead', new_lead_path %>
|
2868
|
+
2: <br>
|
2869
|
+
3: <table>
|
2870
|
+
4: <thead>
|
2871
|
+
/vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb:1:in `__vagrant_leads_to_highrise_app_views_leads_to_highrise_leads_index_html_erb__709792083_88435490'
|
2872
|
+
actionview (4.1.0) lib/action_view/template.rb:145:in `block in render'
|
2873
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument'
|
2874
|
+
actionview (4.1.0) lib/action_view/template.rb:339:in `instrument'
|
2875
|
+
actionview (4.1.0) lib/action_view/template.rb:143:in `render'
|
2876
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
|
2877
|
+
actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
2878
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
2879
|
+
activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2880
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
|
2881
|
+
actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
2882
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
|
2883
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
|
2884
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
2885
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
2886
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
2887
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
2888
|
+
actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template'
|
2889
|
+
actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
2890
|
+
actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body'
|
2891
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
2892
|
+
actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
2893
|
+
actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render'
|
2894
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
2895
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
2896
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
2897
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
2898
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
2899
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
2900
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
2901
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
2902
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
2903
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
2904
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
2905
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
|
2906
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
2907
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
2908
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
2909
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
2910
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
|
2911
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
|
2912
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
2913
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
2914
|
+
actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
2915
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
2916
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
2917
|
+
activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2918
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
|
2919
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
2920
|
+
actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
2921
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
2922
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
|
2923
|
+
actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
|
2924
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
|
2925
|
+
actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
2926
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
|
2927
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
2928
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
2929
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
2930
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
2931
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
2932
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
2933
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
2934
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
2935
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
|
2936
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
|
2937
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
2938
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
2939
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
2940
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
2941
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
2942
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
2943
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
2944
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
2945
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
2946
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
2947
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
2948
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
2949
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
2950
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
2951
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
2952
|
+
activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
|
2953
|
+
activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
2954
|
+
activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
|
2955
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
2956
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
2957
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
2958
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
2959
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
2960
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
2961
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2962
|
+
railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
|
2963
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
|
2964
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
2965
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
2966
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
2967
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
|
2968
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2969
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
2970
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
2971
|
+
activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
2972
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2973
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
2974
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
2975
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
2976
|
+
railties (4.1.0) lib/rails/application.rb:144:in `call'
|
2977
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2978
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
2979
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
2980
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
2981
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
2982
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
2983
|
+
|
2984
|
+
|
2985
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.5ms)
|
2986
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (26.8ms)
|
2987
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (70.1ms)
|
2988
|
+
|
2989
|
+
|
2990
|
+
Started GET "/leads_to_highrise/leads" for 10.0.2.2 at 2014-04-16 19:04:28 +0000
|
2991
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
2992
|
+
[1m[36mLeadsToHighrise::Lead Load (13.1ms)[0m [1mSELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"[0m
|
2993
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (261.1ms)
|
2994
|
+
Completed 500 Internal Server Error in 918ms
|
2995
|
+
|
2996
|
+
ActionView::Template::Error (undefined method `lead_path' for #<#<Class:0xa8c9204>:0xa8b9458>):
|
2997
|
+
24: <td><%= lead.job_title %></td>
|
2998
|
+
25: <td><%= lead.phone %></td>
|
2999
|
+
26: <td><%= lead.website %></td>
|
3000
|
+
27: <td><%= link_to 'Show', lead %></td>
|
3001
|
+
28: <td><%= link_to 'Edit', edit_lead_path(lead) %></td>
|
3002
|
+
29: <td><%= link_to 'Destroy', lead, method: :delete, data: { confirm: 'Are you sure?' } %></td>
|
3003
|
+
30: <td><%= link_to 'Send To Highrise', to_highrise_path(lead) if user_signed_in? %></td>
|
3004
|
+
actionpack (4.1.0) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url'
|
3005
|
+
actionpack (4.1.0) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path'
|
3006
|
+
actionview (4.1.0) lib/action_view/routing_url_for.rb:89:in `url_for'
|
3007
|
+
actionview (4.1.0) lib/action_view/helpers/url_helper.rb:181:in `link_to'
|
3008
|
+
/vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb:27:in `block in __vagrant_leads_to_highrise_app_views_leads_to_highrise_leads_index_html_erb__709792083_88435490'
|
3009
|
+
activerecord (4.1.0) lib/active_record/relation/delegation.rb:46:in `each'
|
3010
|
+
activerecord (4.1.0) lib/active_record/relation/delegation.rb:46:in `each'
|
3011
|
+
/vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb:18:in `__vagrant_leads_to_highrise_app_views_leads_to_highrise_leads_index_html_erb__709792083_88435490'
|
3012
|
+
actionview (4.1.0) lib/action_view/template.rb:145:in `block in render'
|
3013
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument'
|
3014
|
+
actionview (4.1.0) lib/action_view/template.rb:339:in `instrument'
|
3015
|
+
actionview (4.1.0) lib/action_view/template.rb:143:in `render'
|
3016
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
|
3017
|
+
actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
3018
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
3019
|
+
activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
3020
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
|
3021
|
+
actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
3022
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
|
3023
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
|
3024
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
3025
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
3026
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
3027
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
3028
|
+
actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template'
|
3029
|
+
actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
3030
|
+
actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body'
|
3031
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
3032
|
+
actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
3033
|
+
actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render'
|
3034
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
3035
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
3036
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
3037
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
3038
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
3039
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
3040
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
3041
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
3042
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
3043
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
3044
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
3045
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
|
3046
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
3047
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
3048
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
3049
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
3050
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
|
3051
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
|
3052
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
3053
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
3054
|
+
actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
3055
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
3056
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
3057
|
+
activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
3058
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
|
3059
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
3060
|
+
actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
3061
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
3062
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
|
3063
|
+
actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
|
3064
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
|
3065
|
+
actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
3066
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
|
3067
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
3068
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
3069
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
3070
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
3071
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
3072
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
3073
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
3074
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
3075
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
|
3076
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
|
3077
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
3078
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
3079
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
3080
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
3081
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
3082
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
3083
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
3084
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
3085
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
3086
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
3087
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
3088
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
3089
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
3090
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
3091
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
3092
|
+
activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
|
3093
|
+
activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
3094
|
+
activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
|
3095
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
3096
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
3097
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
3098
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
3099
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
3100
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
3101
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
3102
|
+
railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
|
3103
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
|
3104
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
3105
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
3106
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
3107
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
|
3108
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
3109
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
3110
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
3111
|
+
activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
3112
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
3113
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
3114
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
3115
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
3116
|
+
railties (4.1.0) lib/rails/application.rb:144:in `call'
|
3117
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
3118
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
3119
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
3120
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
3121
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
3122
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
3123
|
+
|
3124
|
+
|
3125
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.5ms)
|
3126
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.7ms)
|
3127
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (95.2ms)
|
3128
|
+
|
3129
|
+
|
3130
|
+
Started GET "/leads_to_highrise/leads" for 10.0.2.2 at 2014-04-16 19:06:00 +0000
|
3131
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
3132
|
+
[1m[35mLeadsToHighrise::Lead Load (15.3ms)[0m SELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"
|
3133
|
+
[1m[36mUser Load (5.4ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1[0m
|
3134
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (540.7ms)
|
3135
|
+
Completed 200 OK in 1908ms (Views: 1698.5ms | ActiveRecord: 35.2ms)
|
3136
|
+
|
3137
|
+
|
3138
|
+
Started GET "/assets/leads_to_highrise/leads.css?body=1" for 10.0.2.2 at 2014-04-16 19:06:04 +0000
|
3139
|
+
|
3140
|
+
|
3141
|
+
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 19:06:04 +0000
|
3142
|
+
|
3143
|
+
|
3144
|
+
Started GET "/assets/leads_to_highrise/application.js?body=1" for 10.0.2.2 at 2014-04-16 19:06:05 +0000
|
3145
|
+
|
3146
|
+
|
3147
|
+
Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2014-04-16 19:06:05 +0000
|
3148
|
+
|
3149
|
+
|
3150
|
+
Started GET "/leads_to_highrise/leads/3/show" for 10.0.2.2 at 2014-04-16 19:06:15 +0000
|
3151
|
+
Processing by LeadsToHighrise::LeadsController#show as HTML
|
3152
|
+
Parameters: {"id"=>"3"}
|
3153
|
+
[1m[35mLeadsToHighrise::Lead Load (12.8ms)[0m SELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads" WHERE "leads_to_highrise_leads"."id" = ? LIMIT 1 [["id", 3]]
|
3154
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/show.html.erb within layouts/leads_to_highrise/application (3.5ms)
|
3155
|
+
Completed 200 OK in 1007ms (Views: 976.6ms | ActiveRecord: 12.8ms)
|
3156
|
+
|
3157
|
+
|
3158
|
+
Started GET "/assets/leads_to_highrise/leads.css?body=1" for 10.0.2.2 at 2014-04-16 19:06:17 +0000
|
3159
|
+
|
3160
|
+
|
3161
|
+
Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2014-04-16 19:06:17 +0000
|
3162
|
+
|
3163
|
+
|
3164
|
+
Started GET "/assets/leads_to_highrise/application.js?body=1" for 10.0.2.2 at 2014-04-16 19:06:17 +0000
|
3165
|
+
|
3166
|
+
|
3167
|
+
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 19:06:18 +0000
|
3168
|
+
|
3169
|
+
|
3170
|
+
Started GET "/leads_to_highrise/leads" for 10.0.2.2 at 2014-04-16 19:07:05 +0000
|
3171
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
3172
|
+
[1m[36mLeadsToHighrise::Lead Load (9.7ms)[0m [1mSELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"[0m
|
3173
|
+
[1m[35mUser Load (8.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1
|
3174
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (72.2ms)
|
3175
|
+
Completed 500 Internal Server Error in 1393ms
|
3176
|
+
|
3177
|
+
ActionView::Template::Error (couldn't find file 'jquery'
|
3178
|
+
(in /vagrant/leads_to_highrise/app/assets/javascripts/leads_to_highrise/application.js:14)):
|
3179
|
+
3: <head>
|
3180
|
+
4: <title>LeadsToHighrise</title>
|
3181
|
+
5: <%= stylesheet_link_tag "leads_to_highrise/application", media: "all" %>
|
3182
|
+
6: <%= javascript_include_tag "leads_to_highrise/application" %>
|
3183
|
+
7: <%= csrf_meta_tags %>
|
3184
|
+
8: </head>
|
3185
|
+
9: <body>
|
3186
|
+
sprockets (2.12.0) lib/sprockets/context.rb:106:in `resolve'
|
3187
|
+
sprockets (2.12.0) lib/sprockets/context.rb:146:in `require_asset'
|
3188
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive'
|
3189
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives'
|
3190
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `each'
|
3191
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `process_directives'
|
3192
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:99:in `evaluate'
|
3193
|
+
tilt (1.4.1) lib/tilt/template.rb:103:in `render'
|
3194
|
+
sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate'
|
3195
|
+
sprockets (2.12.0) lib/sprockets/context.rb:194:in `each'
|
3196
|
+
sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate'
|
3197
|
+
sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize'
|
3198
|
+
sprockets (2.12.0) lib/sprockets/base.rb:374:in `new'
|
3199
|
+
sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset'
|
3200
|
+
sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection'
|
3201
|
+
sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset'
|
3202
|
+
sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset'
|
3203
|
+
sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset'
|
3204
|
+
sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset'
|
3205
|
+
sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset'
|
3206
|
+
sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset'
|
3207
|
+
sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with'
|
3208
|
+
sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash'
|
3209
|
+
sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset'
|
3210
|
+
sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset'
|
3211
|
+
sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset'
|
3212
|
+
sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset'
|
3213
|
+
sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset'
|
3214
|
+
sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]'
|
3215
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path'
|
3216
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for'
|
3217
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:134:in `block in javascript_include_tag'
|
3218
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `map'
|
3219
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `javascript_include_tag'
|
3220
|
+
/vagrant/leads_to_highrise/app/views/layouts/leads_to_highrise/application.html.erb:6:in `__vagrant_leads_to_highrise_app_views_layouts_leads_to_highrise_application_html_erb___982983826_87620060'
|
3221
|
+
actionview (4.1.0) lib/action_view/template.rb:145:in `block in render'
|
3222
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument'
|
3223
|
+
actionview (4.1.0) lib/action_view/template.rb:339:in `instrument'
|
3224
|
+
actionview (4.1.0) lib/action_view/template.rb:143:in `render'
|
3225
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout'
|
3226
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
3227
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
3228
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
3229
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
3230
|
+
actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template'
|
3231
|
+
actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
3232
|
+
actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body'
|
3233
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
3234
|
+
actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
3235
|
+
actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render'
|
3236
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
3237
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
3238
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
3239
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
3240
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
3241
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
3242
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
3243
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
3244
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
3245
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
3246
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
3247
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
|
3248
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
3249
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
3250
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
3251
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
3252
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
|
3253
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
|
3254
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
3255
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
3256
|
+
actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
3257
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
3258
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
3259
|
+
activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
3260
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
|
3261
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
3262
|
+
actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
3263
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
3264
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
|
3265
|
+
actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
|
3266
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
|
3267
|
+
actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
3268
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
|
3269
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
3270
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
3271
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
3272
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
3273
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
3274
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
3275
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
3276
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
3277
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
|
3278
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
|
3279
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
3280
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
3281
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
3282
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
3283
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
3284
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
3285
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
3286
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
3287
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
3288
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
3289
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
3290
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
3291
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
3292
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
3293
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
3294
|
+
activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
|
3295
|
+
activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
3296
|
+
activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
|
3297
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
3298
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
3299
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
3300
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
3301
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
3302
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
3303
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
3304
|
+
railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
|
3305
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
|
3306
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
3307
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
3308
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
3309
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
|
3310
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
3311
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
3312
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
3313
|
+
activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
3314
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
3315
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
3316
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
3317
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
3318
|
+
railties (4.1.0) lib/rails/application.rb:144:in `call'
|
3319
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
3320
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
3321
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
3322
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
3323
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
3324
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
3325
|
+
|
3326
|
+
|
3327
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
|
3328
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
|
3329
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (51.0ms)
|
3330
|
+
|
3331
|
+
|
3332
|
+
Started GET "/leads_to_highrise/leads" for 10.0.2.2 at 2014-04-16 19:13:30 +0000
|
3333
|
+
[1m[36mActiveRecord::SchemaMigration Load (13.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
3334
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
3335
|
+
[1m[35mLeadsToHighrise::Lead Load (5.9ms)[0m SELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"
|
3336
|
+
[1m[36mUser Load (6.6ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1[0m
|
3337
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (602.3ms)
|
3338
|
+
Completed 500 Internal Server Error in 2466ms
|
3339
|
+
|
3340
|
+
ActionView::Template::Error (couldn't find file 'jquery'
|
3341
|
+
(in /vagrant/leads_to_highrise/app/assets/javascripts/leads_to_highrise/application.js:14)):
|
3342
|
+
3: <head>
|
3343
|
+
4: <title>LeadsToHighrise</title>
|
3344
|
+
5: <%= stylesheet_link_tag "leads_to_highrise/application", media: "all" %>
|
3345
|
+
6: <%= javascript_include_tag "leads_to_highrise/application" %>
|
3346
|
+
7: <%= csrf_meta_tags %>
|
3347
|
+
8: </head>
|
3348
|
+
9: <body>
|
3349
|
+
sprockets (2.12.0) lib/sprockets/context.rb:106:in `resolve'
|
3350
|
+
sprockets (2.12.0) lib/sprockets/context.rb:146:in `require_asset'
|
3351
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive'
|
3352
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives'
|
3353
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `each'
|
3354
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `process_directives'
|
3355
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:99:in `evaluate'
|
3356
|
+
tilt (1.4.1) lib/tilt/template.rb:103:in `render'
|
3357
|
+
sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate'
|
3358
|
+
sprockets (2.12.0) lib/sprockets/context.rb:194:in `each'
|
3359
|
+
sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate'
|
3360
|
+
sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize'
|
3361
|
+
sprockets (2.12.0) lib/sprockets/base.rb:374:in `new'
|
3362
|
+
sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset'
|
3363
|
+
sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection'
|
3364
|
+
sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset'
|
3365
|
+
sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset'
|
3366
|
+
sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset'
|
3367
|
+
sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset'
|
3368
|
+
sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset'
|
3369
|
+
sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset'
|
3370
|
+
sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with'
|
3371
|
+
sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash'
|
3372
|
+
sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset'
|
3373
|
+
sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset'
|
3374
|
+
sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset'
|
3375
|
+
sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset'
|
3376
|
+
sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset'
|
3377
|
+
sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]'
|
3378
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path'
|
3379
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for'
|
3380
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:134:in `block in javascript_include_tag'
|
3381
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `map'
|
3382
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `javascript_include_tag'
|
3383
|
+
/vagrant/leads_to_highrise/app/views/layouts/leads_to_highrise/application.html.erb:6:in `__vagrant_leads_to_highrise_app_views_layouts_leads_to_highrise_application_html_erb___683427021_90167930'
|
3384
|
+
actionview (4.1.0) lib/action_view/template.rb:145:in `block in render'
|
3385
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument'
|
3386
|
+
actionview (4.1.0) lib/action_view/template.rb:339:in `instrument'
|
3387
|
+
actionview (4.1.0) lib/action_view/template.rb:143:in `render'
|
3388
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout'
|
3389
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
3390
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
3391
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
3392
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
3393
|
+
actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template'
|
3394
|
+
actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
3395
|
+
actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body'
|
3396
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
3397
|
+
actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
3398
|
+
actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render'
|
3399
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
3400
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
3401
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
3402
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
3403
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
3404
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
3405
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
3406
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
3407
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
3408
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
3409
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
3410
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
|
3411
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
3412
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
3413
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
3414
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
3415
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
|
3416
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
|
3417
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
3418
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
3419
|
+
actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
3420
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
3421
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
3422
|
+
activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
3423
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
|
3424
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
3425
|
+
actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
3426
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
3427
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
|
3428
|
+
actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
|
3429
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
|
3430
|
+
actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
3431
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
|
3432
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
3433
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
3434
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
3435
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
3436
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
3437
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
3438
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
3439
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
3440
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
|
3441
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
|
3442
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
3443
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
3444
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
3445
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
3446
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
3447
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
3448
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
3449
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
3450
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
3451
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
3452
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
3453
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
3454
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
3455
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
3456
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
3457
|
+
activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
|
3458
|
+
activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
3459
|
+
activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
|
3460
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
3461
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
3462
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
3463
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
3464
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
3465
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
3466
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
3467
|
+
railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
|
3468
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
|
3469
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
3470
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
3471
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
3472
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
|
3473
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
3474
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
3475
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
3476
|
+
activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
3477
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
3478
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
3479
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
3480
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
3481
|
+
railties (4.1.0) lib/rails/application.rb:144:in `call'
|
3482
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
3483
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
3484
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
3485
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
3486
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
3487
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
3488
|
+
|
3489
|
+
|
3490
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (68.3ms)
|
3491
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
|
3492
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (116.9ms)
|
3493
|
+
|
3494
|
+
|
3495
|
+
Started GET "/leads_to_highrise/leads" for 10.0.2.2 at 2014-04-16 19:15:19 +0000
|
3496
|
+
[1m[36mActiveRecord::SchemaMigration Load (5.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
3497
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
3498
|
+
[1m[35mLeadsToHighrise::Lead Load (8.7ms)[0m SELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"
|
3499
|
+
[1m[36mUser Load (6.9ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1[0m
|
3500
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (849.8ms)
|
3501
|
+
Completed 500 Internal Server Error in 2851ms
|
3502
|
+
|
3503
|
+
ActionView::Template::Error (couldn't find file 'jquery'
|
3504
|
+
(in /vagrant/leads_to_highrise/app/assets/javascripts/leads_to_highrise/application.js:14)):
|
3505
|
+
3: <head>
|
3506
|
+
4: <title>LeadsToHighrise</title>
|
3507
|
+
5: <%= stylesheet_link_tag "leads_to_highrise/application", media: "all" %>
|
3508
|
+
6: <%= javascript_include_tag "leads_to_highrise/application" %>
|
3509
|
+
7: <%= csrf_meta_tags %>
|
3510
|
+
8: </head>
|
3511
|
+
9: <body>
|
3512
|
+
sprockets (2.12.0) lib/sprockets/context.rb:106:in `resolve'
|
3513
|
+
sprockets (2.12.0) lib/sprockets/context.rb:146:in `require_asset'
|
3514
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive'
|
3515
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives'
|
3516
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `each'
|
3517
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `process_directives'
|
3518
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:99:in `evaluate'
|
3519
|
+
tilt (1.4.1) lib/tilt/template.rb:103:in `render'
|
3520
|
+
sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate'
|
3521
|
+
sprockets (2.12.0) lib/sprockets/context.rb:194:in `each'
|
3522
|
+
sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate'
|
3523
|
+
sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize'
|
3524
|
+
sprockets (2.12.0) lib/sprockets/base.rb:374:in `new'
|
3525
|
+
sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset'
|
3526
|
+
sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection'
|
3527
|
+
sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset'
|
3528
|
+
sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset'
|
3529
|
+
sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset'
|
3530
|
+
sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset'
|
3531
|
+
sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset'
|
3532
|
+
sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset'
|
3533
|
+
sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with'
|
3534
|
+
sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash'
|
3535
|
+
sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset'
|
3536
|
+
sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset'
|
3537
|
+
sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset'
|
3538
|
+
sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset'
|
3539
|
+
sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset'
|
3540
|
+
sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]'
|
3541
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path'
|
3542
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for'
|
3543
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:134:in `block in javascript_include_tag'
|
3544
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `map'
|
3545
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `javascript_include_tag'
|
3546
|
+
/vagrant/leads_to_highrise/app/views/layouts/leads_to_highrise/application.html.erb:6:in `__vagrant_leads_to_highrise_app_views_layouts_leads_to_highrise_application_html_erb__160115273_88589210'
|
3547
|
+
actionview (4.1.0) lib/action_view/template.rb:145:in `block in render'
|
3548
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument'
|
3549
|
+
actionview (4.1.0) lib/action_view/template.rb:339:in `instrument'
|
3550
|
+
actionview (4.1.0) lib/action_view/template.rb:143:in `render'
|
3551
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout'
|
3552
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
3553
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
3554
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
3555
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
3556
|
+
actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template'
|
3557
|
+
actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
3558
|
+
actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body'
|
3559
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
3560
|
+
actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
3561
|
+
actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render'
|
3562
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
3563
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
3564
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
3565
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
3566
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
3567
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
3568
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
3569
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
3570
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
3571
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
3572
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
3573
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
|
3574
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
3575
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
3576
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
3577
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
3578
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
|
3579
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
|
3580
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
3581
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
3582
|
+
actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
3583
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
3584
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
3585
|
+
activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
3586
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
|
3587
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
3588
|
+
actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
3589
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
3590
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
|
3591
|
+
actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
|
3592
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
|
3593
|
+
actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
3594
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
|
3595
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
3596
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
3597
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
3598
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
3599
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
3600
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
3601
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
3602
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
3603
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
|
3604
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
|
3605
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
3606
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
3607
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
3608
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
3609
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
3610
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
3611
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
3612
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
3613
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
3614
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
3615
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
3616
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
3617
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
3618
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
3619
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
3620
|
+
activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
|
3621
|
+
activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
3622
|
+
activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
|
3623
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
3624
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
3625
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
3626
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
3627
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
3628
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
3629
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
3630
|
+
railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
|
3631
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
|
3632
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
3633
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
3634
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
3635
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
|
3636
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
3637
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
3638
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
3639
|
+
activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
3640
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
3641
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
3642
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
3643
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
3644
|
+
railties (4.1.0) lib/rails/application.rb:144:in `call'
|
3645
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
3646
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
3647
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
3648
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
3649
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
3650
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
3651
|
+
|
3652
|
+
|
3653
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (85.1ms)
|
3654
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.7ms)
|
3655
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (122.3ms)
|
3656
|
+
|
3657
|
+
|
3658
|
+
Started GET "/leads_to_highrise/leads" for 10.0.2.2 at 2014-04-16 19:15:36 +0000
|
3659
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
3660
|
+
[1m[35mLeadsToHighrise::Lead Load (18.2ms)[0m SELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"
|
3661
|
+
[1m[36mUser Load (57.5ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1[0m
|
3662
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (110.8ms)
|
3663
|
+
Completed 500 Internal Server Error in 1237ms
|
3664
|
+
|
3665
|
+
ActionView::Template::Error (couldn't find file 'jquery_ujs'
|
3666
|
+
(in /vagrant/leads_to_highrise/app/assets/javascripts/leads_to_highrise/application.js:15)):
|
3667
|
+
3: <head>
|
3668
|
+
4: <title>LeadsToHighrise</title>
|
3669
|
+
5: <%= stylesheet_link_tag "leads_to_highrise/application", media: "all" %>
|
3670
|
+
6: <%= javascript_include_tag "leads_to_highrise/application" %>
|
3671
|
+
7: <%= csrf_meta_tags %>
|
3672
|
+
8: </head>
|
3673
|
+
9: <body>
|
3674
|
+
sprockets (2.12.0) lib/sprockets/context.rb:106:in `resolve'
|
3675
|
+
sprockets (2.12.0) lib/sprockets/context.rb:146:in `require_asset'
|
3676
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive'
|
3677
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives'
|
3678
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `each'
|
3679
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `process_directives'
|
3680
|
+
sprockets (2.12.0) lib/sprockets/directive_processor.rb:99:in `evaluate'
|
3681
|
+
tilt (1.4.1) lib/tilt/template.rb:103:in `render'
|
3682
|
+
sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate'
|
3683
|
+
sprockets (2.12.0) lib/sprockets/context.rb:194:in `each'
|
3684
|
+
sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate'
|
3685
|
+
sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize'
|
3686
|
+
sprockets (2.12.0) lib/sprockets/base.rb:374:in `new'
|
3687
|
+
sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset'
|
3688
|
+
sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection'
|
3689
|
+
sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset'
|
3690
|
+
sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset'
|
3691
|
+
sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset'
|
3692
|
+
sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset'
|
3693
|
+
sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset'
|
3694
|
+
sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset'
|
3695
|
+
sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with'
|
3696
|
+
sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash'
|
3697
|
+
sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset'
|
3698
|
+
sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset'
|
3699
|
+
sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset'
|
3700
|
+
sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset'
|
3701
|
+
sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset'
|
3702
|
+
sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]'
|
3703
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path'
|
3704
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for'
|
3705
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:134:in `block in javascript_include_tag'
|
3706
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `map'
|
3707
|
+
sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `javascript_include_tag'
|
3708
|
+
/vagrant/leads_to_highrise/app/views/layouts/leads_to_highrise/application.html.erb:6:in `__vagrant_leads_to_highrise_app_views_layouts_leads_to_highrise_application_html_erb__160115273_88589210'
|
3709
|
+
actionview (4.1.0) lib/action_view/template.rb:145:in `block in render'
|
3710
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument'
|
3711
|
+
actionview (4.1.0) lib/action_view/template.rb:339:in `instrument'
|
3712
|
+
actionview (4.1.0) lib/action_view/template.rb:143:in `render'
|
3713
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout'
|
3714
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
3715
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
3716
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
3717
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
3718
|
+
actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template'
|
3719
|
+
actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
3720
|
+
actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body'
|
3721
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
3722
|
+
actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
3723
|
+
actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render'
|
3724
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
3725
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
3726
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
3727
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
3728
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
3729
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
3730
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
3731
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
3732
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
3733
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
3734
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
3735
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
|
3736
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
3737
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
3738
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
3739
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
3740
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
|
3741
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
|
3742
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
3743
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
3744
|
+
actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
3745
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
3746
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
3747
|
+
activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
3748
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
|
3749
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
3750
|
+
actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
3751
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
3752
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
|
3753
|
+
actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
|
3754
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
|
3755
|
+
actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
3756
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
|
3757
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
3758
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
3759
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
3760
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
3761
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
3762
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
3763
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
3764
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
3765
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
|
3766
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
|
3767
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
3768
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
3769
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
3770
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
3771
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
3772
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
3773
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
3774
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
3775
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
3776
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
3777
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
3778
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
3779
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
3780
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
3781
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
3782
|
+
activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
|
3783
|
+
activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
3784
|
+
activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
|
3785
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
3786
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
3787
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
3788
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
3789
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
3790
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
3791
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
3792
|
+
railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
|
3793
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
|
3794
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
3795
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
3796
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
3797
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
|
3798
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
3799
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
3800
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
3801
|
+
activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
3802
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
3803
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
3804
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
3805
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
3806
|
+
railties (4.1.0) lib/rails/application.rb:144:in `call'
|
3807
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
3808
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
3809
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
3810
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
3811
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
3812
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
3813
|
+
|
3814
|
+
|
3815
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
|
3816
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
|
3817
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (49.7ms)
|
3818
|
+
|
3819
|
+
|
3820
|
+
Started GET "/leads_to_highrise/leads" for 10.0.2.2 at 2014-04-16 19:42:55 +0000
|
3821
|
+
[1m[36mActiveRecord::SchemaMigration Load (24.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
3822
|
+
|
3823
|
+
ActionController::RoutingError (uninitialized constant LeadsToHighrise::LeadsToHighrise):
|
3824
|
+
activesupport (4.1.0) lib/active_support/inflector/methods.rb:253:in `const_get'
|
3825
|
+
activesupport (4.1.0) lib/active_support/inflector/methods.rb:253:in `block in constantize'
|
3826
|
+
activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `each'
|
3827
|
+
activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `inject'
|
3828
|
+
activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `constantize'
|
3829
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference'
|
3830
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:66:in `controller'
|
3831
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:44:in `call'
|
3832
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
3833
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
3834
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
3835
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
3836
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
3837
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
|
3838
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
|
3839
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
3840
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
3841
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
3842
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
3843
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
3844
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
3845
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
3846
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
3847
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
3848
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
3849
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
3850
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
3851
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
3852
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
3853
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
3854
|
+
activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
|
3855
|
+
activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
3856
|
+
activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
|
3857
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
3858
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
3859
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
3860
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
3861
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
3862
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
3863
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
3864
|
+
railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
|
3865
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
|
3866
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
3867
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
3868
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
3869
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
|
3870
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
3871
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
3872
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
3873
|
+
activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
3874
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
3875
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
3876
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
3877
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
3878
|
+
railties (4.1.0) lib/rails/application.rb:144:in `call'
|
3879
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
3880
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
3881
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
3882
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
3883
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
3884
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
3885
|
+
|
3886
|
+
|
3887
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.3ms)
|
3888
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.3ms)
|
3889
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
|
3890
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (349.1ms)
|
3891
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (786.1ms)
|
3892
|
+
|
3893
|
+
|
3894
|
+
Started GET "/leads_to_highrise/leads" for 10.0.2.2 at 2014-04-16 19:44:03 +0000
|
3895
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
3896
|
+
[1m[35mLeadsToHighrise::Lead Load (41.3ms)[0m SELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"
|
3897
|
+
[1m[36mUser Load (7.5ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1[0m
|
3898
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (656.0ms)
|
3899
|
+
Completed 200 OK in 2109ms (Views: 1825.1ms | ActiveRecord: 67.4ms)
|
3900
|
+
|
3901
|
+
|
3902
|
+
Started GET "/assets/leads_to_highrise/leads.css?body=1" for 10.0.2.2 at 2014-04-16 19:44:10 +0000
|
3903
|
+
|
3904
|
+
|
3905
|
+
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 19:44:10 +0000
|
3906
|
+
|
3907
|
+
|
3908
|
+
Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2014-04-16 19:44:11 +0000
|
3909
|
+
|
3910
|
+
|
3911
|
+
Started GET "/assets/leads_to_highrise/application.js?body=1" for 10.0.2.2 at 2014-04-16 19:44:12 +0000
|
3912
|
+
|
3913
|
+
|
3914
|
+
Started GET "/leads_to_highrise/leads/3" for 10.0.2.2 at 2014-04-16 19:44:15 +0000
|
3915
|
+
Processing by LeadsToHighrise::LeadsController#show as HTML
|
3916
|
+
Parameters: {"id"=>"3"}
|
3917
|
+
[1m[35mLeadsToHighrise::Lead Load (13.4ms)[0m SELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads" WHERE "leads_to_highrise_leads"."id" = ? LIMIT 1 [["id", 3]]
|
3918
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/show.html.erb within layouts/leads_to_highrise/application (22.9ms)
|
3919
|
+
Completed 200 OK in 798ms (Views: 775.0ms | ActiveRecord: 13.4ms)
|
3920
|
+
|
3921
|
+
|
3922
|
+
Started GET "/assets/leads_to_highrise/leads.css?body=1" for 10.0.2.2 at 2014-04-16 19:44:17 +0000
|
3923
|
+
|
3924
|
+
|
3925
|
+
Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2014-04-16 19:44:17 +0000
|
3926
|
+
|
3927
|
+
|
3928
|
+
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 19:44:18 +0000
|
3929
|
+
|
3930
|
+
|
3931
|
+
Started GET "/assets/leads_to_highrise/application.js?body=1" for 10.0.2.2 at 2014-04-16 19:44:18 +0000
|
3932
|
+
|
3933
|
+
|
3934
|
+
Started GET "/leads_to_highrise/leads" for 10.0.2.2 at 2014-04-16 19:45:13 +0000
|
3935
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
3936
|
+
[1m[36mLeadsToHighrise::Lead Load (39.4ms)[0m [1mSELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"[0m
|
3937
|
+
[1m[35mUser Load (38.9ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1
|
3938
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (150.1ms)
|
3939
|
+
Completed 200 OK in 1242ms (Views: 1162.3ms | ActiveRecord: 78.2ms)
|
3940
|
+
|
3941
|
+
|
3942
|
+
Started GET "/assets/leads_to_highrise/leads.css?body=1" for 10.0.2.2 at 2014-04-16 19:45:14 +0000
|
3943
|
+
|
3944
|
+
|
3945
|
+
Started GET "/assets/leads_to_highrise/application.js?body=1" for 10.0.2.2 at 2014-04-16 19:45:15 +0000
|
3946
|
+
|
3947
|
+
|
3948
|
+
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 19:45:15 +0000
|
3949
|
+
|
3950
|
+
|
3951
|
+
Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2014-04-16 19:45:16 +0000
|
3952
|
+
|
3953
|
+
|
3954
|
+
Started GET "/leads_to_highrise/leads/3" for 10.0.2.2 at 2014-04-16 19:45:34 +0000
|
3955
|
+
Processing by LeadsToHighrise::LeadsController#show as HTML
|
3956
|
+
Parameters: {"id"=>"3"}
|
3957
|
+
[1m[36mLeadsToHighrise::Lead Load (6.2ms)[0m [1mSELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads" WHERE "leads_to_highrise_leads"."id" = ? LIMIT 1[0m [["id", 3]]
|
3958
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/show.html.erb within layouts/leads_to_highrise/application (3.7ms)
|
3959
|
+
Completed 200 OK in 794ms (Views: 772.9ms | ActiveRecord: 6.2ms)
|
3960
|
+
|
3961
|
+
|
3962
|
+
Started GET "/assets/leads_to_highrise/leads.css?body=1" for 10.0.2.2 at 2014-04-16 19:45:35 +0000
|
3963
|
+
|
3964
|
+
|
3965
|
+
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 19:45:35 +0000
|
3966
|
+
|
3967
|
+
|
3968
|
+
Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2014-04-16 19:45:36 +0000
|
3969
|
+
|
3970
|
+
|
3971
|
+
Started GET "/assets/leads_to_highrise/application.js?body=1" for 10.0.2.2 at 2014-04-16 19:45:36 +0000
|
3972
|
+
|
3973
|
+
|
3974
|
+
Started GET "/leads_to_highrise/leads" for 10.0.2.2 at 2014-04-16 19:47:18 +0000
|
3975
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
3976
|
+
[1m[35mLeadsToHighrise::Lead Load (112.0ms)[0m SELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"
|
3977
|
+
[1m[36mUser Load (10.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1[0m
|
3978
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (284.0ms)
|
3979
|
+
Completed 200 OK in 1340ms (Views: 980.8ms | ActiveRecord: 133.2ms)
|
3980
|
+
|
3981
|
+
|
3982
|
+
Started GET "/assets/leads_to_highrise/leads.css?body=1" for 10.0.2.2 at 2014-04-16 19:47:21 +0000
|
3983
|
+
|
3984
|
+
|
3985
|
+
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 19:47:22 +0000
|
3986
|
+
|
3987
|
+
|
3988
|
+
Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2014-04-16 19:47:22 +0000
|
3989
|
+
|
3990
|
+
|
3991
|
+
Started GET "/assets/leads_to_highrise/application.js?body=1" for 10.0.2.2 at 2014-04-16 19:47:23 +0000
|
3992
|
+
|
3993
|
+
|
3994
|
+
Started GET "/leads_to_highrise/leads/3" for 10.0.2.2 at 2014-04-16 19:47:28 +0000
|
3995
|
+
Processing by LeadsToHighrise::LeadsController#show as HTML
|
3996
|
+
Parameters: {"id"=>"3"}
|
3997
|
+
[1m[35mLeadsToHighrise::Lead Load (13.2ms)[0m SELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads" WHERE "leads_to_highrise_leads"."id" = ? LIMIT 1 [["id", 3]]
|
3998
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/show.html.erb within layouts/leads_to_highrise/application (8.7ms)
|
3999
|
+
Completed 200 OK in 865ms (Views: 845.1ms | ActiveRecord: 13.2ms)
|
4000
|
+
|
4001
|
+
|
4002
|
+
Started GET "/assets/leads_to_highrise/leads.css?body=1" for 10.0.2.2 at 2014-04-16 19:47:29 +0000
|
4003
|
+
|
4004
|
+
|
4005
|
+
Started GET "/assets/leads_to_highrise/application.js?body=1" for 10.0.2.2 at 2014-04-16 19:47:30 +0000
|
4006
|
+
|
4007
|
+
|
4008
|
+
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 19:47:30 +0000
|
4009
|
+
|
4010
|
+
|
4011
|
+
Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2014-04-16 19:47:31 +0000
|
4012
|
+
|
4013
|
+
|
4014
|
+
Started GET "/leads_to_highrise/leads" for 10.0.2.2 at 2014-04-16 19:48:04 +0000
|
4015
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
4016
|
+
[1m[36mLeadsToHighrise::Lead Load (18.6ms)[0m [1mSELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"[0m
|
4017
|
+
[1m[35mUser Load (5.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1
|
4018
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (172.2ms)
|
4019
|
+
Completed 200 OK in 1382ms (Views: 1129.2ms | ActiveRecord: 40.0ms)
|
4020
|
+
|
4021
|
+
|
4022
|
+
Started GET "/assets/leads_to_highrise/leads.css?body=1" for 10.0.2.2 at 2014-04-16 19:48:08 +0000
|
4023
|
+
|
4024
|
+
|
4025
|
+
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 19:48:08 +0000
|
4026
|
+
|
4027
|
+
|
4028
|
+
Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2014-04-16 19:48:09 +0000
|
4029
|
+
|
4030
|
+
|
4031
|
+
Started GET "/assets/leads_to_highrise/application.js?body=1" for 10.0.2.2 at 2014-04-16 19:48:09 +0000
|
4032
|
+
|
4033
|
+
|
4034
|
+
Started GET "/leads_to_highrise/leads/3/delete" for 10.0.2.2 at 2014-04-16 19:48:14 +0000
|
4035
|
+
|
4036
|
+
ActionController::RoutingError (No route matches [GET] "/leads_to_highrise/leads/3/delete"):
|
4037
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
4038
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
4039
|
+
railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
|
4040
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
|
4041
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
4042
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
4043
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
4044
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
|
4045
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
4046
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
4047
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
4048
|
+
activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
4049
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4050
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
4051
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
4052
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
4053
|
+
railties (4.1.0) lib/rails/application.rb:144:in `call'
|
4054
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
4055
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
4056
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
4057
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
4058
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
4059
|
+
/home/vagrant/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
4060
|
+
|
4061
|
+
|
4062
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
|
4063
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms)
|
4064
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
|
4065
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (18.3ms)
|
4066
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (698.4ms)
|
4067
|
+
|
4068
|
+
|
4069
|
+
Started GET "/leads_to_highrise/leads/3/delete" for 10.0.2.2 at 2014-04-16 19:48:44 +0000
|
4070
|
+
Processing by LeadsToHighrise::LeadsController#destroy as HTML
|
4071
|
+
Parameters: {"id"=>"3"}
|
4072
|
+
[1m[36mLeadsToHighrise::Lead Load (11.4ms)[0m [1mSELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads" WHERE "leads_to_highrise_leads"."id" = ? LIMIT 1[0m [["id", 3]]
|
4073
|
+
[1m[35mCACHE (0.1ms)[0m SELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads" WHERE "leads_to_highrise_leads"."id" = ? LIMIT 1 [["id", "3"]]
|
4074
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4075
|
+
[1m[35mSQL (20.0ms)[0m DELETE FROM "leads_to_highrise_leads" WHERE "leads_to_highrise_leads"."id" = ? [["id", 3]]
|
4076
|
+
[1m[36m (52.2ms)[0m [1mcommit transaction[0m
|
4077
|
+
Redirected to http://localhost:3000/leads_to_highrise/leads
|
4078
|
+
Completed 302 Found in 469ms (ActiveRecord: 135.4ms)
|
4079
|
+
|
4080
|
+
|
4081
|
+
Started GET "/leads_to_highrise/leads" for 10.0.2.2 at 2014-04-16 19:48:47 +0000
|
4082
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
4083
|
+
[1m[35mLeadsToHighrise::Lead Load (37.3ms)[0m SELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"
|
4084
|
+
[1m[36mUser Load (5.7ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1[0m
|
4085
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (247.3ms)
|
4086
|
+
Completed 200 OK in 1112ms (Views: 1049.6ms | ActiveRecord: 49.8ms)
|
4087
|
+
|
4088
|
+
|
4089
|
+
Started GET "/assets/leads_to_highrise/leads.css?body=1" for 10.0.2.2 at 2014-04-16 19:48:49 +0000
|
4090
|
+
|
4091
|
+
|
4092
|
+
Started GET "/assets/leads_to_highrise/application.js?body=1" for 10.0.2.2 at 2014-04-16 19:48:49 +0000
|
4093
|
+
|
4094
|
+
|
4095
|
+
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 19:48:50 +0000
|
4096
|
+
|
4097
|
+
|
4098
|
+
Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2014-04-16 19:48:50 +0000
|
4099
|
+
|
4100
|
+
|
4101
|
+
Started GET "/users/edit" for 10.0.2.2 at 2014-04-16 19:55:11 +0000
|
4102
|
+
Processing by Devise::RegistrationsController#edit as HTML
|
4103
|
+
[1m[35mUser Load (12.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1
|
4104
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/registrations/edit.html.erb within layouts/application (301.5ms)
|
4105
|
+
Completed 200 OK in 1249ms (Views: 1216.0ms | ActiveRecord: 12.0ms)
|
4106
|
+
|
4107
|
+
|
4108
|
+
Started GET "/assets/application.css?body=1" for 10.0.2.2 at 2014-04-16 19:55:13 +0000
|
4109
|
+
|
4110
|
+
|
4111
|
+
Started GET "/assets/application.js?body=1" for 10.0.2.2 at 2014-04-16 19:55:13 +0000
|
4112
|
+
|
4113
|
+
|
4114
|
+
Started GET "/users/edit" for 10.0.2.2 at 2014-04-16 20:42:04 +0000
|
4115
|
+
Processing by Devise::RegistrationsController#edit as HTML
|
4116
|
+
[1m[36mUser Load (6.8ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1[0m
|
4117
|
+
Rendered /home/vagrant/.rvm/gems/ruby-1.9.3-p484/gems/devise-3.2.4/app/views/devise/registrations/edit.html.erb within layouts/application (20.1ms)
|
4118
|
+
Completed 200 OK in 796ms (Views: 652.6ms | ActiveRecord: 19.5ms)
|
4119
|
+
|
4120
|
+
|
4121
|
+
Started GET "/assets/application.css?body=1" for 10.0.2.2 at 2014-04-16 20:42:08 +0000
|
4122
|
+
|
4123
|
+
|
4124
|
+
Started GET "/assets/application.js?body=1" for 10.0.2.2 at 2014-04-16 20:42:08 +0000
|
4125
|
+
|
4126
|
+
|
4127
|
+
Started GET "/leads_to_highrise/leads" for 10.0.2.2 at 2014-04-16 21:09:09 +0000
|
4128
|
+
Processing by LeadsToHighrise::LeadsController#index as HTML
|
4129
|
+
[1m[35mLeadsToHighrise::Lead Load (5.6ms)[0m SELECT "leads_to_highrise_leads".* FROM "leads_to_highrise_leads"
|
4130
|
+
[1m[36mUser Load (6.5ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 1 ORDER BY "users"."id" ASC LIMIT 1[0m
|
4131
|
+
Rendered /vagrant/leads_to_highrise/app/views/leads_to_highrise/leads/index.html.erb within layouts/leads_to_highrise/application (84.1ms)
|
4132
|
+
Completed 200 OK in 952ms (Views: 762.3ms | ActiveRecord: 19.4ms)
|
4133
|
+
|
4134
|
+
|
4135
|
+
Started GET "/assets/leads_to_highrise/application.js?body=1" for 10.0.2.2 at 2014-04-16 21:09:11 +0000
|
4136
|
+
|
4137
|
+
|
4138
|
+
Started GET "/assets/leads_to_highrise/leads.js?body=1" for 10.0.2.2 at 2014-04-16 21:09:11 +0000
|
4139
|
+
|
4140
|
+
|
4141
|
+
Started GET "/assets/leads_to_highrise/application.css?body=1" for 10.0.2.2 at 2014-04-16 21:09:12 +0000
|
4142
|
+
|
4143
|
+
|
4144
|
+
Started GET "/assets/leads_to_highrise/leads.css?body=1" for 10.0.2.2 at 2014-04-16 21:09:12 +0000
|