cally 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 112dc6e953f522e4881746839e1755134f816c2519655ea886c6964a1752c972
4
- data.tar.gz: cc6fcd0887feae451e34bea74986e9a65b6de81428fafc30518b4684e2d8c4ce
3
+ metadata.gz: b6606522903ae2d0a7c740f9a98668dcad0c2e5e5c7186bef3bcc9527bbed34c
4
+ data.tar.gz: e652e0fe9e88dd30b886bafe9929c5ba3ec2c340f4111a01a1362e367ff3fd69
5
5
  SHA512:
6
- metadata.gz: 629967d255b50f6533145b67fc089758db39c99162150a45974e6a834b2988d58ed1277b31ef513c6688cedf4c3ca409c97f680f76c730e74405872522efe22a
7
- data.tar.gz: d075f8a51c1320845b65b84bb20432b45419574be954819fac0eec55cc4c14e2746ab4ef4d05b0efa8d2f5eb951cc098cfe2b731b8bf6aadbb917c0c34914d9e
6
+ metadata.gz: 1971cef56b6cb1d452b741cae9c800e0bdfe863e1b5190fc163b5dbbfa8f0c4931c780fe216049fd320516f971b18f50d5255eb1c5c4d5b1275f5515f2234bbe
7
+ data.tar.gz: fe9e89f7e4a39b36a2bf46f7c57b067b5d2c0f3306cbcdb9591815ddfb9ec002455c64743f11bad4f785150edbe43d0fcc2addb86b1632a7c39779df1d1012c3
@@ -1,3 +1,3 @@
1
1
  module Cally
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
@@ -553,3 +553,536 @@ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_h
553
553
  passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
554
554
  passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
555
555
  passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
556
+ I, [2019-03-14T09:07:47.120408 #3862] INFO -- : Started GET "/cally" for fe80::182d:ab95:1519:befe at 2019-03-14 09:07:47 +0000
557
+ F, [2019-03-14T09:07:47.151827 #3862] FATAL -- :
558
+ F, [2019-03-14T09:07:47.151954 #3862] FATAL -- : ActionController::RoutingError (No route matches [GET] "/cally"):
559
+ F, [2019-03-14T09:07:47.152012 #3862] FATAL -- :
560
+ F, [2019-03-14T09:07:47.152081 #3862] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
561
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
562
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
563
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
564
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
565
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
566
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
567
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
568
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
569
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
570
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
571
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
572
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
573
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
574
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
575
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
576
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
577
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
578
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
579
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
580
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
581
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
582
+ I, [2019-03-14T09:07:47.160281 #3862] INFO -- : Started GET "/cally" for fe80::182d:ab95:1519:befe at 2019-03-14 09:07:47 +0000
583
+ F, [2019-03-14T09:07:47.161316 #3862] FATAL -- :
584
+ F, [2019-03-14T09:07:47.161444 #3862] FATAL -- : ActionController::RoutingError (No route matches [GET] "/cally"):
585
+ F, [2019-03-14T09:07:47.161549 #3862] FATAL -- :
586
+ F, [2019-03-14T09:07:47.161657 #3862] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
587
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
588
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
589
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
590
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
591
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
592
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
593
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
594
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
595
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
596
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
597
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
598
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
599
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
600
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
601
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
602
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
603
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
604
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
605
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
606
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
607
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
608
+ I, [2019-03-14T09:08:00.214259 #3862] INFO -- : Started GET "/cally/login" for fe80::182d:ab95:1519:befe at 2019-03-14 09:08:00 +0000
609
+ I, [2019-03-14T09:08:00.216485 #3862] INFO -- : Processing by Cally::UsersController#login as HTML
610
+ D, [2019-03-14T09:08:00.289524 #3862] DEBUG -- :  (1.4ms) SELECT COUNT(*) FROM "cally_users"
611
+ I, [2019-03-14T09:08:00.292097 #3862] INFO -- : Redirected to http://devbox.local/cally/users/new
612
+ I, [2019-03-14T09:08:00.292426 #3862] INFO -- : Completed 302 Found in 76ms (ActiveRecord: 5.7ms)
613
+ I, [2019-03-14T09:08:00.300819 #3862] INFO -- : Started GET "/cally/users/new" for fe80::182d:ab95:1519:befe at 2019-03-14 09:08:00 +0000
614
+ I, [2019-03-14T09:08:00.303159 #3862] INFO -- : Processing by Cally::UsersController#new as HTML
615
+ D, [2019-03-14T09:08:00.304082 #3862] DEBUG -- :  (0.1ms) SELECT COUNT(*) FROM "cally_users"
616
+ I, [2019-03-14T09:08:00.342716 #3862] INFO -- : Rendering /home/ellen/cally/app/views/cally/users/new.html.erb within layouts/cally/application
617
+ I, [2019-03-14T09:08:00.362437 #3862] INFO -- : Rendered /home/ellen/cally/app/views/cally/shared/_header.html.erb (5.0ms)
618
+ I, [2019-03-14T09:08:00.375290 #3862] INFO -- : Rendered /home/ellen/cally/app/views/cally/shared/_errors.html.erb (1.8ms)
619
+ I, [2019-03-14T09:08:00.377084 #3862] INFO -- : Rendered /home/ellen/cally/app/views/cally/shared/_messages.html.erb (0.5ms)
620
+ I, [2019-03-14T09:08:00.379234 #3862] INFO -- : Rendered /home/ellen/cally/app/views/cally/users/new.html.erb within layouts/cally/application (36.3ms)
621
+ I, [2019-03-14T09:08:00.382057 #3862] INFO -- : Completed 200 OK in 79ms (Views: 45.0ms | ActiveRecord: 0.6ms)
622
+ I, [2019-03-14T09:08:00.436659 #3862] INFO -- : Started GET "/stylesheets/cally/application.css" for fe80::182d:ab95:1519:befe at 2019-03-14 09:08:00 +0000
623
+ F, [2019-03-14T09:08:00.437492 #3862] FATAL -- :
624
+ F, [2019-03-14T09:08:00.437592 #3862] FATAL -- : ActionController::RoutingError (No route matches [GET] "/stylesheets/cally/application.css"):
625
+ F, [2019-03-14T09:08:00.437659 #3862] FATAL -- :
626
+ F, [2019-03-14T09:08:00.437733 #3862] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
627
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
628
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
629
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
630
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
631
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
632
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
633
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
634
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
635
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
636
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
637
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
638
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
639
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
640
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
641
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
642
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
643
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
644
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
645
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
646
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
647
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
648
+ I, [2019-03-14T09:08:00.450790 #3881] INFO -- : Started GET "/javascripts/cally/application.js" for fe80::182d:ab95:1519:befe at 2019-03-14 09:08:00 +0000
649
+ F, [2019-03-14T09:08:00.454200 #3881] FATAL -- :
650
+ F, [2019-03-14T09:08:00.454344 #3881] FATAL -- : ActionController::RoutingError (No route matches [GET] "/javascripts/cally/application.js"):
651
+ F, [2019-03-14T09:08:00.454423 #3881] FATAL -- :
652
+ F, [2019-03-14T09:08:00.454516 #3881] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
653
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
654
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
655
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
656
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
657
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
658
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
659
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
660
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
661
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
662
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
663
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
664
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
665
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
666
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
667
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
668
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
669
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
670
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
671
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
672
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
673
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
674
+ I, [2019-03-14T09:08:05.375174 #3862] INFO -- : Started GET "/cally/login" for fe80::182d:ab95:1519:befe at 2019-03-14 09:08:05 +0000
675
+ I, [2019-03-14T09:08:05.376872 #3862] INFO -- : Processing by Cally::UsersController#login as HTML
676
+ D, [2019-03-14T09:08:05.378245 #3862] DEBUG -- :  (0.2ms) SELECT COUNT(*) FROM "cally_users"
677
+ I, [2019-03-14T09:08:05.379332 #3862] INFO -- : Redirected to http://devbox.local/cally/users/new
678
+ I, [2019-03-14T09:08:05.380043 #3862] INFO -- : Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
679
+ I, [2019-03-14T09:08:05.385987 #3862] INFO -- : Started GET "/cally/users/new" for fe80::182d:ab95:1519:befe at 2019-03-14 09:08:05 +0000
680
+ I, [2019-03-14T09:08:05.386932 #3862] INFO -- : Processing by Cally::UsersController#new as HTML
681
+ D, [2019-03-14T09:08:05.388025 #3862] DEBUG -- :  (0.2ms) SELECT COUNT(*) FROM "cally_users"
682
+ I, [2019-03-14T09:08:05.389511 #3862] INFO -- : Rendering /home/ellen/cally/app/views/cally/users/new.html.erb within layouts/cally/application
683
+ I, [2019-03-14T09:08:05.391392 #3862] INFO -- : Rendered /home/ellen/cally/app/views/cally/shared/_header.html.erb (1.6ms)
684
+ I, [2019-03-14T09:08:05.391715 #3862] INFO -- : Rendered /home/ellen/cally/app/views/cally/shared/_errors.html.erb (0.0ms)
685
+ I, [2019-03-14T09:08:05.391889 #3862] INFO -- : Rendered /home/ellen/cally/app/views/cally/shared/_messages.html.erb (0.0ms)
686
+ I, [2019-03-14T09:08:05.392674 #3862] INFO -- : Rendered /home/ellen/cally/app/views/cally/users/new.html.erb within layouts/cally/application (3.0ms)
687
+ I, [2019-03-14T09:08:05.393290 #3862] INFO -- : Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms)
688
+ I, [2019-03-14T09:08:05.433710 #3881] INFO -- : Started GET "/javascripts/cally/application.js" for fe80::182d:ab95:1519:befe at 2019-03-14 09:08:05 +0000
689
+ F, [2019-03-14T09:08:05.435112 #3881] FATAL -- :
690
+ F, [2019-03-14T09:08:05.435345 #3881] FATAL -- : ActionController::RoutingError (No route matches [GET] "/javascripts/cally/application.js"):
691
+ F, [2019-03-14T09:08:05.439863 #3881] FATAL -- :
692
+ F, [2019-03-14T09:08:05.440611 #3881] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
693
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
694
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
695
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
696
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
697
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
698
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
699
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
700
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
701
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
702
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
703
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
704
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
705
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
706
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
707
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
708
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
709
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
710
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
711
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
712
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
713
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
714
+ I, [2019-03-14T09:08:05.444860 #3862] INFO -- : Started GET "/stylesheets/cally/application.css" for fe80::182d:ab95:1519:befe at 2019-03-14 09:08:05 +0000
715
+ F, [2019-03-14T09:08:05.450720 #3862] FATAL -- :
716
+ F, [2019-03-14T09:08:05.451753 #3862] FATAL -- : ActionController::RoutingError (No route matches [GET] "/stylesheets/cally/application.css"):
717
+ F, [2019-03-14T09:08:05.451984 #3862] FATAL -- :
718
+ F, [2019-03-14T09:08:05.452072 #3862] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
719
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
720
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
721
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
722
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
723
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
724
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
725
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
726
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
727
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
728
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
729
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
730
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
731
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
732
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
733
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
734
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
735
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
736
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
737
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
738
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
739
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
740
+ I, [2019-03-14T09:09:15.921862 #3862] INFO -- : Started GET "/cally/users/new" for fe80::182d:ab95:1519:befe at 2019-03-14 09:09:15 +0000
741
+ I, [2019-03-14T09:09:15.922699 #3862] INFO -- : Processing by Cally::UsersController#new as HTML
742
+ D, [2019-03-14T09:09:15.923514 #3862] DEBUG -- :  (0.2ms) SELECT COUNT(*) FROM "cally_users"
743
+ I, [2019-03-14T09:09:15.924202 #3862] INFO -- : Rendering /home/ellen/cally/app/views/cally/users/new.html.erb within layouts/cally/application
744
+ I, [2019-03-14T09:09:15.925432 #3862] INFO -- : Rendered /home/ellen/cally/app/views/cally/shared/_header.html.erb (0.9ms)
745
+ I, [2019-03-14T09:09:15.925761 #3862] INFO -- : Rendered /home/ellen/cally/app/views/cally/shared/_errors.html.erb (0.1ms)
746
+ I, [2019-03-14T09:09:15.925954 #3862] INFO -- : Rendered /home/ellen/cally/app/views/cally/shared/_messages.html.erb (0.0ms)
747
+ I, [2019-03-14T09:09:15.926747 #3862] INFO -- : Rendered /home/ellen/cally/app/views/cally/users/new.html.erb within layouts/cally/application (2.4ms)
748
+ I, [2019-03-14T09:09:15.927538 #3862] INFO -- : Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms)
749
+ I, [2019-03-14T09:09:15.958100 #3881] INFO -- : Started GET "/javascripts/cally/application.js" for fe80::182d:ab95:1519:befe at 2019-03-14 09:09:15 +0000
750
+ F, [2019-03-14T09:09:15.958850 #3881] FATAL -- :
751
+ F, [2019-03-14T09:09:15.959035 #3881] FATAL -- : ActionController::RoutingError (No route matches [GET] "/javascripts/cally/application.js"):
752
+ F, [2019-03-14T09:09:15.959305 #3881] FATAL -- :
753
+ F, [2019-03-14T09:09:15.959417 #3881] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
754
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
755
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
756
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
757
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
758
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
759
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
760
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
761
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
762
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
763
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
764
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
765
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
766
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
767
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
768
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
769
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
770
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
771
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
772
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
773
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
774
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
775
+ I, [2019-03-14T09:09:15.962357 #3862] INFO -- : Started GET "/stylesheets/cally/application.css" for fe80::182d:ab95:1519:befe at 2019-03-14 09:09:15 +0000
776
+ F, [2019-03-14T09:09:15.962977 #3862] FATAL -- :
777
+ F, [2019-03-14T09:09:15.963192 #3862] FATAL -- : ActionController::RoutingError (No route matches [GET] "/stylesheets/cally/application.css"):
778
+ F, [2019-03-14T09:09:15.963298 #3862] FATAL -- :
779
+ F, [2019-03-14T09:09:15.963393 #3862] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
780
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
781
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
782
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
783
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
784
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
785
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
786
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
787
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
788
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
789
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
790
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
791
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
792
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
793
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
794
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
795
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
796
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
797
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
798
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
799
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
800
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
801
+ I, [2019-03-14T09:09:45.008744 #3862] INFO -- : Started GET "/dummy" for fe80::182d:ab95:1519:befe at 2019-03-14 09:09:45 +0000
802
+ F, [2019-03-14T09:09:45.009366 #3862] FATAL -- :
803
+ F, [2019-03-14T09:09:45.009596 #3862] FATAL -- : ActionController::RoutingError (No route matches [GET] "/dummy"):
804
+ F, [2019-03-14T09:09:45.009706 #3862] FATAL -- :
805
+ F, [2019-03-14T09:09:45.009782 #3862] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
806
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
807
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
808
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
809
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
810
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
811
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
812
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
813
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
814
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
815
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
816
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
817
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
818
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
819
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
820
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
821
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
822
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
823
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
824
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
825
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
826
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
827
+ I, [2019-03-14T09:09:50.427780 #3862] INFO -- : Started GET "/dummy/login" for fe80::182d:ab95:1519:befe at 2019-03-14 09:09:50 +0000
828
+ F, [2019-03-14T09:09:50.428778 #3862] FATAL -- :
829
+ F, [2019-03-14T09:09:50.428873 #3862] FATAL -- : ActionController::RoutingError (No route matches [GET] "/dummy/login"):
830
+ F, [2019-03-14T09:09:50.428923 #3862] FATAL -- :
831
+ F, [2019-03-14T09:09:50.428981 #3862] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
832
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
833
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
834
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
835
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
836
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
837
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
838
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
839
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
840
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
841
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
842
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
843
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
844
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
845
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
846
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
847
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
848
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
849
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
850
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
851
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
852
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
853
+ I, [2019-03-14T09:10:00.296931 #3862] INFO -- : Started GET "/test/dummy/login" for fe80::182d:ab95:1519:befe at 2019-03-14 09:10:00 +0000
854
+ F, [2019-03-14T09:10:00.297584 #3862] FATAL -- :
855
+ F, [2019-03-14T09:10:00.297696 #3862] FATAL -- : ActionController::RoutingError (No route matches [GET] "/test/dummy/login"):
856
+ F, [2019-03-14T09:10:00.297755 #3862] FATAL -- :
857
+ F, [2019-03-14T09:10:00.297804 #3862] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
858
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
859
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
860
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
861
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
862
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
863
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
864
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
865
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
866
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
867
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
868
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
869
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
870
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
871
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
872
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
873
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
874
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
875
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
876
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
877
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
878
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
879
+ I, [2019-03-14T09:10:09.967472 #3862] INFO -- : Started GET "/test/login" for fe80::182d:ab95:1519:befe at 2019-03-14 09:10:09 +0000
880
+ F, [2019-03-14T09:10:09.968555 #3862] FATAL -- :
881
+ F, [2019-03-14T09:10:09.968903 #3862] FATAL -- : ActionController::RoutingError (No route matches [GET] "/test/login"):
882
+ F, [2019-03-14T09:10:09.969099 #3862] FATAL -- :
883
+ F, [2019-03-14T09:10:09.969442 #3862] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
884
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
885
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
886
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
887
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
888
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
889
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
890
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
891
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
892
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
893
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
894
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
895
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
896
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
897
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
898
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
899
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
900
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
901
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
902
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
903
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
904
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
905
+ I, [2019-03-14T09:10:26.464503 #3862] INFO -- : Started GET "/cally/login" for fe80::182d:ab95:1519:befe at 2019-03-14 09:10:26 +0000
906
+ I, [2019-03-14T09:10:26.465653 #3862] INFO -- : Processing by Cally::UsersController#login as HTML
907
+ D, [2019-03-14T09:10:26.467054 #3862] DEBUG -- :  (0.2ms) SELECT COUNT(*) FROM "cally_users"
908
+ I, [2019-03-14T09:10:26.467714 #3862] INFO -- : Redirected to http://devbox.local/cally/users/new
909
+ I, [2019-03-14T09:10:26.467941 #3862] INFO -- : Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
910
+ I, [2019-03-14T09:10:26.482932 #3862] INFO -- : Started GET "/cally/users/new" for fe80::182d:ab95:1519:befe at 2019-03-14 09:10:26 +0000
911
+ I, [2019-03-14T09:10:26.483729 #3862] INFO -- : Processing by Cally::UsersController#new as HTML
912
+ D, [2019-03-14T09:10:26.484391 #3862] DEBUG -- :  (0.1ms) SELECT COUNT(*) FROM "cally_users"
913
+ I, [2019-03-14T09:10:26.484893 #3862] INFO -- : Rendering /home/ellen/cally/app/views/cally/users/new.html.erb within layouts/cally/application
914
+ I, [2019-03-14T09:10:26.485613 #3862] INFO -- : Rendered /home/ellen/cally/app/views/cally/shared/_header.html.erb (0.5ms)
915
+ I, [2019-03-14T09:10:26.485792 #3862] INFO -- : Rendered /home/ellen/cally/app/views/cally/shared/_errors.html.erb (0.0ms)
916
+ I, [2019-03-14T09:10:26.485953 #3862] INFO -- : Rendered /home/ellen/cally/app/views/cally/shared/_messages.html.erb (0.0ms)
917
+ I, [2019-03-14T09:10:26.486980 #3862] INFO -- : Rendered /home/ellen/cally/app/views/cally/users/new.html.erb within layouts/cally/application (2.0ms)
918
+ I, [2019-03-14T09:10:26.487827 #3862] INFO -- : Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms)
919
+ I, [2019-03-14T09:10:26.524737 #3881] INFO -- : Started GET "/javascripts/cally/application.js" for fe80::182d:ab95:1519:befe at 2019-03-14 09:10:26 +0000
920
+ I, [2019-03-14T09:10:26.530142 #3862] INFO -- : Started GET "/stylesheets/cally/application.css" for fe80::182d:ab95:1519:befe at 2019-03-14 09:10:26 +0000
921
+ F, [2019-03-14T09:10:26.530932 #3862] FATAL -- :
922
+ F, [2019-03-14T09:10:26.526860 #3881] FATAL -- :
923
+ F, [2019-03-14T09:10:26.531234 #3881] FATAL -- : ActionController::RoutingError (No route matches [GET] "/javascripts/cally/application.js"):
924
+ F, [2019-03-14T09:10:26.531335 #3881] FATAL -- :
925
+ F, [2019-03-14T09:10:26.531421 #3881] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
926
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
927
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
928
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
929
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
930
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
931
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
932
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
933
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
934
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
935
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
936
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
937
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
938
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
939
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
940
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
941
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
942
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
943
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
944
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
945
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
946
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
947
+ F, [2019-03-14T09:10:26.531042 #3862] FATAL -- : ActionController::RoutingError (No route matches [GET] "/stylesheets/cally/application.css"):
948
+ F, [2019-03-14T09:10:26.536736 #3862] FATAL -- :
949
+ F, [2019-03-14T09:10:26.536875 #3862] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
950
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
951
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
952
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
953
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
954
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
955
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
956
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
957
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
958
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
959
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
960
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
961
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
962
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
963
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
964
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
965
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
966
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
967
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
968
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
969
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
970
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
971
+ I, [2019-03-14T09:19:10.741220 #3881] INFO -- : Started GET "/dummy/login" for fe80::182d:ab95:1519:befe at 2019-03-14 09:19:10 +0000
972
+ F, [2019-03-14T09:19:10.741748 #3881] FATAL -- :
973
+ F, [2019-03-14T09:19:10.741811 #3881] FATAL -- : ActionController::RoutingError (No route matches [GET] "/dummy/login"):
974
+ F, [2019-03-14T09:19:10.741856 #3881] FATAL -- :
975
+ F, [2019-03-14T09:19:10.741907 #3881] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
976
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
977
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
978
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
979
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
980
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
981
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
982
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
983
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
984
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
985
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
986
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
987
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
988
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
989
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
990
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
991
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
992
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
993
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
994
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
995
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
996
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
997
+ I, [2019-03-14T09:19:43.867712 #3881] INFO -- : Started GET "/test/dummy/login" for fe80::182d:ab95:1519:befe at 2019-03-14 09:19:43 +0000
998
+ F, [2019-03-14T09:19:43.868306 #3881] FATAL -- :
999
+ F, [2019-03-14T09:19:43.868371 #3881] FATAL -- : ActionController::RoutingError (No route matches [GET] "/test/dummy/login"):
1000
+ F, [2019-03-14T09:19:43.868415 #3881] FATAL -- :
1001
+ F, [2019-03-14T09:19:43.868465 #3881] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
1002
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
1003
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
1004
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
1005
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
1006
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
1007
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
1008
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
1009
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
1010
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
1011
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
1012
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
1013
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
1014
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
1015
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
1016
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
1017
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
1018
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
1019
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
1020
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
1021
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
1022
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
1023
+ I, [2019-03-14T09:19:53.456326 #3881] INFO -- : Started GET "/cally/login" for fe80::182d:ab95:1519:befe at 2019-03-14 09:19:53 +0000
1024
+ I, [2019-03-14T09:19:53.458557 #3881] INFO -- : Processing by Cally::UsersController#login as HTML
1025
+ D, [2019-03-14T09:19:53.465499 #3881] DEBUG -- :  (0.1ms) SELECT COUNT(*) FROM "cally_users"
1026
+ I, [2019-03-14T09:19:53.466488 #3881] INFO -- : Redirected to http://devbox.local/cally/users/new
1027
+ I, [2019-03-14T09:19:53.467967 #3881] INFO -- : Completed 302 Found in 9ms (ActiveRecord: 0.7ms)
1028
+ I, [2019-03-14T09:19:53.481001 #3881] INFO -- : Started GET "/cally/users/new" for fe80::182d:ab95:1519:befe at 2019-03-14 09:19:53 +0000
1029
+ I, [2019-03-14T09:19:53.481814 #3881] INFO -- : Processing by Cally::UsersController#new as HTML
1030
+ D, [2019-03-14T09:19:53.482707 #3881] DEBUG -- :  (0.2ms) SELECT COUNT(*) FROM "cally_users"
1031
+ I, [2019-03-14T09:19:53.505022 #3881] INFO -- : Rendering /home/ellen/cally/app/views/cally/users/new.html.erb within layouts/cally/application
1032
+ I, [2019-03-14T09:19:53.511381 #3881] INFO -- : Rendered /home/ellen/cally/app/views/cally/shared/_header.html.erb (5.1ms)
1033
+ I, [2019-03-14T09:19:53.512346 #3881] INFO -- : Rendered /home/ellen/cally/app/views/cally/shared/_errors.html.erb (0.4ms)
1034
+ I, [2019-03-14T09:19:53.513157 #3881] INFO -- : Rendered /home/ellen/cally/app/views/cally/shared/_messages.html.erb (0.3ms)
1035
+ I, [2019-03-14T09:19:53.514539 #3881] INFO -- : Rendered /home/ellen/cally/app/views/cally/users/new.html.erb within layouts/cally/application (9.4ms)
1036
+ I, [2019-03-14T09:19:53.515709 #3881] INFO -- : Completed 200 OK in 34ms (Views: 11.9ms | ActiveRecord: 3.0ms)
1037
+ I, [2019-03-14T09:19:53.570525 #3881] INFO -- : Started GET "/stylesheets/cally/application.css" for fe80::182d:ab95:1519:befe at 2019-03-14 09:19:53 +0000
1038
+ F, [2019-03-14T09:19:53.573770 #3881] FATAL -- :
1039
+ F, [2019-03-14T09:19:53.574000 #3881] FATAL -- : ActionController::RoutingError (No route matches [GET] "/stylesheets/cally/application.css"):
1040
+ F, [2019-03-14T09:19:53.574100 #3881] FATAL -- :
1041
+ F, [2019-03-14T09:19:53.574259 #3881] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
1042
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
1043
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
1044
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
1045
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
1046
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
1047
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
1048
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
1049
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
1050
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
1051
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
1052
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
1053
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
1054
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
1055
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
1056
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
1057
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
1058
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
1059
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
1060
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
1061
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
1062
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
1063
+ I, [2019-03-14T09:19:53.593989 #3881] INFO -- : Started GET "/javascripts/cally/application.js" for fe80::182d:ab95:1519:befe at 2019-03-14 09:19:53 +0000
1064
+ F, [2019-03-14T09:19:53.596389 #3881] FATAL -- :
1065
+ F, [2019-03-14T09:19:53.596706 #3881] FATAL -- : ActionController::RoutingError (No route matches [GET] "/javascripts/cally/application.js"):
1066
+ F, [2019-03-14T09:19:53.596849 #3881] FATAL -- :
1067
+ F, [2019-03-14T09:19:53.597104 #3881] FATAL -- : actionpack (5.2.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
1068
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
1069
+ railties (5.2.2.1) lib/rails/rack/logger.rb:38:in `call_app'
1070
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `block in call'
1071
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `block in tagged'
1072
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
1073
+ activesupport (5.2.2.1) lib/active_support/tagged_logging.rb:71:in `tagged'
1074
+ railties (5.2.2.1) lib/rails/rack/logger.rb:26:in `call'
1075
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
1076
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
1077
+ rack (2.0.6) lib/rack/method_override.rb:22:in `call'
1078
+ rack (2.0.6) lib/rack/runtime.rb:22:in `call'
1079
+ activesupport (5.2.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
1080
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
1081
+ actionpack (5.2.2.1) lib/action_dispatch/middleware/static.rb:127:in `call'
1082
+ rack (2.0.6) lib/rack/sendfile.rb:111:in `call'
1083
+ railties (5.2.2.1) lib/rails/engine.rb:524:in `call'
1084
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
1085
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
1086
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
1087
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
1088
+ passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cally
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gwen De Brul
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-23 00:00:00.000000000 Z
11
+ date: 2019-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails