onload 1.0.4 → 1.0.5
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/onload/core_ext/kernel_zeitwerk.rb +6 -1
- data/lib/onload/ext/bootsnap/autoload.rb +3 -0
- data/lib/onload/version.rb +1 -1
- data/spec/rails/controllers/home_controller_spec.rb +9 -0
- data/spec/rails/dummy/app/views/home/action_list.html.erb +1 -0
- data/spec/rails/dummy/config/application.rb +2 -0
- data/spec/rails/dummy/config/routes.rb +2 -1
- data/spec/rails/dummy/lib/primer/alpha/action_list/item.rb +11 -0
- data/spec/rails/dummy/lib/primer/alpha/action_list/item.up +11 -0
- data/spec/rails/dummy/lib/primer/alpha/action_list.rb +9 -0
- data/spec/rails/dummy/lib/primer/alpha/action_list.up +9 -0
- data/spec/rails/dummy/log/test.log +2150 -0
- data/spec/rails/dummy/tmp/local_secret.txt +1 -0
- data/spec/spec_setup.rb +1 -1
- metadata +9 -6
@@ -723,3 +723,2153 @@ Processing by HomeController#index as HTML
|
|
723
723
|
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 94)
|
724
724
|
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 149)
|
725
725
|
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 555)
|
726
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:54:05 -0700
|
727
|
+
Processing by HomeController#index as HTML
|
728
|
+
Rendering layout layouts/application.html.erb
|
729
|
+
Rendering home/index.html.erb within layouts/application
|
730
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 314)
|
731
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 510)
|
732
|
+
Completed 200 OK in 10ms (Views: 4.1ms | Allocations: 15172)
|
733
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:54:05 -0700
|
734
|
+
Processing by HomeController#index as HTML
|
735
|
+
Rendering layout layouts/application.html.erb
|
736
|
+
Rendering home/index.html.erb within layouts/application
|
737
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
738
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
739
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
740
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:54:05 -0700
|
741
|
+
Processing by HomeController#index as HTML
|
742
|
+
Rendering layout layouts/application.html.erb
|
743
|
+
Rendering home/index.html.erb within layouts/application
|
744
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 182)
|
745
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 330)
|
746
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 1065)
|
747
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:56:11 -0700
|
748
|
+
Processing by HomeController#index as HTML
|
749
|
+
Rendering layout layouts/application.html.erb
|
750
|
+
Rendering home/index.html.erb within layouts/application
|
751
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 312)
|
752
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | Allocations: 508)
|
753
|
+
Completed 200 OK in 12ms (Views: 4.6ms | Allocations: 15168)
|
754
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:56:11 -0700
|
755
|
+
Processing by HomeController#index as HTML
|
756
|
+
Rendering layout layouts/application.html.erb
|
757
|
+
Rendering home/index.html.erb within layouts/application
|
758
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
759
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
760
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
761
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:56:11 -0700
|
762
|
+
Processing by HomeController#index as HTML
|
763
|
+
Rendering layout layouts/application.html.erb
|
764
|
+
Rendering home/index.html.erb within layouts/application
|
765
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | Allocations: 182)
|
766
|
+
Rendered layout layouts/application.html.erb (Duration: 0.6ms | Allocations: 330)
|
767
|
+
Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 1062)
|
768
|
+
Started GET "/utils" for 127.0.0.1 at 2024-08-13 07:56:11 -0700
|
769
|
+
Processing by HomeController#utils as HTML
|
770
|
+
Rendering layout layouts/application.html.erb
|
771
|
+
Rendering home/utils.html.erb within layouts/application
|
772
|
+
Rendered home/utils.html.erb within layouts/application (Duration: 3.4ms | Allocations: 334)
|
773
|
+
Rendered layout layouts/application.html.erb (Duration: 3.6ms | Allocations: 482)
|
774
|
+
Completed 200 OK in 4ms (Views: 3.8ms | Allocations: 1026)
|
775
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:56:33 -0700
|
776
|
+
Processing by HomeController#index as HTML
|
777
|
+
Rendering layout layouts/application.html.erb
|
778
|
+
Rendering home/index.html.erb within layouts/application
|
779
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 314)
|
780
|
+
Rendered layout layouts/application.html.erb (Duration: 0.9ms | Allocations: 510)
|
781
|
+
Completed 200 OK in 10ms (Views: 3.7ms | Allocations: 15173)
|
782
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:56:33 -0700
|
783
|
+
Processing by HomeController#index as HTML
|
784
|
+
Rendering layout layouts/application.html.erb
|
785
|
+
Rendering home/index.html.erb within layouts/application
|
786
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
787
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
788
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
789
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:56:33 -0700
|
790
|
+
Processing by HomeController#index as HTML
|
791
|
+
Rendering layout layouts/application.html.erb
|
792
|
+
Rendering home/index.html.erb within layouts/application
|
793
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 182)
|
794
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 330)
|
795
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 1062)
|
796
|
+
Started GET "/utils" for 127.0.0.1 at 2024-08-13 07:56:33 -0700
|
797
|
+
Processing by HomeController#utils as HTML
|
798
|
+
Rendering layout layouts/application.html.erb
|
799
|
+
Rendering home/utils.html.erb within layouts/application
|
800
|
+
Rendered home/utils.html.erb within layouts/application (Duration: 3.1ms | Allocations: 304)
|
801
|
+
Rendered layout layouts/application.html.erb (Duration: 3.2ms | Allocations: 452)
|
802
|
+
Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 996)
|
803
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:56:59 -0700
|
804
|
+
Processing by HomeController#index as HTML
|
805
|
+
Rendering layout layouts/application.html.erb
|
806
|
+
Rendering home/index.html.erb within layouts/application
|
807
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 314)
|
808
|
+
Rendered layout layouts/application.html.erb (Duration: 0.9ms | Allocations: 510)
|
809
|
+
Completed 200 OK in 11ms (Views: 4.5ms | Allocations: 15173)
|
810
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:56:59 -0700
|
811
|
+
Processing by HomeController#index as HTML
|
812
|
+
Rendering layout layouts/application.html.erb
|
813
|
+
Rendering home/index.html.erb within layouts/application
|
814
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
815
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
816
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
817
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:56:59 -0700
|
818
|
+
Processing by HomeController#index as HTML
|
819
|
+
Rendering layout layouts/application.html.erb
|
820
|
+
Rendering home/index.html.erb within layouts/application
|
821
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 182)
|
822
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 330)
|
823
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 1062)
|
824
|
+
Started GET "/utils" for 127.0.0.1 at 2024-08-13 07:56:59 -0700
|
825
|
+
Processing by HomeController#utils as HTML
|
826
|
+
Rendering layout layouts/application.html.erb
|
827
|
+
Rendering home/utils.html.erb within layouts/application
|
828
|
+
Rendered home/utils.html.erb within layouts/application (Duration: 3.2ms | Allocations: 304)
|
829
|
+
Rendered layout layouts/application.html.erb (Duration: 3.3ms | Allocations: 452)
|
830
|
+
Completed 200 OK in 4ms (Views: 3.6ms | Allocations: 996)
|
831
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:58:15 -0700
|
832
|
+
Processing by HomeController#index as HTML
|
833
|
+
Rendering layout layouts/application.html.erb
|
834
|
+
Rendering home/index.html.erb within layouts/application
|
835
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 314)
|
836
|
+
Rendered layout layouts/application.html.erb (Duration: 0.9ms | Allocations: 510)
|
837
|
+
Completed 200 OK in 12ms (Views: 4.8ms | Allocations: 15173)
|
838
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:58:15 -0700
|
839
|
+
Processing by HomeController#index as HTML
|
840
|
+
Rendering layout layouts/application.html.erb
|
841
|
+
Rendering home/index.html.erb within layouts/application
|
842
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
843
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
844
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 250)
|
845
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:58:15 -0700
|
846
|
+
Processing by HomeController#index as HTML
|
847
|
+
Rendering layout layouts/application.html.erb
|
848
|
+
Rendering home/index.html.erb within layouts/application
|
849
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 182)
|
850
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 330)
|
851
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 1062)
|
852
|
+
Started GET "/utils" for 127.0.0.1 at 2024-08-13 07:58:15 -0700
|
853
|
+
Processing by HomeController#utils as HTML
|
854
|
+
Rendering layout layouts/application.html.erb
|
855
|
+
Rendering home/utils.html.erb within layouts/application
|
856
|
+
Rendered home/utils.html.erb within layouts/application (Duration: 3.4ms | Allocations: 334)
|
857
|
+
Rendered layout layouts/application.html.erb (Duration: 3.5ms | Allocations: 482)
|
858
|
+
Completed 200 OK in 4ms (Views: 3.9ms | Allocations: 1026)
|
859
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:58:41 -0700
|
860
|
+
Processing by HomeController#index as HTML
|
861
|
+
Rendering layout layouts/application.html.erb
|
862
|
+
Rendering home/index.html.erb within layouts/application
|
863
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 314)
|
864
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 510)
|
865
|
+
Completed 200 OK in 10ms (Views: 3.9ms | Allocations: 15173)
|
866
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:58:41 -0700
|
867
|
+
Processing by HomeController#index as HTML
|
868
|
+
Rendering layout layouts/application.html.erb
|
869
|
+
Rendering home/index.html.erb within layouts/application
|
870
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
871
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
872
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
873
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 07:58:41 -0700
|
874
|
+
Processing by HomeController#index as HTML
|
875
|
+
Rendering layout layouts/application.html.erb
|
876
|
+
Rendering home/index.html.erb within layouts/application
|
877
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 182)
|
878
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 330)
|
879
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 1062)
|
880
|
+
Started GET "/utils" for 127.0.0.1 at 2024-08-13 07:58:41 -0700
|
881
|
+
Processing by HomeController#utils as HTML
|
882
|
+
Rendering layout layouts/application.html.erb
|
883
|
+
Rendering home/utils.html.erb within layouts/application
|
884
|
+
Rendered home/utils.html.erb within layouts/application (Duration: 3.5ms | Allocations: 339)
|
885
|
+
Rendered layout layouts/application.html.erb (Duration: 3.6ms | Allocations: 487)
|
886
|
+
Completed 200 OK in 4ms (Views: 3.9ms | Allocations: 1031)
|
887
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 08:03:27 -0700
|
888
|
+
Processing by HomeController#index as HTML
|
889
|
+
Rendering layout layouts/application.html.erb
|
890
|
+
Rendering home/index.html.erb within layouts/application
|
891
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 313)
|
892
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 509)
|
893
|
+
Completed 200 OK in 12ms (Views: 4.8ms | Allocations: 15157)
|
894
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 08:03:27 -0700
|
895
|
+
Processing by HomeController#index as HTML
|
896
|
+
Rendering layout layouts/application.html.erb
|
897
|
+
Rendering home/index.html.erb within layouts/application
|
898
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
899
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
900
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
901
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 08:03:27 -0700
|
902
|
+
Processing by HomeController#index as HTML
|
903
|
+
Rendering layout layouts/application.html.erb
|
904
|
+
Rendering home/index.html.erb within layouts/application
|
905
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
906
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
907
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 1063)
|
908
|
+
Started GET "/action_list" for 127.0.0.1 at 2024-08-13 08:03:27 -0700
|
909
|
+
Processing by HomeController#action_list as HTML
|
910
|
+
Rendering layout layouts/application.html.erb
|
911
|
+
Rendering home/action_list.html.erb within layouts/application
|
912
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 4981.0ms | Allocations: 481033)
|
913
|
+
Rendered layout layouts/application.html.erb (Duration: 4981.2ms | Allocations: 481358)
|
914
|
+
Completed 200 OK in 4982ms (Views: 4981.6ms | Allocations: 481971)
|
915
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 08:04:51 -0700
|
916
|
+
Processing by HomeController#index as HTML
|
917
|
+
Rendering layout layouts/application.html.erb
|
918
|
+
Rendering home/index.html.erb within layouts/application
|
919
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 313)
|
920
|
+
Rendered layout layouts/application.html.erb (Duration: 0.9ms | Allocations: 509)
|
921
|
+
Completed 200 OK in 11ms (Views: 4.6ms | Allocations: 15157)
|
922
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 08:04:51 -0700
|
923
|
+
Processing by HomeController#index as HTML
|
924
|
+
Rendering layout layouts/application.html.erb
|
925
|
+
Rendering home/index.html.erb within layouts/application
|
926
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
927
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
928
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
929
|
+
Started GET "/" for 127.0.0.1 at 2024-08-13 08:04:51 -0700
|
930
|
+
Processing by HomeController#index as HTML
|
931
|
+
Rendering layout layouts/application.html.erb
|
932
|
+
Rendering home/index.html.erb within layouts/application
|
933
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
934
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 329)
|
935
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 1063)
|
936
|
+
Started GET "/action_list" for 127.0.0.1 at 2024-08-13 08:04:51 -0700
|
937
|
+
Processing by HomeController#action_list as HTML
|
938
|
+
Rendering layout layouts/application.html.erb
|
939
|
+
Rendering home/action_list.html.erb within layouts/application
|
940
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 1839.4ms | Allocations: 409723)
|
941
|
+
Rendered layout layouts/application.html.erb (Duration: 1840.2ms | Allocations: 410048)
|
942
|
+
Completed 200 OK in 1841ms (Views: 1840.6ms | Allocations: 410661)
|
943
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:24 -0700
|
944
|
+
Processing by HomeController#index as HTML
|
945
|
+
Rendering home/index.html.erb within layouts/application
|
946
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 1790)
|
947
|
+
Completed 200 OK in 7ms (Views: 3.8ms | Allocations: 10637)
|
948
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:24 -0700
|
949
|
+
Processing by HomeController#index as HTML
|
950
|
+
Rendering home/index.html.erb within layouts/application
|
951
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
952
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 289)
|
953
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:24 -0700
|
954
|
+
Processing by HomeController#index as HTML
|
955
|
+
Rendering home/index.html.erb within layouts/application
|
956
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 122)
|
957
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 777)
|
958
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:34:24 -0700
|
959
|
+
Processing by HomeController#action_list as HTML
|
960
|
+
Rendering home/action_list.html.erb within layouts/application
|
961
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.2ms | Allocations: 781)
|
962
|
+
Completed 200 OK in 17ms (Views: 16.6ms | Allocations: 1547)
|
963
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:28 -0700
|
964
|
+
Processing by HomeController#index as HTML
|
965
|
+
Rendering layout layouts/application.html.erb
|
966
|
+
Rendering home/index.html.erb within layouts/application
|
967
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 1773)
|
968
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 1965)
|
969
|
+
Completed 200 OK in 6ms (Views: 3.1ms | Allocations: 9935)
|
970
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:28 -0700
|
971
|
+
Processing by HomeController#index as HTML
|
972
|
+
Rendering layout layouts/application.html.erb
|
973
|
+
Rendering home/index.html.erb within layouts/application
|
974
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
975
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 59)
|
976
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 306)
|
977
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:28 -0700
|
978
|
+
Processing by HomeController#index as HTML
|
979
|
+
Rendering layout layouts/application.html.erb
|
980
|
+
Rendering home/index.html.erb within layouts/application
|
981
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 122)
|
982
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 186)
|
983
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 696)
|
984
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:34:28 -0700
|
985
|
+
Processing by HomeController#action_list as HTML
|
986
|
+
Rendering layout layouts/application.html.erb
|
987
|
+
Rendering home/action_list.html.erb within layouts/application
|
988
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 15.2ms | Allocations: 779)
|
989
|
+
Rendered layout layouts/application.html.erb (Duration: 15.3ms | Allocations: 843)
|
990
|
+
Completed 200 OK in 16ms (Views: 15.5ms | Allocations: 1457)
|
991
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:31 -0700
|
992
|
+
Processing by HomeController#index as HTML
|
993
|
+
Rendering layout layouts/application.html.erb
|
994
|
+
Rendering home/index.html.erb within layouts/application
|
995
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 1750)
|
996
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 1944)
|
997
|
+
Completed 200 OK in 8ms (Views: 3.4ms | Allocations: 11896)
|
998
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:31 -0700
|
999
|
+
Processing by HomeController#index as HTML
|
1000
|
+
Rendering layout layouts/application.html.erb
|
1001
|
+
Rendering home/index.html.erb within layouts/application
|
1002
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
1003
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 59)
|
1004
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 286)
|
1005
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:31 -0700
|
1006
|
+
Processing by HomeController#index as HTML
|
1007
|
+
Rendering layout layouts/application.html.erb
|
1008
|
+
Rendering home/index.html.erb within layouts/application
|
1009
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 121)
|
1010
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 185)
|
1011
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 677)
|
1012
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:34:31 -0700
|
1013
|
+
Processing by HomeController#action_list as HTML
|
1014
|
+
Rendering layout layouts/application.html.erb
|
1015
|
+
Rendering home/action_list.html.erb within layouts/application
|
1016
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 13.9ms | Allocations: 798)
|
1017
|
+
Rendered layout layouts/application.html.erb (Duration: 14.0ms | Allocations: 862)
|
1018
|
+
Completed 200 OK in 14ms (Views: 14.2ms | Allocations: 1350)
|
1019
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:43 -0700
|
1020
|
+
Processing by HomeController#index as HTML
|
1021
|
+
Rendering layout layouts/application.html.erb
|
1022
|
+
Rendering home/index.html.erb within layouts/application
|
1023
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1770)
|
1024
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 1966)
|
1025
|
+
Completed 200 OK in 7ms (Views: 3.4ms | Allocations: 9713)
|
1026
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:43 -0700
|
1027
|
+
Processing by HomeController#index as HTML
|
1028
|
+
Rendering layout layouts/application.html.erb
|
1029
|
+
Rendering home/index.html.erb within layouts/application
|
1030
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
1031
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
1032
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 312)
|
1033
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:43 -0700
|
1034
|
+
Processing by HomeController#index as HTML
|
1035
|
+
Rendering layout layouts/application.html.erb
|
1036
|
+
Rendering home/index.html.erb within layouts/application
|
1037
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 120)
|
1038
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 186)
|
1039
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 691)
|
1040
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:34:43 -0700
|
1041
|
+
Processing by HomeController#action_list as HTML
|
1042
|
+
Rendering layout layouts/application.html.erb
|
1043
|
+
Rendering home/action_list.html.erb within layouts/application
|
1044
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.4ms | Allocations: 747)
|
1045
|
+
Rendered layout layouts/application.html.erb (Duration: 16.5ms | Allocations: 813)
|
1046
|
+
Completed 200 OK in 17ms (Views: 16.7ms | Allocations: 1418)
|
1047
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:47 -0700
|
1048
|
+
Processing by HomeController#index as HTML
|
1049
|
+
Rendering layout layouts/application.html.erb
|
1050
|
+
Rendering home/index.html.erb within layouts/application
|
1051
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1746)
|
1052
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 1943)
|
1053
|
+
Completed 200 OK in 8ms (Views: 3.4ms | Allocations: 11699)
|
1054
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:47 -0700
|
1055
|
+
Processing by HomeController#index as HTML
|
1056
|
+
Rendering layout layouts/application.html.erb
|
1057
|
+
Rendering home/index.html.erb within layouts/application
|
1058
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
1059
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
1060
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 290)
|
1061
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:47 -0700
|
1062
|
+
Processing by HomeController#index as HTML
|
1063
|
+
Rendering layout layouts/application.html.erb
|
1064
|
+
Rendering home/index.html.erb within layouts/application
|
1065
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 119)
|
1066
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 185)
|
1067
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 672)
|
1068
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:34:47 -0700
|
1069
|
+
Processing by HomeController#action_list as HTML
|
1070
|
+
Rendering layout layouts/application.html.erb
|
1071
|
+
Rendering home/action_list.html.erb within layouts/application
|
1072
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.5ms | Allocations: 762)
|
1073
|
+
Rendered layout layouts/application.html.erb (Duration: 14.6ms | Allocations: 828)
|
1074
|
+
Completed 200 OK in 15ms (Views: 14.8ms | Allocations: 1311)
|
1075
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:56 -0700
|
1076
|
+
Processing by HomeController#index as HTML
|
1077
|
+
Rendering layout layouts/application.html.erb
|
1078
|
+
Rendering home/index.html.erb within layouts/application
|
1079
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1985)
|
1080
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 2154)
|
1081
|
+
Completed 200 OK in 7ms (Views: 3.5ms | Allocations: 10779)
|
1082
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:56 -0700
|
1083
|
+
Processing by HomeController#index as HTML
|
1084
|
+
Rendering layout layouts/application.html.erb
|
1085
|
+
Rendering home/index.html.erb within layouts/application
|
1086
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1087
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 57)
|
1088
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 261)
|
1089
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:34:56 -0700
|
1090
|
+
Processing by HomeController#index as HTML
|
1091
|
+
Rendering layout layouts/application.html.erb
|
1092
|
+
Rendering home/index.html.erb within layouts/application
|
1093
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 94)
|
1094
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 147)
|
1095
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 573)
|
1096
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:34:56 -0700
|
1097
|
+
Processing by HomeController#action_list as HTML
|
1098
|
+
Rendering layout layouts/application.html.erb
|
1099
|
+
Rendering home/action_list.html.erb within layouts/application
|
1100
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 13.5ms | Allocations: 631)
|
1101
|
+
Rendered layout layouts/application.html.erb (Duration: 13.6ms | Allocations: 684)
|
1102
|
+
Completed 200 OK in 14ms (Views: 13.8ms | Allocations: 1213)
|
1103
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:35:00 -0700
|
1104
|
+
Processing by HomeController#index as HTML
|
1105
|
+
Rendering layout layouts/application.html.erb
|
1106
|
+
Rendering home/index.html.erb within layouts/application
|
1107
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 1958)
|
1108
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 2129)
|
1109
|
+
Completed 200 OK in 8ms (Views: 3.3ms | Allocations: 12923)
|
1110
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:35:00 -0700
|
1111
|
+
Processing by HomeController#index as HTML
|
1112
|
+
Rendering layout layouts/application.html.erb
|
1113
|
+
Rendering home/index.html.erb within layouts/application
|
1114
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1115
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 58)
|
1116
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 240)
|
1117
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:35:00 -0700
|
1118
|
+
Processing by HomeController#index as HTML
|
1119
|
+
Rendering layout layouts/application.html.erb
|
1120
|
+
Rendering home/index.html.erb within layouts/application
|
1121
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 94)
|
1122
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 149)
|
1123
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 554)
|
1124
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:35:00 -0700
|
1125
|
+
Processing by HomeController#action_list as HTML
|
1126
|
+
Rendering layout layouts/application.html.erb
|
1127
|
+
Rendering home/action_list.html.erb within layouts/application
|
1128
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 11.7ms | Allocations: 637)
|
1129
|
+
Rendered layout layouts/application.html.erb (Duration: 11.7ms | Allocations: 692)
|
1130
|
+
Completed 200 OK in 12ms (Views: 11.9ms | Allocations: 1097)
|
1131
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:37 -0700
|
1132
|
+
Processing by HomeController#index as HTML
|
1133
|
+
Rendering home/index.html.erb within layouts/application
|
1134
|
+
Rendered home/index.html.erb within layouts/application (0.8ms)
|
1135
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
1136
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:37 -0700
|
1137
|
+
Processing by HomeController#index as HTML
|
1138
|
+
Rendering home/index.html.erb within layouts/application
|
1139
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1140
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
1141
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:37 -0700
|
1142
|
+
Processing by HomeController#index as HTML
|
1143
|
+
Rendering home/index.html.erb within layouts/application
|
1144
|
+
Rendered home/index.html.erb within layouts/application (0.3ms)
|
1145
|
+
Completed 200 OK in 4ms (Views: 3.5ms)
|
1146
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:38:37 -0700
|
1147
|
+
Processing by HomeController#action_list as HTML
|
1148
|
+
Rendering home/action_list.html.erb within layouts/application
|
1149
|
+
Rendered home/action_list.html.erb within layouts/application (1.3ms)
|
1150
|
+
Completed 200 OK in 2ms (Views: 1.9ms)
|
1151
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:42 -0700
|
1152
|
+
Processing by HomeController#index as HTML
|
1153
|
+
Rendering home/index.html.erb within layouts/application
|
1154
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1641)
|
1155
|
+
Completed 200 OK in 6ms (Views: 3.3ms | Allocations: 9827)
|
1156
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:42 -0700
|
1157
|
+
Processing by HomeController#index as HTML
|
1158
|
+
Rendering home/index.html.erb within layouts/application
|
1159
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1160
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 237)
|
1161
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:42 -0700
|
1162
|
+
Processing by HomeController#index as HTML
|
1163
|
+
Rendering home/index.html.erb within layouts/application
|
1164
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 84)
|
1165
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 467)
|
1166
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:38:42 -0700
|
1167
|
+
Processing by HomeController#action_list as HTML
|
1168
|
+
Rendering home/action_list.html.erb within layouts/application
|
1169
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.1ms | Allocations: 586)
|
1170
|
+
Completed 200 OK in 16ms (Views: 16.3ms | Allocations: 1081)
|
1171
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:47 -0700
|
1172
|
+
Processing by HomeController#index as HTML
|
1173
|
+
Rendering layout layouts/application.html.erb
|
1174
|
+
Rendering home/index.html.erb within layouts/application
|
1175
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 1623)
|
1176
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 1750)
|
1177
|
+
Completed 200 OK in 6ms (Views: 3.1ms | Allocations: 9173)
|
1178
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:47 -0700
|
1179
|
+
Processing by HomeController#index as HTML
|
1180
|
+
Rendering layout layouts/application.html.erb
|
1181
|
+
Rendering home/index.html.erb within layouts/application
|
1182
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1183
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 48)
|
1184
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 249)
|
1185
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:47 -0700
|
1186
|
+
Processing by HomeController#index as HTML
|
1187
|
+
Rendering layout layouts/application.html.erb
|
1188
|
+
Rendering home/index.html.erb within layouts/application
|
1189
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 82)
|
1190
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 122)
|
1191
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 435)
|
1192
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:38:47 -0700
|
1193
|
+
Processing by HomeController#action_list as HTML
|
1194
|
+
Rendering layout layouts/application.html.erb
|
1195
|
+
Rendering home/action_list.html.erb within layouts/application
|
1196
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.5ms | Allocations: 579)
|
1197
|
+
Rendered layout layouts/application.html.erb (Duration: 14.6ms | Allocations: 619)
|
1198
|
+
Completed 200 OK in 15ms (Views: 14.8ms | Allocations: 1036)
|
1199
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:52 -0700
|
1200
|
+
Processing by HomeController#index as HTML
|
1201
|
+
Rendering layout layouts/application.html.erb
|
1202
|
+
Rendering home/index.html.erb within layouts/application
|
1203
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1599)
|
1204
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 1729)
|
1205
|
+
Completed 200 OK in 7ms (Views: 3.1ms | Allocations: 11032)
|
1206
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:52 -0700
|
1207
|
+
Processing by HomeController#index as HTML
|
1208
|
+
Rendering layout layouts/application.html.erb
|
1209
|
+
Rendering home/index.html.erb within layouts/application
|
1210
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1211
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 48)
|
1212
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 225)
|
1213
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:52 -0700
|
1214
|
+
Processing by HomeController#index as HTML
|
1215
|
+
Rendering layout layouts/application.html.erb
|
1216
|
+
Rendering home/index.html.erb within layouts/application
|
1217
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 82)
|
1218
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 122)
|
1219
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 411)
|
1220
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:38:52 -0700
|
1221
|
+
Processing by HomeController#action_list as HTML
|
1222
|
+
Rendering layout layouts/application.html.erb
|
1223
|
+
Rendering home/action_list.html.erb within layouts/application
|
1224
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.8ms | Allocations: 586)
|
1225
|
+
Rendered layout layouts/application.html.erb (Duration: 14.8ms | Allocations: 626)
|
1226
|
+
Completed 200 OK in 15ms (Views: 15.0ms | Allocations: 916)
|
1227
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:53 -0700
|
1228
|
+
Processing by HomeController#index as HTML
|
1229
|
+
Rendering home/index.html.erb within layouts/application
|
1230
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1790)
|
1231
|
+
Completed 200 OK in 7ms (Views: 3.7ms | Allocations: 10637)
|
1232
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:53 -0700
|
1233
|
+
Processing by HomeController#index as HTML
|
1234
|
+
Rendering home/index.html.erb within layouts/application
|
1235
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
1236
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 289)
|
1237
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:53 -0700
|
1238
|
+
Processing by HomeController#index as HTML
|
1239
|
+
Rendering home/index.html.erb within layouts/application
|
1240
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 122)
|
1241
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 777)
|
1242
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:38:53 -0700
|
1243
|
+
Processing by HomeController#action_list as HTML
|
1244
|
+
Rendering home/action_list.html.erb within layouts/application
|
1245
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 12.9ms | Allocations: 781)
|
1246
|
+
Completed 200 OK in 13ms (Views: 13.2ms | Allocations: 1547)
|
1247
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:55 -0700
|
1248
|
+
Processing by HomeController#index as HTML
|
1249
|
+
Rendering layout layouts/application.html.erb
|
1250
|
+
Rendering home/index.html.erb within layouts/application
|
1251
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1773)
|
1252
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 1965)
|
1253
|
+
Completed 200 OK in 7ms (Views: 3.7ms | Allocations: 9933)
|
1254
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:55 -0700
|
1255
|
+
Processing by HomeController#index as HTML
|
1256
|
+
Rendering layout layouts/application.html.erb
|
1257
|
+
Rendering home/index.html.erb within layouts/application
|
1258
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
1259
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 59)
|
1260
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 306)
|
1261
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:55 -0700
|
1262
|
+
Processing by HomeController#index as HTML
|
1263
|
+
Rendering layout layouts/application.html.erb
|
1264
|
+
Rendering home/index.html.erb within layouts/application
|
1265
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 122)
|
1266
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 186)
|
1267
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 696)
|
1268
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:38:55 -0700
|
1269
|
+
Processing by HomeController#action_list as HTML
|
1270
|
+
Rendering layout layouts/application.html.erb
|
1271
|
+
Rendering home/action_list.html.erb within layouts/application
|
1272
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.6ms | Allocations: 782)
|
1273
|
+
Rendered layout layouts/application.html.erb (Duration: 16.7ms | Allocations: 846)
|
1274
|
+
Completed 200 OK in 17ms (Views: 16.9ms | Allocations: 1461)
|
1275
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:56 -0700
|
1276
|
+
Processing by HomeController#index as HTML
|
1277
|
+
Rendering layout layouts/application.html.erb
|
1278
|
+
Rendering home/index.html.erb within layouts/application
|
1279
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1750)
|
1280
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 1944)
|
1281
|
+
Completed 200 OK in 9ms (Views: 3.5ms | Allocations: 11896)
|
1282
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:56 -0700
|
1283
|
+
Processing by HomeController#index as HTML
|
1284
|
+
Rendering layout layouts/application.html.erb
|
1285
|
+
Rendering home/index.html.erb within layouts/application
|
1286
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
1287
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 59)
|
1288
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 286)
|
1289
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:56 -0700
|
1290
|
+
Processing by HomeController#index as HTML
|
1291
|
+
Rendering layout layouts/application.html.erb
|
1292
|
+
Rendering home/index.html.erb within layouts/application
|
1293
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 121)
|
1294
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 185)
|
1295
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 677)
|
1296
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:38:56 -0700
|
1297
|
+
Processing by HomeController#action_list as HTML
|
1298
|
+
Rendering layout layouts/application.html.erb
|
1299
|
+
Rendering home/action_list.html.erb within layouts/application
|
1300
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 13.3ms | Allocations: 798)
|
1301
|
+
Rendered layout layouts/application.html.erb (Duration: 13.4ms | Allocations: 862)
|
1302
|
+
Completed 200 OK in 14ms (Views: 13.6ms | Allocations: 1350)
|
1303
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:58 -0700
|
1304
|
+
Processing by HomeController#index as HTML
|
1305
|
+
Rendering layout layouts/application.html.erb
|
1306
|
+
Rendering home/index.html.erb within layouts/application
|
1307
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1770)
|
1308
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 1966)
|
1309
|
+
Completed 200 OK in 7ms (Views: 3.6ms | Allocations: 9713)
|
1310
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:58 -0700
|
1311
|
+
Processing by HomeController#index as HTML
|
1312
|
+
Rendering layout layouts/application.html.erb
|
1313
|
+
Rendering home/index.html.erb within layouts/application
|
1314
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
1315
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
1316
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 312)
|
1317
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:58 -0700
|
1318
|
+
Processing by HomeController#index as HTML
|
1319
|
+
Rendering layout layouts/application.html.erb
|
1320
|
+
Rendering home/index.html.erb within layouts/application
|
1321
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 120)
|
1322
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 186)
|
1323
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 691)
|
1324
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:38:58 -0700
|
1325
|
+
Processing by HomeController#action_list as HTML
|
1326
|
+
Rendering layout layouts/application.html.erb
|
1327
|
+
Rendering home/action_list.html.erb within layouts/application
|
1328
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 15.3ms | Allocations: 747)
|
1329
|
+
Rendered layout layouts/application.html.erb (Duration: 15.4ms | Allocations: 813)
|
1330
|
+
Completed 200 OK in 16ms (Views: 15.6ms | Allocations: 1418)
|
1331
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:59 -0700
|
1332
|
+
Processing by HomeController#index as HTML
|
1333
|
+
Rendering layout layouts/application.html.erb
|
1334
|
+
Rendering home/index.html.erb within layouts/application
|
1335
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1746)
|
1336
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 1943)
|
1337
|
+
Completed 200 OK in 9ms (Views: 3.7ms | Allocations: 11699)
|
1338
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:59 -0700
|
1339
|
+
Processing by HomeController#index as HTML
|
1340
|
+
Rendering layout layouts/application.html.erb
|
1341
|
+
Rendering home/index.html.erb within layouts/application
|
1342
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
1343
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
1344
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 290)
|
1345
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:38:59 -0700
|
1346
|
+
Processing by HomeController#index as HTML
|
1347
|
+
Rendering layout layouts/application.html.erb
|
1348
|
+
Rendering home/index.html.erb within layouts/application
|
1349
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 119)
|
1350
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 185)
|
1351
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 672)
|
1352
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:38:59 -0700
|
1353
|
+
Processing by HomeController#action_list as HTML
|
1354
|
+
Rendering layout layouts/application.html.erb
|
1355
|
+
Rendering home/action_list.html.erb within layouts/application
|
1356
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 13.7ms | Allocations: 762)
|
1357
|
+
Rendered layout layouts/application.html.erb (Duration: 13.7ms | Allocations: 828)
|
1358
|
+
Completed 200 OK in 14ms (Views: 14.0ms | Allocations: 1311)
|
1359
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:39:01 -0700
|
1360
|
+
Processing by HomeController#index as HTML
|
1361
|
+
Rendering layout layouts/application.html.erb
|
1362
|
+
Rendering home/index.html.erb within layouts/application
|
1363
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1985)
|
1364
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 2154)
|
1365
|
+
Completed 200 OK in 7ms (Views: 3.6ms | Allocations: 10779)
|
1366
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:39:01 -0700
|
1367
|
+
Processing by HomeController#index as HTML
|
1368
|
+
Rendering layout layouts/application.html.erb
|
1369
|
+
Rendering home/index.html.erb within layouts/application
|
1370
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1371
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 57)
|
1372
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 261)
|
1373
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:39:01 -0700
|
1374
|
+
Processing by HomeController#index as HTML
|
1375
|
+
Rendering layout layouts/application.html.erb
|
1376
|
+
Rendering home/index.html.erb within layouts/application
|
1377
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 94)
|
1378
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 147)
|
1379
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 573)
|
1380
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:39:01 -0700
|
1381
|
+
Processing by HomeController#action_list as HTML
|
1382
|
+
Rendering layout layouts/application.html.erb
|
1383
|
+
Rendering home/action_list.html.erb within layouts/application
|
1384
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 12.4ms | Allocations: 631)
|
1385
|
+
Rendered layout layouts/application.html.erb (Duration: 12.5ms | Allocations: 684)
|
1386
|
+
Completed 200 OK in 13ms (Views: 12.7ms | Allocations: 1213)
|
1387
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:39:02 -0700
|
1388
|
+
Processing by HomeController#index as HTML
|
1389
|
+
Rendering layout layouts/application.html.erb
|
1390
|
+
Rendering home/index.html.erb within layouts/application
|
1391
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.5ms | Allocations: 1958)
|
1392
|
+
Rendered layout layouts/application.html.erb (Duration: 1.8ms | Allocations: 2129)
|
1393
|
+
Completed 200 OK in 10ms (Views: 4.5ms | Allocations: 12922)
|
1394
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:39:02 -0700
|
1395
|
+
Processing by HomeController#index as HTML
|
1396
|
+
Rendering layout layouts/application.html.erb
|
1397
|
+
Rendering home/index.html.erb within layouts/application
|
1398
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1399
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 58)
|
1400
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 240)
|
1401
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:39:02 -0700
|
1402
|
+
Processing by HomeController#index as HTML
|
1403
|
+
Rendering layout layouts/application.html.erb
|
1404
|
+
Rendering home/index.html.erb within layouts/application
|
1405
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 94)
|
1406
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 149)
|
1407
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 554)
|
1408
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:39:02 -0700
|
1409
|
+
Processing by HomeController#action_list as HTML
|
1410
|
+
Rendering layout layouts/application.html.erb
|
1411
|
+
Rendering home/action_list.html.erb within layouts/application
|
1412
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 12.9ms | Allocations: 637)
|
1413
|
+
Rendered layout layouts/application.html.erb (Duration: 13.0ms | Allocations: 692)
|
1414
|
+
Completed 200 OK in 13ms (Views: 13.2ms | Allocations: 1097)
|
1415
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:10 -0700
|
1416
|
+
Processing by HomeController#index as HTML
|
1417
|
+
Rendering home/index.html.erb within layouts/application
|
1418
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1641)
|
1419
|
+
Completed 200 OK in 7ms (Views: 3.8ms | Allocations: 9827)
|
1420
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:11 -0700
|
1421
|
+
Processing by HomeController#index as HTML
|
1422
|
+
Rendering home/index.html.erb within layouts/application
|
1423
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1424
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 238)
|
1425
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:11 -0700
|
1426
|
+
Processing by HomeController#index as HTML
|
1427
|
+
Rendering home/index.html.erb within layouts/application
|
1428
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 83)
|
1429
|
+
Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 464)
|
1430
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:50:11 -0700
|
1431
|
+
Processing by HomeController#action_list as HTML
|
1432
|
+
Rendering home/action_list.html.erb within layouts/application
|
1433
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 17.8ms | Allocations: 584)
|
1434
|
+
Completed 200 OK in 18ms (Views: 18.0ms | Allocations: 1078)
|
1435
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:12 -0700
|
1436
|
+
Processing by HomeController#index as HTML
|
1437
|
+
Rendering layout layouts/application.html.erb
|
1438
|
+
Rendering home/index.html.erb within layouts/application
|
1439
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1623)
|
1440
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 1750)
|
1441
|
+
Completed 200 OK in 7ms (Views: 3.5ms | Allocations: 9173)
|
1442
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:12 -0700
|
1443
|
+
Processing by HomeController#index as HTML
|
1444
|
+
Rendering layout layouts/application.html.erb
|
1445
|
+
Rendering home/index.html.erb within layouts/application
|
1446
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1447
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 48)
|
1448
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 249)
|
1449
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:12 -0700
|
1450
|
+
Processing by HomeController#index as HTML
|
1451
|
+
Rendering layout layouts/application.html.erb
|
1452
|
+
Rendering home/index.html.erb within layouts/application
|
1453
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 82)
|
1454
|
+
Rendered layout layouts/application.html.erb (Duration: 0.2ms | Allocations: 122)
|
1455
|
+
Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 435)
|
1456
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:50:12 -0700
|
1457
|
+
Processing by HomeController#action_list as HTML
|
1458
|
+
Rendering layout layouts/application.html.erb
|
1459
|
+
Rendering home/action_list.html.erb within layouts/application
|
1460
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 13.9ms | Allocations: 579)
|
1461
|
+
Rendered layout layouts/application.html.erb (Duration: 13.9ms | Allocations: 619)
|
1462
|
+
Completed 200 OK in 14ms (Views: 14.1ms | Allocations: 1036)
|
1463
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:14 -0700
|
1464
|
+
Processing by HomeController#index as HTML
|
1465
|
+
Rendering layout layouts/application.html.erb
|
1466
|
+
Rendering home/index.html.erb within layouts/application
|
1467
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1746)
|
1468
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 1943)
|
1469
|
+
Completed 200 OK in 9ms (Views: 3.7ms | Allocations: 11699)
|
1470
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:14 -0700
|
1471
|
+
Processing by HomeController#index as HTML
|
1472
|
+
Rendering layout layouts/application.html.erb
|
1473
|
+
Rendering home/index.html.erb within layouts/application
|
1474
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
1475
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
1476
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 290)
|
1477
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:14 -0700
|
1478
|
+
Processing by HomeController#index as HTML
|
1479
|
+
Rendering layout layouts/application.html.erb
|
1480
|
+
Rendering home/index.html.erb within layouts/application
|
1481
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 119)
|
1482
|
+
Rendered layout layouts/application.html.erb (Duration: 0.2ms | Allocations: 185)
|
1483
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 672)
|
1484
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:50:14 -0700
|
1485
|
+
Processing by HomeController#action_list as HTML
|
1486
|
+
Rendering layout layouts/application.html.erb
|
1487
|
+
Rendering home/action_list.html.erb within layouts/application
|
1488
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.1ms | Allocations: 762)
|
1489
|
+
Rendered layout layouts/application.html.erb (Duration: 14.2ms | Allocations: 828)
|
1490
|
+
Completed 200 OK in 15ms (Views: 14.5ms | Allocations: 1311)
|
1491
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:24 -0700
|
1492
|
+
Processing by HomeController#index as HTML
|
1493
|
+
Rendering layout layouts/application.html.erb
|
1494
|
+
Rendering home/index.html.erb within layouts/application
|
1495
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | Allocations: 315)
|
1496
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | Allocations: 511)
|
1497
|
+
Completed 200 OK in 9ms (Views: 3.7ms | Allocations: 15059)
|
1498
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:24 -0700
|
1499
|
+
Processing by HomeController#index as HTML
|
1500
|
+
Rendering layout layouts/application.html.erb
|
1501
|
+
Rendering home/index.html.erb within layouts/application
|
1502
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
1503
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
1504
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
1505
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:24 -0700
|
1506
|
+
Processing by HomeController#index as HTML
|
1507
|
+
Rendering layout layouts/application.html.erb
|
1508
|
+
Rendering home/index.html.erb within layouts/application
|
1509
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
1510
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
1511
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 1060)
|
1512
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:50:24 -0700
|
1513
|
+
Processing by HomeController#action_list as HTML
|
1514
|
+
Rendering layout layouts/application.html.erb
|
1515
|
+
Rendering home/action_list.html.erb within layouts/application
|
1516
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 13.2ms | Allocations: 613)
|
1517
|
+
Rendered layout layouts/application.html.erb (Duration: 13.4ms | Allocations: 761)
|
1518
|
+
Completed 200 OK in 14ms (Views: 13.7ms | Allocations: 1304)
|
1519
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:50 -0700
|
1520
|
+
Processing by HomeController#index as HTML
|
1521
|
+
Rendering home/index.html.erb within layouts/application
|
1522
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 1641)
|
1523
|
+
Completed 200 OK in 7ms (Views: 3.7ms | Allocations: 9827)
|
1524
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:50 -0700
|
1525
|
+
Processing by HomeController#index as HTML
|
1526
|
+
Rendering home/index.html.erb within layouts/application
|
1527
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1528
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 238)
|
1529
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:50 -0700
|
1530
|
+
Processing by HomeController#index as HTML
|
1531
|
+
Rendering home/index.html.erb within layouts/application
|
1532
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 83)
|
1533
|
+
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 464)
|
1534
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:50:50 -0700
|
1535
|
+
Processing by HomeController#action_list as HTML
|
1536
|
+
Rendering home/action_list.html.erb within layouts/application
|
1537
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 17.0ms | Allocations: 584)
|
1538
|
+
Completed 200 OK in 17ms (Views: 17.2ms | Allocations: 1078)
|
1539
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:51 -0700
|
1540
|
+
Processing by HomeController#index as HTML
|
1541
|
+
Rendering layout layouts/application.html.erb
|
1542
|
+
Rendering home/index.html.erb within layouts/application
|
1543
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1623)
|
1544
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 1750)
|
1545
|
+
Completed 200 OK in 7ms (Views: 3.6ms | Allocations: 9173)
|
1546
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:51 -0700
|
1547
|
+
Processing by HomeController#index as HTML
|
1548
|
+
Rendering layout layouts/application.html.erb
|
1549
|
+
Rendering home/index.html.erb within layouts/application
|
1550
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1551
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 48)
|
1552
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 249)
|
1553
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:51 -0700
|
1554
|
+
Processing by HomeController#index as HTML
|
1555
|
+
Rendering layout layouts/application.html.erb
|
1556
|
+
Rendering home/index.html.erb within layouts/application
|
1557
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 82)
|
1558
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 122)
|
1559
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 435)
|
1560
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:50:51 -0700
|
1561
|
+
Processing by HomeController#action_list as HTML
|
1562
|
+
Rendering layout layouts/application.html.erb
|
1563
|
+
Rendering home/action_list.html.erb within layouts/application
|
1564
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.4ms | Allocations: 579)
|
1565
|
+
Rendered layout layouts/application.html.erb (Duration: 14.5ms | Allocations: 619)
|
1566
|
+
Completed 200 OK in 15ms (Views: 14.7ms | Allocations: 1036)
|
1567
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:53 -0700
|
1568
|
+
Processing by HomeController#index as HTML
|
1569
|
+
Rendering layout layouts/application.html.erb
|
1570
|
+
Rendering home/index.html.erb within layouts/application
|
1571
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1746)
|
1572
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 1943)
|
1573
|
+
Completed 200 OK in 9ms (Views: 3.7ms | Allocations: 11699)
|
1574
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:53 -0700
|
1575
|
+
Processing by HomeController#index as HTML
|
1576
|
+
Rendering layout layouts/application.html.erb
|
1577
|
+
Rendering home/index.html.erb within layouts/application
|
1578
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
1579
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
1580
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 290)
|
1581
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:53 -0700
|
1582
|
+
Processing by HomeController#index as HTML
|
1583
|
+
Rendering layout layouts/application.html.erb
|
1584
|
+
Rendering home/index.html.erb within layouts/application
|
1585
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 119)
|
1586
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 185)
|
1587
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 672)
|
1588
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:50:53 -0700
|
1589
|
+
Processing by HomeController#action_list as HTML
|
1590
|
+
Rendering layout layouts/application.html.erb
|
1591
|
+
Rendering home/action_list.html.erb within layouts/application
|
1592
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.7ms | Allocations: 762)
|
1593
|
+
Rendered layout layouts/application.html.erb (Duration: 14.8ms | Allocations: 828)
|
1594
|
+
Completed 200 OK in 15ms (Views: 15.0ms | Allocations: 1311)
|
1595
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:54 -0700
|
1596
|
+
Processing by HomeController#index as HTML
|
1597
|
+
Rendering layout layouts/application.html.erb
|
1598
|
+
Rendering home/index.html.erb within layouts/application
|
1599
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 315)
|
1600
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | Allocations: 511)
|
1601
|
+
Completed 200 OK in 9ms (Views: 4.0ms | Allocations: 15059)
|
1602
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:54 -0700
|
1603
|
+
Processing by HomeController#index as HTML
|
1604
|
+
Rendering layout layouts/application.html.erb
|
1605
|
+
Rendering home/index.html.erb within layouts/application
|
1606
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
1607
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
1608
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
1609
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:50:54 -0700
|
1610
|
+
Processing by HomeController#index as HTML
|
1611
|
+
Rendering layout layouts/application.html.erb
|
1612
|
+
Rendering home/index.html.erb within layouts/application
|
1613
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
1614
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
1615
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 1060)
|
1616
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:50:54 -0700
|
1617
|
+
Processing by HomeController#action_list as HTML
|
1618
|
+
Rendering layout layouts/application.html.erb
|
1619
|
+
Rendering home/action_list.html.erb within layouts/application
|
1620
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 12.4ms | Allocations: 613)
|
1621
|
+
Rendered layout layouts/application.html.erb (Duration: 12.6ms | Allocations: 761)
|
1622
|
+
Completed 200 OK in 13ms (Views: 13.0ms | Allocations: 1304)
|
1623
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:52:59 -0700
|
1624
|
+
Processing by HomeController#index as HTML
|
1625
|
+
Rendering home/index.html.erb within layouts/application
|
1626
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1627)
|
1627
|
+
Completed 200 OK in 9ms (Views: 4.0ms | Allocations: 9744)
|
1628
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:52:59 -0700
|
1629
|
+
Processing by HomeController#index as HTML
|
1630
|
+
Rendering home/index.html.erb within layouts/application
|
1631
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1632
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 239)
|
1633
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:52:59 -0700
|
1634
|
+
Processing by HomeController#index as HTML
|
1635
|
+
Rendering home/index.html.erb within layouts/application
|
1636
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 83)
|
1637
|
+
Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 465)
|
1638
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:52:59 -0700
|
1639
|
+
Processing by HomeController#action_list as HTML
|
1640
|
+
Rendering home/action_list.html.erb within layouts/application
|
1641
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 17.8ms | Allocations: 584)
|
1642
|
+
Completed 200 OK in 18ms (Views: 18.1ms | Allocations: 1078)
|
1643
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:00 -0700
|
1644
|
+
Processing by HomeController#index as HTML
|
1645
|
+
Rendering layout layouts/application.html.erb
|
1646
|
+
Rendering home/index.html.erb within layouts/application
|
1647
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1609)
|
1648
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 1736)
|
1649
|
+
Completed 200 OK in 7ms (Views: 3.5ms | Allocations: 9097)
|
1650
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:00 -0700
|
1651
|
+
Processing by HomeController#index as HTML
|
1652
|
+
Rendering layout layouts/application.html.erb
|
1653
|
+
Rendering home/index.html.erb within layouts/application
|
1654
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1655
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 48)
|
1656
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 249)
|
1657
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:00 -0700
|
1658
|
+
Processing by HomeController#index as HTML
|
1659
|
+
Rendering layout layouts/application.html.erb
|
1660
|
+
Rendering home/index.html.erb within layouts/application
|
1661
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 82)
|
1662
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 122)
|
1663
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 435)
|
1664
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:53:00 -0700
|
1665
|
+
Processing by HomeController#action_list as HTML
|
1666
|
+
Rendering layout layouts/application.html.erb
|
1667
|
+
Rendering home/action_list.html.erb within layouts/application
|
1668
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.8ms | Allocations: 579)
|
1669
|
+
Rendered layout layouts/application.html.erb (Duration: 16.9ms | Allocations: 619)
|
1670
|
+
Completed 200 OK in 17ms (Views: 17.1ms | Allocations: 1036)
|
1671
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:02 -0700
|
1672
|
+
Processing by HomeController#index as HTML
|
1673
|
+
Rendering layout layouts/application.html.erb
|
1674
|
+
Rendering home/index.html.erb within layouts/application
|
1675
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1732)
|
1676
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 1929)
|
1677
|
+
Completed 200 OK in 9ms (Views: 3.6ms | Allocations: 11617)
|
1678
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:02 -0700
|
1679
|
+
Processing by HomeController#index as HTML
|
1680
|
+
Rendering layout layouts/application.html.erb
|
1681
|
+
Rendering home/index.html.erb within layouts/application
|
1682
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
1683
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
1684
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 290)
|
1685
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:02 -0700
|
1686
|
+
Processing by HomeController#index as HTML
|
1687
|
+
Rendering layout layouts/application.html.erb
|
1688
|
+
Rendering home/index.html.erb within layouts/application
|
1689
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 119)
|
1690
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 185)
|
1691
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 674)
|
1692
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:53:02 -0700
|
1693
|
+
Processing by HomeController#action_list as HTML
|
1694
|
+
Rendering layout layouts/application.html.erb
|
1695
|
+
Rendering home/action_list.html.erb within layouts/application
|
1696
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 15.5ms | Allocations: 765)
|
1697
|
+
Rendered layout layouts/application.html.erb (Duration: 15.6ms | Allocations: 831)
|
1698
|
+
Completed 200 OK in 16ms (Views: 15.8ms | Allocations: 1314)
|
1699
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:09 -0700
|
1700
|
+
Processing by HomeController#index as HTML
|
1701
|
+
Rendering layout layouts/application.html.erb
|
1702
|
+
Rendering home/index.html.erb within layouts/application
|
1703
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | Allocations: 318)
|
1704
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | Allocations: 512)
|
1705
|
+
Completed 200 OK in 11ms (Views: 3.5ms | Allocations: 15559)
|
1706
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:09 -0700
|
1707
|
+
Processing by HomeController#index as HTML
|
1708
|
+
Rendering layout layouts/application.html.erb
|
1709
|
+
Rendering home/index.html.erb within layouts/application
|
1710
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
1711
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 80)
|
1712
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
1713
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:09 -0700
|
1714
|
+
Processing by HomeController#index as HTML
|
1715
|
+
Rendering layout layouts/application.html.erb
|
1716
|
+
Rendering home/index.html.erb within layouts/application
|
1717
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
1718
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
1719
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 1063)
|
1720
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:53:09 -0700
|
1721
|
+
Processing by HomeController#action_list as HTML
|
1722
|
+
Rendering layout layouts/application.html.erb
|
1723
|
+
Rendering home/action_list.html.erb within layouts/application
|
1724
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 19.3ms | Allocations: 612)
|
1725
|
+
Rendered layout layouts/application.html.erb (Duration: 22.4ms | Allocations: 760)
|
1726
|
+
Completed 200 OK in 23ms (Views: 23.0ms | Allocations: 1303)
|
1727
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:37 -0700
|
1728
|
+
Processing by HomeController#index as HTML
|
1729
|
+
Rendering home/index.html.erb within layouts/application
|
1730
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1627)
|
1731
|
+
Completed 200 OK in 7ms (Views: 3.7ms | Allocations: 9744)
|
1732
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:37 -0700
|
1733
|
+
Processing by HomeController#index as HTML
|
1734
|
+
Rendering home/index.html.erb within layouts/application
|
1735
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1736
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 239)
|
1737
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:37 -0700
|
1738
|
+
Processing by HomeController#index as HTML
|
1739
|
+
Rendering home/index.html.erb within layouts/application
|
1740
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 83)
|
1741
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 465)
|
1742
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:53:37 -0700
|
1743
|
+
Processing by HomeController#action_list as HTML
|
1744
|
+
Rendering home/action_list.html.erb within layouts/application
|
1745
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 18.3ms | Allocations: 584)
|
1746
|
+
Completed 200 OK in 19ms (Views: 18.6ms | Allocations: 1078)
|
1747
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:39 -0700
|
1748
|
+
Processing by HomeController#index as HTML
|
1749
|
+
Rendering layout layouts/application.html.erb
|
1750
|
+
Rendering home/index.html.erb within layouts/application
|
1751
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1609)
|
1752
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 1736)
|
1753
|
+
Completed 200 OK in 7ms (Views: 3.5ms | Allocations: 9097)
|
1754
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:39 -0700
|
1755
|
+
Processing by HomeController#index as HTML
|
1756
|
+
Rendering layout layouts/application.html.erb
|
1757
|
+
Rendering home/index.html.erb within layouts/application
|
1758
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1759
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 48)
|
1760
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 249)
|
1761
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:39 -0700
|
1762
|
+
Processing by HomeController#index as HTML
|
1763
|
+
Rendering layout layouts/application.html.erb
|
1764
|
+
Rendering home/index.html.erb within layouts/application
|
1765
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 82)
|
1766
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 122)
|
1767
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 435)
|
1768
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:53:39 -0700
|
1769
|
+
Processing by HomeController#action_list as HTML
|
1770
|
+
Rendering layout layouts/application.html.erb
|
1771
|
+
Rendering home/action_list.html.erb within layouts/application
|
1772
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.2ms | Allocations: 579)
|
1773
|
+
Rendered layout layouts/application.html.erb (Duration: 14.3ms | Allocations: 619)
|
1774
|
+
Completed 200 OK in 15ms (Views: 14.5ms | Allocations: 1036)
|
1775
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:40 -0700
|
1776
|
+
Processing by HomeController#index as HTML
|
1777
|
+
Rendering layout layouts/application.html.erb
|
1778
|
+
Rendering home/index.html.erb within layouts/application
|
1779
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1732)
|
1780
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 1929)
|
1781
|
+
Completed 200 OK in 9ms (Views: 3.7ms | Allocations: 11618)
|
1782
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:40 -0700
|
1783
|
+
Processing by HomeController#index as HTML
|
1784
|
+
Rendering layout layouts/application.html.erb
|
1785
|
+
Rendering home/index.html.erb within layouts/application
|
1786
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
1787
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
1788
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 291)
|
1789
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:40 -0700
|
1790
|
+
Processing by HomeController#index as HTML
|
1791
|
+
Rendering layout layouts/application.html.erb
|
1792
|
+
Rendering home/index.html.erb within layouts/application
|
1793
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 119)
|
1794
|
+
Rendered layout layouts/application.html.erb (Duration: 0.9ms | Allocations: 185)
|
1795
|
+
Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 672)
|
1796
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:53:40 -0700
|
1797
|
+
Processing by HomeController#action_list as HTML
|
1798
|
+
Rendering layout layouts/application.html.erb
|
1799
|
+
Rendering home/action_list.html.erb within layouts/application
|
1800
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.6ms | Allocations: 762)
|
1801
|
+
Rendered layout layouts/application.html.erb (Duration: 14.6ms | Allocations: 828)
|
1802
|
+
Completed 200 OK in 15ms (Views: 14.9ms | Allocations: 1311)
|
1803
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:42 -0700
|
1804
|
+
Processing by HomeController#index as HTML
|
1805
|
+
Rendering layout layouts/application.html.erb
|
1806
|
+
Rendering home/index.html.erb within layouts/application
|
1807
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | Allocations: 318)
|
1808
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | Allocations: 512)
|
1809
|
+
Completed 200 OK in 13ms (Views: 4.3ms | Allocations: 15560)
|
1810
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:42 -0700
|
1811
|
+
Processing by HomeController#index as HTML
|
1812
|
+
Rendering layout layouts/application.html.erb
|
1813
|
+
Rendering home/index.html.erb within layouts/application
|
1814
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
1815
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 80)
|
1816
|
+
Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 250)
|
1817
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:53:42 -0700
|
1818
|
+
Processing by HomeController#index as HTML
|
1819
|
+
Rendering layout layouts/application.html.erb
|
1820
|
+
Rendering home/index.html.erb within layouts/application
|
1821
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
1822
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
1823
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 1063)
|
1824
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:53:42 -0700
|
1825
|
+
Processing by HomeController#action_list as HTML
|
1826
|
+
Rendering layout layouts/application.html.erb
|
1827
|
+
Rendering home/action_list.html.erb within layouts/application
|
1828
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 4.1ms | Allocations: 612)
|
1829
|
+
Rendered layout layouts/application.html.erb (Duration: 4.2ms | Allocations: 760)
|
1830
|
+
Completed 200 OK in 5ms (Views: 4.5ms | Allocations: 1303)
|
1831
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:04 -0700
|
1832
|
+
Processing by HomeController#index as HTML
|
1833
|
+
Rendering home/index.html.erb within layouts/application
|
1834
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1627)
|
1835
|
+
Completed 200 OK in 7ms (Views: 3.7ms | Allocations: 9744)
|
1836
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:04 -0700
|
1837
|
+
Processing by HomeController#index as HTML
|
1838
|
+
Rendering home/index.html.erb within layouts/application
|
1839
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1840
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 237)
|
1841
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:04 -0700
|
1842
|
+
Processing by HomeController#index as HTML
|
1843
|
+
Rendering home/index.html.erb within layouts/application
|
1844
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 82)
|
1845
|
+
Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 463)
|
1846
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:55:04 -0700
|
1847
|
+
Processing by HomeController#action_list as HTML
|
1848
|
+
Rendering home/action_list.html.erb within layouts/application
|
1849
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 17.7ms | Allocations: 584)
|
1850
|
+
Completed 200 OK in 18ms (Views: 18.0ms | Allocations: 1079)
|
1851
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:05 -0700
|
1852
|
+
Processing by HomeController#index as HTML
|
1853
|
+
Rendering layout layouts/application.html.erb
|
1854
|
+
Rendering home/index.html.erb within layouts/application
|
1855
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1609)
|
1856
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 1736)
|
1857
|
+
Completed 200 OK in 7ms (Views: 3.6ms | Allocations: 9097)
|
1858
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:05 -0700
|
1859
|
+
Processing by HomeController#index as HTML
|
1860
|
+
Rendering layout layouts/application.html.erb
|
1861
|
+
Rendering home/index.html.erb within layouts/application
|
1862
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1863
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 48)
|
1864
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 249)
|
1865
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:05 -0700
|
1866
|
+
Processing by HomeController#index as HTML
|
1867
|
+
Rendering layout layouts/application.html.erb
|
1868
|
+
Rendering home/index.html.erb within layouts/application
|
1869
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 82)
|
1870
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 122)
|
1871
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 435)
|
1872
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:55:05 -0700
|
1873
|
+
Processing by HomeController#action_list as HTML
|
1874
|
+
Rendering layout layouts/application.html.erb
|
1875
|
+
Rendering home/action_list.html.erb within layouts/application
|
1876
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.9ms | Allocations: 579)
|
1877
|
+
Rendered layout layouts/application.html.erb (Duration: 15.0ms | Allocations: 619)
|
1878
|
+
Completed 200 OK in 15ms (Views: 15.2ms | Allocations: 1036)
|
1879
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:07 -0700
|
1880
|
+
Processing by HomeController#index as HTML
|
1881
|
+
Rendering layout layouts/application.html.erb
|
1882
|
+
Rendering home/index.html.erb within layouts/application
|
1883
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1732)
|
1884
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 1929)
|
1885
|
+
Completed 200 OK in 12ms (Views: 4.3ms | Allocations: 11618)
|
1886
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:07 -0700
|
1887
|
+
Processing by HomeController#index as HTML
|
1888
|
+
Rendering layout layouts/application.html.erb
|
1889
|
+
Rendering home/index.html.erb within layouts/application
|
1890
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
1891
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 61)
|
1892
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 291)
|
1893
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:07 -0700
|
1894
|
+
Processing by HomeController#index as HTML
|
1895
|
+
Rendering layout layouts/application.html.erb
|
1896
|
+
Rendering home/index.html.erb within layouts/application
|
1897
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 119)
|
1898
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 185)
|
1899
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 672)
|
1900
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:55:07 -0700
|
1901
|
+
Processing by HomeController#action_list as HTML
|
1902
|
+
Rendering layout layouts/application.html.erb
|
1903
|
+
Rendering home/action_list.html.erb within layouts/application
|
1904
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 15.8ms | Allocations: 762)
|
1905
|
+
Rendered layout layouts/application.html.erb (Duration: 15.9ms | Allocations: 828)
|
1906
|
+
Completed 200 OK in 16ms (Views: 16.2ms | Allocations: 1311)
|
1907
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:09 -0700
|
1908
|
+
Processing by HomeController#index as HTML
|
1909
|
+
Rendering layout layouts/application.html.erb
|
1910
|
+
Rendering home/index.html.erb within layouts/application
|
1911
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 318)
|
1912
|
+
Rendered layout layouts/application.html.erb (Duration: 0.7ms | Allocations: 512)
|
1913
|
+
Completed 200 OK in 12ms (Views: 4.6ms | Allocations: 15559)
|
1914
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:09 -0700
|
1915
|
+
Processing by HomeController#index as HTML
|
1916
|
+
Rendering layout layouts/application.html.erb
|
1917
|
+
Rendering home/index.html.erb within layouts/application
|
1918
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
1919
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 80)
|
1920
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 250)
|
1921
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:09 -0700
|
1922
|
+
Processing by HomeController#index as HTML
|
1923
|
+
Rendering layout layouts/application.html.erb
|
1924
|
+
Rendering home/index.html.erb within layouts/application
|
1925
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
1926
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
1927
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 1063)
|
1928
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:55:09 -0700
|
1929
|
+
Processing by HomeController#action_list as HTML
|
1930
|
+
Rendering layout layouts/application.html.erb
|
1931
|
+
Rendering home/action_list.html.erb within layouts/application
|
1932
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 4.0ms | Allocations: 612)
|
1933
|
+
Rendered layout layouts/application.html.erb (Duration: 4.3ms | Allocations: 760)
|
1934
|
+
Completed 200 OK in 5ms (Views: 4.6ms | Allocations: 1303)
|
1935
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:16 -0700
|
1936
|
+
Processing by HomeController#index as HTML
|
1937
|
+
Rendering layout layouts/application.html.erb
|
1938
|
+
Rendering home/index.html.erb within layouts/application
|
1939
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.6ms | GC: 0.0ms)
|
1940
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | GC: 0.0ms)
|
1941
|
+
Completed 200 OK in 17ms (Views: 4.5ms | GC: 2.1ms)
|
1942
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:16 -0700
|
1943
|
+
Processing by HomeController#index as HTML
|
1944
|
+
Rendering layout layouts/application.html.erb
|
1945
|
+
Rendering home/index.html.erb within layouts/application
|
1946
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | GC: 0.0ms)
|
1947
|
+
Rendered layout layouts/application.html.erb (Duration: 2.5ms | GC: 0.0ms)
|
1948
|
+
Completed 200 OK in 3ms (Views: 2.8ms | GC: 0.0ms)
|
1949
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:16 -0700
|
1950
|
+
Processing by HomeController#index as HTML
|
1951
|
+
Rendering layout layouts/application.html.erb
|
1952
|
+
Rendering home/index.html.erb within layouts/application
|
1953
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
1954
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
1955
|
+
Completed 200 OK in 3ms (Views: 1.2ms | GC: 0.0ms)
|
1956
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:55:16 -0700
|
1957
|
+
Processing by HomeController#action_list as HTML
|
1958
|
+
Rendering layout layouts/application.html.erb
|
1959
|
+
Rendering home/action_list.html.erb within layouts/application
|
1960
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 5.5ms | GC: 0.0ms)
|
1961
|
+
Rendered layout layouts/application.html.erb (Duration: 5.9ms | GC: 0.0ms)
|
1962
|
+
Completed 200 OK in 8ms (Views: 6.9ms | GC: 0.0ms)
|
1963
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:40 -0700
|
1964
|
+
Processing by HomeController#index as HTML
|
1965
|
+
Rendering home/index.html.erb within layouts/application
|
1966
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1627)
|
1967
|
+
Completed 200 OK in 7ms (Views: 3.5ms | Allocations: 9744)
|
1968
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:40 -0700
|
1969
|
+
Processing by HomeController#index as HTML
|
1970
|
+
Rendering home/index.html.erb within layouts/application
|
1971
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1972
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 237)
|
1973
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:40 -0700
|
1974
|
+
Processing by HomeController#index as HTML
|
1975
|
+
Rendering home/index.html.erb within layouts/application
|
1976
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 84)
|
1977
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 467)
|
1978
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:55:40 -0700
|
1979
|
+
Processing by HomeController#action_list as HTML
|
1980
|
+
Rendering home/action_list.html.erb within layouts/application
|
1981
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 17.0ms | Allocations: 586)
|
1982
|
+
Completed 200 OK in 17ms (Views: 17.2ms | Allocations: 1081)
|
1983
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:41 -0700
|
1984
|
+
Processing by HomeController#index as HTML
|
1985
|
+
Rendering layout layouts/application.html.erb
|
1986
|
+
Rendering home/index.html.erb within layouts/application
|
1987
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1609)
|
1988
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 1736)
|
1989
|
+
Completed 200 OK in 7ms (Views: 3.6ms | Allocations: 9097)
|
1990
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:41 -0700
|
1991
|
+
Processing by HomeController#index as HTML
|
1992
|
+
Rendering layout layouts/application.html.erb
|
1993
|
+
Rendering home/index.html.erb within layouts/application
|
1994
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
1995
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 48)
|
1996
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 249)
|
1997
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:41 -0700
|
1998
|
+
Processing by HomeController#index as HTML
|
1999
|
+
Rendering layout layouts/application.html.erb
|
2000
|
+
Rendering home/index.html.erb within layouts/application
|
2001
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 82)
|
2002
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 122)
|
2003
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 435)
|
2004
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:55:41 -0700
|
2005
|
+
Processing by HomeController#action_list as HTML
|
2006
|
+
Rendering layout layouts/application.html.erb
|
2007
|
+
Rendering home/action_list.html.erb within layouts/application
|
2008
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.6ms | Allocations: 579)
|
2009
|
+
Rendered layout layouts/application.html.erb (Duration: 14.7ms | Allocations: 619)
|
2010
|
+
Completed 200 OK in 15ms (Views: 14.9ms | Allocations: 1036)
|
2011
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:43 -0700
|
2012
|
+
Processing by HomeController#index as HTML
|
2013
|
+
Rendering layout layouts/application.html.erb
|
2014
|
+
Rendering home/index.html.erb within layouts/application
|
2015
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 1732)
|
2016
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 1929)
|
2017
|
+
Completed 200 OK in 11ms (Views: 4.8ms | Allocations: 11618)
|
2018
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:43 -0700
|
2019
|
+
Processing by HomeController#index as HTML
|
2020
|
+
Rendering layout layouts/application.html.erb
|
2021
|
+
Rendering home/index.html.erb within layouts/application
|
2022
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
2023
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
2024
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 291)
|
2025
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:43 -0700
|
2026
|
+
Processing by HomeController#index as HTML
|
2027
|
+
Rendering layout layouts/application.html.erb
|
2028
|
+
Rendering home/index.html.erb within layouts/application
|
2029
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 119)
|
2030
|
+
Rendered layout layouts/application.html.erb (Duration: 0.2ms | Allocations: 185)
|
2031
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 672)
|
2032
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:55:43 -0700
|
2033
|
+
Processing by HomeController#action_list as HTML
|
2034
|
+
Rendering layout layouts/application.html.erb
|
2035
|
+
Rendering home/action_list.html.erb within layouts/application
|
2036
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 13.7ms | Allocations: 762)
|
2037
|
+
Rendered layout layouts/application.html.erb (Duration: 13.8ms | Allocations: 828)
|
2038
|
+
Completed 200 OK in 14ms (Views: 14.0ms | Allocations: 1311)
|
2039
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:45 -0700
|
2040
|
+
Processing by HomeController#index as HTML
|
2041
|
+
Rendering layout layouts/application.html.erb
|
2042
|
+
Rendering home/index.html.erb within layouts/application
|
2043
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | Allocations: 318)
|
2044
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | Allocations: 512)
|
2045
|
+
Completed 200 OK in 12ms (Views: 4.3ms | Allocations: 15559)
|
2046
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:45 -0700
|
2047
|
+
Processing by HomeController#index as HTML
|
2048
|
+
Rendering layout layouts/application.html.erb
|
2049
|
+
Rendering home/index.html.erb within layouts/application
|
2050
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
2051
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 80)
|
2052
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 250)
|
2053
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:45 -0700
|
2054
|
+
Processing by HomeController#index as HTML
|
2055
|
+
Rendering layout layouts/application.html.erb
|
2056
|
+
Rendering home/index.html.erb within layouts/application
|
2057
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
2058
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
2059
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 1063)
|
2060
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:55:45 -0700
|
2061
|
+
Processing by HomeController#action_list as HTML
|
2062
|
+
Rendering layout layouts/application.html.erb
|
2063
|
+
Rendering home/action_list.html.erb within layouts/application
|
2064
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 4.2ms | Allocations: 612)
|
2065
|
+
Rendered layout layouts/application.html.erb (Duration: 4.6ms | Allocations: 760)
|
2066
|
+
Completed 200 OK in 5ms (Views: 5.0ms | Allocations: 1303)
|
2067
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:46 -0700
|
2068
|
+
Processing by HomeController#index as HTML
|
2069
|
+
Rendering layout layouts/application.html.erb
|
2070
|
+
Rendering home/index.html.erb within layouts/application
|
2071
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | GC: 0.0ms)
|
2072
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | GC: 0.0ms)
|
2073
|
+
Completed 200 OK in 18ms (Views: 4.8ms | GC: 2.2ms)
|
2074
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:46 -0700
|
2075
|
+
Processing by HomeController#index as HTML
|
2076
|
+
Rendering layout layouts/application.html.erb
|
2077
|
+
Rendering home/index.html.erb within layouts/application
|
2078
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | GC: 0.0ms)
|
2079
|
+
Rendered layout layouts/application.html.erb (Duration: 2.4ms | GC: 0.0ms)
|
2080
|
+
Completed 200 OK in 3ms (Views: 2.7ms | GC: 0.0ms)
|
2081
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:46 -0700
|
2082
|
+
Processing by HomeController#index as HTML
|
2083
|
+
Rendering layout layouts/application.html.erb
|
2084
|
+
Rendering home/index.html.erb within layouts/application
|
2085
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
2086
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
2087
|
+
Completed 200 OK in 2ms (Views: 1.1ms | GC: 0.0ms)
|
2088
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:55:46 -0700
|
2089
|
+
Processing by HomeController#action_list as HTML
|
2090
|
+
Rendering layout layouts/application.html.erb
|
2091
|
+
Rendering home/action_list.html.erb within layouts/application
|
2092
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 5.2ms | GC: 0.0ms)
|
2093
|
+
Rendered layout layouts/application.html.erb (Duration: 5.5ms | GC: 0.0ms)
|
2094
|
+
Completed 200 OK in 7ms (Views: 6.5ms | GC: 0.0ms)
|
2095
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:52 -0700
|
2096
|
+
Processing by HomeController#index as HTML
|
2097
|
+
Rendering layout layouts/application.html.erb
|
2098
|
+
Rendering home/index.html.erb within layouts/application
|
2099
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | GC: 0.0ms)
|
2100
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | GC: 0.0ms)
|
2101
|
+
Completed 200 OK in 24ms (Views: 5.1ms | GC: 5.4ms)
|
2102
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:52 -0700
|
2103
|
+
Processing by HomeController#index as HTML
|
2104
|
+
Rendering layout layouts/application.html.erb
|
2105
|
+
Rendering home/index.html.erb within layouts/application
|
2106
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
2107
|
+
Rendered layout layouts/application.html.erb (Duration: 3.4ms | GC: 0.0ms)
|
2108
|
+
Completed 200 OK in 4ms (Views: 3.8ms | GC: 0.0ms)
|
2109
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:55:52 -0700
|
2110
|
+
Processing by HomeController#index as HTML
|
2111
|
+
Rendering layout layouts/application.html.erb
|
2112
|
+
Rendering home/index.html.erb within layouts/application
|
2113
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
2114
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
2115
|
+
Completed 200 OK in 7ms (Views: 1.6ms | GC: 0.0ms)
|
2116
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:55:52 -0700
|
2117
|
+
Processing by HomeController#action_list as HTML
|
2118
|
+
Rendering layout layouts/application.html.erb
|
2119
|
+
Rendering home/action_list.html.erb within layouts/application
|
2120
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 7.3ms | GC: 0.0ms)
|
2121
|
+
Rendered layout layouts/application.html.erb (Duration: 11.6ms | GC: 0.0ms)
|
2122
|
+
Completed 200 OK in 13ms (Views: 12.6ms | GC: 0.3ms)
|
2123
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:20 -0700
|
2124
|
+
Processing by HomeController#index as HTML
|
2125
|
+
Rendering home/index.html.erb within layouts/application
|
2126
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1627)
|
2127
|
+
Completed 200 OK in 7ms (Views: 3.6ms | Allocations: 9744)
|
2128
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:20 -0700
|
2129
|
+
Processing by HomeController#index as HTML
|
2130
|
+
Rendering home/index.html.erb within layouts/application
|
2131
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
2132
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 237)
|
2133
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:20 -0700
|
2134
|
+
Processing by HomeController#index as HTML
|
2135
|
+
Rendering home/index.html.erb within layouts/application
|
2136
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 84)
|
2137
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 467)
|
2138
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:59:20 -0700
|
2139
|
+
Processing by HomeController#action_list as HTML
|
2140
|
+
Rendering home/action_list.html.erb within layouts/application
|
2141
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 17.7ms | Allocations: 586)
|
2142
|
+
Completed 200 OK in 18ms (Views: 17.9ms | Allocations: 1081)
|
2143
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:22 -0700
|
2144
|
+
Processing by HomeController#index as HTML
|
2145
|
+
Rendering layout layouts/application.html.erb
|
2146
|
+
Rendering home/index.html.erb within layouts/application
|
2147
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1609)
|
2148
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 1736)
|
2149
|
+
Completed 200 OK in 7ms (Views: 3.9ms | Allocations: 9097)
|
2150
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:22 -0700
|
2151
|
+
Processing by HomeController#index as HTML
|
2152
|
+
Rendering layout layouts/application.html.erb
|
2153
|
+
Rendering home/index.html.erb within layouts/application
|
2154
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
2155
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 48)
|
2156
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 249)
|
2157
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:22 -0700
|
2158
|
+
Processing by HomeController#index as HTML
|
2159
|
+
Rendering layout layouts/application.html.erb
|
2160
|
+
Rendering home/index.html.erb within layouts/application
|
2161
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 82)
|
2162
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 122)
|
2163
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 435)
|
2164
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:59:22 -0700
|
2165
|
+
Processing by HomeController#action_list as HTML
|
2166
|
+
Rendering layout layouts/application.html.erb
|
2167
|
+
Rendering home/action_list.html.erb within layouts/application
|
2168
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.0ms | Allocations: 579)
|
2169
|
+
Rendered layout layouts/application.html.erb (Duration: 14.1ms | Allocations: 619)
|
2170
|
+
Completed 200 OK in 14ms (Views: 14.3ms | Allocations: 1036)
|
2171
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:23 -0700
|
2172
|
+
Processing by HomeController#index as HTML
|
2173
|
+
Rendering layout layouts/application.html.erb
|
2174
|
+
Rendering home/index.html.erb within layouts/application
|
2175
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1732)
|
2176
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 1929)
|
2177
|
+
Completed 200 OK in 9ms (Views: 3.7ms | Allocations: 11618)
|
2178
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:23 -0700
|
2179
|
+
Processing by HomeController#index as HTML
|
2180
|
+
Rendering layout layouts/application.html.erb
|
2181
|
+
Rendering home/index.html.erb within layouts/application
|
2182
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
2183
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
2184
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 291)
|
2185
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:23 -0700
|
2186
|
+
Processing by HomeController#index as HTML
|
2187
|
+
Rendering layout layouts/application.html.erb
|
2188
|
+
Rendering home/index.html.erb within layouts/application
|
2189
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 119)
|
2190
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 185)
|
2191
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 672)
|
2192
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:59:23 -0700
|
2193
|
+
Processing by HomeController#action_list as HTML
|
2194
|
+
Rendering layout layouts/application.html.erb
|
2195
|
+
Rendering home/action_list.html.erb within layouts/application
|
2196
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.6ms | Allocations: 762)
|
2197
|
+
Rendered layout layouts/application.html.erb (Duration: 14.6ms | Allocations: 828)
|
2198
|
+
Completed 200 OK in 15ms (Views: 14.9ms | Allocations: 1311)
|
2199
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:25 -0700
|
2200
|
+
Processing by HomeController#index as HTML
|
2201
|
+
Rendering layout layouts/application.html.erb
|
2202
|
+
Rendering home/index.html.erb within layouts/application
|
2203
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | Allocations: 318)
|
2204
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | Allocations: 512)
|
2205
|
+
Completed 200 OK in 12ms (Views: 4.3ms | Allocations: 15559)
|
2206
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:25 -0700
|
2207
|
+
Processing by HomeController#index as HTML
|
2208
|
+
Rendering layout layouts/application.html.erb
|
2209
|
+
Rendering home/index.html.erb within layouts/application
|
2210
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
2211
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
2212
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 250)
|
2213
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:25 -0700
|
2214
|
+
Processing by HomeController#index as HTML
|
2215
|
+
Rendering layout layouts/application.html.erb
|
2216
|
+
Rendering home/index.html.erb within layouts/application
|
2217
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
2218
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
2219
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 1063)
|
2220
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:59:25 -0700
|
2221
|
+
Processing by HomeController#action_list as HTML
|
2222
|
+
Rendering layout layouts/application.html.erb
|
2223
|
+
Rendering home/action_list.html.erb within layouts/application
|
2224
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 4.1ms | Allocations: 612)
|
2225
|
+
Rendered layout layouts/application.html.erb (Duration: 4.2ms | Allocations: 760)
|
2226
|
+
Completed 200 OK in 5ms (Views: 4.5ms | Allocations: 1303)
|
2227
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:27 -0700
|
2228
|
+
Processing by HomeController#index as HTML
|
2229
|
+
Rendering layout layouts/application.html.erb
|
2230
|
+
Rendering home/index.html.erb within layouts/application
|
2231
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.6ms | GC: 0.0ms)
|
2232
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | GC: 0.0ms)
|
2233
|
+
Completed 200 OK in 18ms (Views: 4.9ms | GC: 1.9ms)
|
2234
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:27 -0700
|
2235
|
+
Processing by HomeController#index as HTML
|
2236
|
+
Rendering layout layouts/application.html.erb
|
2237
|
+
Rendering home/index.html.erb within layouts/application
|
2238
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | GC: 0.0ms)
|
2239
|
+
Rendered layout layouts/application.html.erb (Duration: 2.3ms | GC: 0.0ms)
|
2240
|
+
Completed 200 OK in 3ms (Views: 2.6ms | GC: 0.0ms)
|
2241
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:27 -0700
|
2242
|
+
Processing by HomeController#index as HTML
|
2243
|
+
Rendering layout layouts/application.html.erb
|
2244
|
+
Rendering home/index.html.erb within layouts/application
|
2245
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
2246
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
2247
|
+
Completed 200 OK in 2ms (Views: 1.1ms | GC: 0.0ms)
|
2248
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:59:27 -0700
|
2249
|
+
Processing by HomeController#action_list as HTML
|
2250
|
+
Rendering layout layouts/application.html.erb
|
2251
|
+
Rendering home/action_list.html.erb within layouts/application
|
2252
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 5.0ms | GC: 0.0ms)
|
2253
|
+
Rendered layout layouts/application.html.erb (Duration: 5.3ms | GC: 0.0ms)
|
2254
|
+
Completed 200 OK in 7ms (Views: 6.4ms | GC: 0.0ms)
|
2255
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:29 -0700
|
2256
|
+
Processing by HomeController#index as HTML
|
2257
|
+
Rendering layout layouts/application.html.erb
|
2258
|
+
Rendering home/index.html.erb within layouts/application
|
2259
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | GC: 0.0ms)
|
2260
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | GC: 0.0ms)
|
2261
|
+
Completed 200 OK in 22ms (Views: 6.0ms | GC: 1.2ms)
|
2262
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:29 -0700
|
2263
|
+
Processing by HomeController#index as HTML
|
2264
|
+
Rendering layout layouts/application.html.erb
|
2265
|
+
Rendering home/index.html.erb within layouts/application
|
2266
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | GC: 0.0ms)
|
2267
|
+
Rendered layout layouts/application.html.erb (Duration: 4.2ms | GC: 0.0ms)
|
2268
|
+
Completed 200 OK in 5ms (Views: 4.7ms | GC: 0.0ms)
|
2269
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 22:59:29 -0700
|
2270
|
+
Processing by HomeController#index as HTML
|
2271
|
+
Rendering layout layouts/application.html.erb
|
2272
|
+
Rendering home/index.html.erb within layouts/application
|
2273
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
2274
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
2275
|
+
Completed 200 OK in 7ms (Views: 1.6ms | GC: 0.0ms)
|
2276
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 22:59:29 -0700
|
2277
|
+
Processing by HomeController#action_list as HTML
|
2278
|
+
Rendering layout layouts/application.html.erb
|
2279
|
+
Rendering home/action_list.html.erb within layouts/application
|
2280
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 7.2ms | GC: 0.0ms)
|
2281
|
+
Rendered layout layouts/application.html.erb (Duration: 11.5ms | GC: 0.0ms)
|
2282
|
+
Completed 200 OK in 13ms (Views: 12.4ms | GC: 0.0ms)
|
2283
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:00:53 -0700
|
2284
|
+
Processing by HomeController#index as HTML
|
2285
|
+
Rendering home/index.html.erb within layouts/application
|
2286
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1627)
|
2287
|
+
Completed 200 OK in 7ms (Views: 3.5ms | Allocations: 9744)
|
2288
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:09 -0700
|
2289
|
+
Processing by HomeController#index as HTML
|
2290
|
+
Rendering home/index.html.erb within layouts/application
|
2291
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1627)
|
2292
|
+
Completed 200 OK in 8ms (Views: 3.9ms | Allocations: 9744)
|
2293
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:09 -0700
|
2294
|
+
Processing by HomeController#index as HTML
|
2295
|
+
Rendering home/index.html.erb within layouts/application
|
2296
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
2297
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 239)
|
2298
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:09 -0700
|
2299
|
+
Processing by HomeController#index as HTML
|
2300
|
+
Rendering home/index.html.erb within layouts/application
|
2301
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 83)
|
2302
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 465)
|
2303
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:01:09 -0700
|
2304
|
+
Processing by HomeController#action_list as HTML
|
2305
|
+
Rendering home/action_list.html.erb within layouts/application
|
2306
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 17.3ms | Allocations: 585)
|
2307
|
+
Completed 200 OK in 18ms (Views: 17.5ms | Allocations: 1079)
|
2308
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:11 -0700
|
2309
|
+
Processing by HomeController#index as HTML
|
2310
|
+
Rendering layout layouts/application.html.erb
|
2311
|
+
Rendering home/index.html.erb within layouts/application
|
2312
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1609)
|
2313
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 1736)
|
2314
|
+
Completed 200 OK in 7ms (Views: 3.6ms | Allocations: 9097)
|
2315
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:11 -0700
|
2316
|
+
Processing by HomeController#index as HTML
|
2317
|
+
Rendering layout layouts/application.html.erb
|
2318
|
+
Rendering home/index.html.erb within layouts/application
|
2319
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
2320
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 48)
|
2321
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 249)
|
2322
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:11 -0700
|
2323
|
+
Processing by HomeController#index as HTML
|
2324
|
+
Rendering layout layouts/application.html.erb
|
2325
|
+
Rendering home/index.html.erb within layouts/application
|
2326
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 82)
|
2327
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 122)
|
2328
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 435)
|
2329
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:01:11 -0700
|
2330
|
+
Processing by HomeController#action_list as HTML
|
2331
|
+
Rendering layout layouts/application.html.erb
|
2332
|
+
Rendering home/action_list.html.erb within layouts/application
|
2333
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.9ms | Allocations: 579)
|
2334
|
+
Rendered layout layouts/application.html.erb (Duration: 15.0ms | Allocations: 619)
|
2335
|
+
Completed 200 OK in 15ms (Views: 15.2ms | Allocations: 1036)
|
2336
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:12 -0700
|
2337
|
+
Processing by HomeController#index as HTML
|
2338
|
+
Rendering layout layouts/application.html.erb
|
2339
|
+
Rendering home/index.html.erb within layouts/application
|
2340
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 1732)
|
2341
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 1929)
|
2342
|
+
Completed 200 OK in 10ms (Views: 4.3ms | Allocations: 11618)
|
2343
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:12 -0700
|
2344
|
+
Processing by HomeController#index as HTML
|
2345
|
+
Rendering layout layouts/application.html.erb
|
2346
|
+
Rendering home/index.html.erb within layouts/application
|
2347
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
2348
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
2349
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 291)
|
2350
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:12 -0700
|
2351
|
+
Processing by HomeController#index as HTML
|
2352
|
+
Rendering layout layouts/application.html.erb
|
2353
|
+
Rendering home/index.html.erb within layouts/application
|
2354
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 119)
|
2355
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | Allocations: 185)
|
2356
|
+
Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 672)
|
2357
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:01:12 -0700
|
2358
|
+
Processing by HomeController#action_list as HTML
|
2359
|
+
Rendering layout layouts/application.html.erb
|
2360
|
+
Rendering home/action_list.html.erb within layouts/application
|
2361
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.2ms | Allocations: 762)
|
2362
|
+
Rendered layout layouts/application.html.erb (Duration: 14.2ms | Allocations: 828)
|
2363
|
+
Completed 200 OK in 15ms (Views: 14.5ms | Allocations: 1311)
|
2364
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:14 -0700
|
2365
|
+
Processing by HomeController#index as HTML
|
2366
|
+
Rendering layout layouts/application.html.erb
|
2367
|
+
Rendering home/index.html.erb within layouts/application
|
2368
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 318)
|
2369
|
+
Rendered layout layouts/application.html.erb (Duration: 0.6ms | Allocations: 512)
|
2370
|
+
Completed 200 OK in 13ms (Views: 4.6ms | Allocations: 15559)
|
2371
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:14 -0700
|
2372
|
+
Processing by HomeController#index as HTML
|
2373
|
+
Rendering layout layouts/application.html.erb
|
2374
|
+
Rendering home/index.html.erb within layouts/application
|
2375
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
2376
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
2377
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
2378
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:14 -0700
|
2379
|
+
Processing by HomeController#index as HTML
|
2380
|
+
Rendering layout layouts/application.html.erb
|
2381
|
+
Rendering home/index.html.erb within layouts/application
|
2382
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
2383
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | Allocations: 329)
|
2384
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 1063)
|
2385
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:01:14 -0700
|
2386
|
+
Processing by HomeController#action_list as HTML
|
2387
|
+
Rendering layout layouts/application.html.erb
|
2388
|
+
Rendering home/action_list.html.erb within layouts/application
|
2389
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 3.8ms | Allocations: 612)
|
2390
|
+
Rendered layout layouts/application.html.erb (Duration: 3.9ms | Allocations: 760)
|
2391
|
+
Completed 200 OK in 4ms (Views: 4.2ms | Allocations: 1303)
|
2392
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:16 -0700
|
2393
|
+
Processing by HomeController#index as HTML
|
2394
|
+
Rendering layout layouts/application.html.erb
|
2395
|
+
Rendering home/index.html.erb within layouts/application
|
2396
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.6ms | GC: 0.0ms)
|
2397
|
+
Rendered layout layouts/application.html.erb (Duration: 0.9ms | GC: 0.0ms)
|
2398
|
+
Completed 200 OK in 18ms (Views: 4.8ms | GC: 2.0ms)
|
2399
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:16 -0700
|
2400
|
+
Processing by HomeController#index as HTML
|
2401
|
+
Rendering layout layouts/application.html.erb
|
2402
|
+
Rendering home/index.html.erb within layouts/application
|
2403
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | GC: 0.0ms)
|
2404
|
+
Rendered layout layouts/application.html.erb (Duration: 2.3ms | GC: 0.0ms)
|
2405
|
+
Completed 200 OK in 3ms (Views: 2.6ms | GC: 0.0ms)
|
2406
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:16 -0700
|
2407
|
+
Processing by HomeController#index as HTML
|
2408
|
+
Rendering layout layouts/application.html.erb
|
2409
|
+
Rendering home/index.html.erb within layouts/application
|
2410
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
2411
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
2412
|
+
Completed 200 OK in 2ms (Views: 1.0ms | GC: 0.0ms)
|
2413
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:01:16 -0700
|
2414
|
+
Processing by HomeController#action_list as HTML
|
2415
|
+
Rendering layout layouts/application.html.erb
|
2416
|
+
Rendering home/action_list.html.erb within layouts/application
|
2417
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 5.2ms | GC: 0.0ms)
|
2418
|
+
Rendered layout layouts/application.html.erb (Duration: 5.6ms | GC: 0.0ms)
|
2419
|
+
Completed 200 OK in 7ms (Views: 6.5ms | GC: 0.0ms)
|
2420
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:18 -0700
|
2421
|
+
Processing by HomeController#index as HTML
|
2422
|
+
Rendering layout layouts/application.html.erb
|
2423
|
+
Rendering home/index.html.erb within layouts/application
|
2424
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | GC: 0.0ms)
|
2425
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | GC: 0.0ms)
|
2426
|
+
Completed 200 OK in 25ms (Views: 5.5ms | GC: 5.3ms)
|
2427
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:18 -0700
|
2428
|
+
Processing by HomeController#index as HTML
|
2429
|
+
Rendering layout layouts/application.html.erb
|
2430
|
+
Rendering home/index.html.erb within layouts/application
|
2431
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
2432
|
+
Rendered layout layouts/application.html.erb (Duration: 3.5ms | GC: 0.0ms)
|
2433
|
+
Completed 200 OK in 4ms (Views: 3.9ms | GC: 0.0ms)
|
2434
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:01:18 -0700
|
2435
|
+
Processing by HomeController#index as HTML
|
2436
|
+
Rendering layout layouts/application.html.erb
|
2437
|
+
Rendering home/index.html.erb within layouts/application
|
2438
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
2439
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
2440
|
+
Completed 200 OK in 6ms (Views: 1.5ms | GC: 0.0ms)
|
2441
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:01:18 -0700
|
2442
|
+
Processing by HomeController#action_list as HTML
|
2443
|
+
Rendering layout layouts/application.html.erb
|
2444
|
+
Rendering home/action_list.html.erb within layouts/application
|
2445
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 7.5ms | GC: 0.0ms)
|
2446
|
+
Rendered layout layouts/application.html.erb (Duration: 11.7ms | GC: 0.0ms)
|
2447
|
+
Completed 200 OK in 13ms (Views: 12.9ms | GC: 0.3ms)
|
2448
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:50 -0700
|
2449
|
+
Processing by HomeController#index as HTML
|
2450
|
+
Rendering home/index.html.erb within layouts/application
|
2451
|
+
Rendered home/index.html.erb within layouts/application (0.7ms)
|
2452
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
2453
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:50 -0700
|
2454
|
+
Processing by HomeController#index as HTML
|
2455
|
+
Rendering home/index.html.erb within layouts/application
|
2456
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
2457
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
2458
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:50 -0700
|
2459
|
+
Processing by HomeController#index as HTML
|
2460
|
+
Rendering home/index.html.erb within layouts/application
|
2461
|
+
Rendered home/index.html.erb within layouts/application (0.3ms)
|
2462
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
2463
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:03:50 -0700
|
2464
|
+
Processing by HomeController#action_list as HTML
|
2465
|
+
Rendering home/action_list.html.erb within layouts/application
|
2466
|
+
Rendered home/action_list.html.erb within layouts/application (1.1ms)
|
2467
|
+
Completed 200 OK in 2ms (Views: 1.7ms)
|
2468
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:51 -0700
|
2469
|
+
Processing by HomeController#index as HTML
|
2470
|
+
Rendering home/index.html.erb within layouts/application
|
2471
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 1627)
|
2472
|
+
Completed 200 OK in 7ms (Views: 3.4ms | Allocations: 9744)
|
2473
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:51 -0700
|
2474
|
+
Processing by HomeController#index as HTML
|
2475
|
+
Rendering home/index.html.erb within layouts/application
|
2476
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
2477
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 237)
|
2478
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:51 -0700
|
2479
|
+
Processing by HomeController#index as HTML
|
2480
|
+
Rendering home/index.html.erb within layouts/application
|
2481
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 84)
|
2482
|
+
Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 467)
|
2483
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:03:51 -0700
|
2484
|
+
Processing by HomeController#action_list as HTML
|
2485
|
+
Rendering home/action_list.html.erb within layouts/application
|
2486
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.1ms | Allocations: 585)
|
2487
|
+
Completed 200 OK in 16ms (Views: 16.3ms | Allocations: 1080)
|
2488
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:53 -0700
|
2489
|
+
Processing by HomeController#index as HTML
|
2490
|
+
Rendering layout layouts/application.html.erb
|
2491
|
+
Rendering home/index.html.erb within layouts/application
|
2492
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1609)
|
2493
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 1736)
|
2494
|
+
Completed 200 OK in 7ms (Views: 3.5ms | Allocations: 9097)
|
2495
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:53 -0700
|
2496
|
+
Processing by HomeController#index as HTML
|
2497
|
+
Rendering layout layouts/application.html.erb
|
2498
|
+
Rendering home/index.html.erb within layouts/application
|
2499
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
2500
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 48)
|
2501
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 249)
|
2502
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:53 -0700
|
2503
|
+
Processing by HomeController#index as HTML
|
2504
|
+
Rendering layout layouts/application.html.erb
|
2505
|
+
Rendering home/index.html.erb within layouts/application
|
2506
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 82)
|
2507
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 122)
|
2508
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 435)
|
2509
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:03:53 -0700
|
2510
|
+
Processing by HomeController#action_list as HTML
|
2511
|
+
Rendering layout layouts/application.html.erb
|
2512
|
+
Rendering home/action_list.html.erb within layouts/application
|
2513
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.2ms | Allocations: 579)
|
2514
|
+
Rendered layout layouts/application.html.erb (Duration: 14.3ms | Allocations: 619)
|
2515
|
+
Completed 200 OK in 15ms (Views: 14.5ms | Allocations: 1036)
|
2516
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:54 -0700
|
2517
|
+
Processing by HomeController#index as HTML
|
2518
|
+
Rendering layout layouts/application.html.erb
|
2519
|
+
Rendering home/index.html.erb within layouts/application
|
2520
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1732)
|
2521
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 1929)
|
2522
|
+
Completed 200 OK in 9ms (Views: 3.8ms | Allocations: 11618)
|
2523
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:54 -0700
|
2524
|
+
Processing by HomeController#index as HTML
|
2525
|
+
Rendering layout layouts/application.html.erb
|
2526
|
+
Rendering home/index.html.erb within layouts/application
|
2527
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
2528
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
2529
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 291)
|
2530
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:54 -0700
|
2531
|
+
Processing by HomeController#index as HTML
|
2532
|
+
Rendering layout layouts/application.html.erb
|
2533
|
+
Rendering home/index.html.erb within layouts/application
|
2534
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 119)
|
2535
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 185)
|
2536
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 672)
|
2537
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:03:54 -0700
|
2538
|
+
Processing by HomeController#action_list as HTML
|
2539
|
+
Rendering layout layouts/application.html.erb
|
2540
|
+
Rendering home/action_list.html.erb within layouts/application
|
2541
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 17.0ms | Allocations: 762)
|
2542
|
+
Rendered layout layouts/application.html.erb (Duration: 17.1ms | Allocations: 828)
|
2543
|
+
Completed 200 OK in 17ms (Views: 17.4ms | Allocations: 1311)
|
2544
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:56 -0700
|
2545
|
+
Processing by HomeController#index as HTML
|
2546
|
+
Rendering layout layouts/application.html.erb
|
2547
|
+
Rendering home/index.html.erb within layouts/application
|
2548
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | Allocations: 318)
|
2549
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | Allocations: 512)
|
2550
|
+
Completed 200 OK in 12ms (Views: 4.3ms | Allocations: 15559)
|
2551
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:56 -0700
|
2552
|
+
Processing by HomeController#index as HTML
|
2553
|
+
Rendering layout layouts/application.html.erb
|
2554
|
+
Rendering home/index.html.erb within layouts/application
|
2555
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
2556
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
2557
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
2558
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:56 -0700
|
2559
|
+
Processing by HomeController#index as HTML
|
2560
|
+
Rendering layout layouts/application.html.erb
|
2561
|
+
Rendering home/index.html.erb within layouts/application
|
2562
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
2563
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
2564
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 1063)
|
2565
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:03:56 -0700
|
2566
|
+
Processing by HomeController#action_list as HTML
|
2567
|
+
Rendering layout layouts/application.html.erb
|
2568
|
+
Rendering home/action_list.html.erb within layouts/application
|
2569
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 4.5ms | Allocations: 612)
|
2570
|
+
Rendered layout layouts/application.html.erb (Duration: 4.6ms | Allocations: 760)
|
2571
|
+
Completed 200 OK in 5ms (Views: 4.9ms | Allocations: 1303)
|
2572
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:58 -0700
|
2573
|
+
Processing by HomeController#index as HTML
|
2574
|
+
Rendering layout layouts/application.html.erb
|
2575
|
+
Rendering home/index.html.erb within layouts/application
|
2576
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.6ms | GC: 0.0ms)
|
2577
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | GC: 0.0ms)
|
2578
|
+
Completed 200 OK in 18ms (Views: 4.9ms | GC: 2.0ms)
|
2579
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:58 -0700
|
2580
|
+
Processing by HomeController#index as HTML
|
2581
|
+
Rendering layout layouts/application.html.erb
|
2582
|
+
Rendering home/index.html.erb within layouts/application
|
2583
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | GC: 0.0ms)
|
2584
|
+
Rendered layout layouts/application.html.erb (Duration: 2.4ms | GC: 0.0ms)
|
2585
|
+
Completed 200 OK in 3ms (Views: 2.7ms | GC: 0.0ms)
|
2586
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:03:58 -0700
|
2587
|
+
Processing by HomeController#index as HTML
|
2588
|
+
Rendering layout layouts/application.html.erb
|
2589
|
+
Rendering home/index.html.erb within layouts/application
|
2590
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
2591
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
2592
|
+
Completed 200 OK in 2ms (Views: 1.1ms | GC: 0.0ms)
|
2593
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:03:58 -0700
|
2594
|
+
Processing by HomeController#action_list as HTML
|
2595
|
+
Rendering layout layouts/application.html.erb
|
2596
|
+
Rendering home/action_list.html.erb within layouts/application
|
2597
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 5.3ms | GC: 0.0ms)
|
2598
|
+
Rendered layout layouts/application.html.erb (Duration: 5.6ms | GC: 0.0ms)
|
2599
|
+
Completed 200 OK in 7ms (Views: 6.5ms | GC: 0.0ms)
|
2600
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:00 -0700
|
2601
|
+
Processing by HomeController#index as HTML
|
2602
|
+
Rendering layout layouts/application.html.erb
|
2603
|
+
Rendering home/index.html.erb within layouts/application
|
2604
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | GC: 0.0ms)
|
2605
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | GC: 0.0ms)
|
2606
|
+
Completed 200 OK in 51ms (Views: 6.5ms | GC: 8.3ms)
|
2607
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:00 -0700
|
2608
|
+
Processing by HomeController#index as HTML
|
2609
|
+
Rendering layout layouts/application.html.erb
|
2610
|
+
Rendering home/index.html.erb within layouts/application
|
2611
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | GC: 0.0ms)
|
2612
|
+
Rendered layout layouts/application.html.erb (Duration: 3.8ms | GC: 0.0ms)
|
2613
|
+
Completed 200 OK in 4ms (Views: 4.2ms | GC: 0.0ms)
|
2614
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:00 -0700
|
2615
|
+
Processing by HomeController#index as HTML
|
2616
|
+
Rendering layout layouts/application.html.erb
|
2617
|
+
Rendering home/index.html.erb within layouts/application
|
2618
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
2619
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
2620
|
+
Completed 200 OK in 7ms (Views: 1.5ms | GC: 0.0ms)
|
2621
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:04:00 -0700
|
2622
|
+
Processing by HomeController#action_list as HTML
|
2623
|
+
Rendering layout layouts/application.html.erb
|
2624
|
+
Rendering home/action_list.html.erb within layouts/application
|
2625
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 7.3ms | GC: 0.0ms)
|
2626
|
+
Rendered layout layouts/application.html.erb (Duration: 11.9ms | GC: 0.0ms)
|
2627
|
+
Completed 200 OK in 13ms (Views: 12.9ms | GC: 0.0ms)
|
2628
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:23 -0700
|
2629
|
+
Processing by HomeController#index as HTML
|
2630
|
+
Rendering home/index.html.erb within layouts/application
|
2631
|
+
Rendered home/index.html.erb within layouts/application (0.8ms)
|
2632
|
+
Completed 200 OK in 3ms (Views: 2.3ms)
|
2633
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:23 -0700
|
2634
|
+
Processing by HomeController#index as HTML
|
2635
|
+
Rendering home/index.html.erb within layouts/application
|
2636
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
2637
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
2638
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:23 -0700
|
2639
|
+
Processing by HomeController#index as HTML
|
2640
|
+
Rendering home/index.html.erb within layouts/application
|
2641
|
+
Rendered home/index.html.erb within layouts/application (0.3ms)
|
2642
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
2643
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:04:23 -0700
|
2644
|
+
Processing by HomeController#action_list as HTML
|
2645
|
+
Rendering home/action_list.html.erb within layouts/application
|
2646
|
+
Rendered home/action_list.html.erb within layouts/application (1.0ms)
|
2647
|
+
Completed 200 OK in 2ms (Views: 1.5ms)
|
2648
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:25 -0700
|
2649
|
+
Processing by HomeController#index as HTML
|
2650
|
+
Rendering home/index.html.erb within layouts/application
|
2651
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 1627)
|
2652
|
+
Completed 200 OK in 7ms (Views: 3.3ms | Allocations: 9744)
|
2653
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:25 -0700
|
2654
|
+
Processing by HomeController#index as HTML
|
2655
|
+
Rendering home/index.html.erb within layouts/application
|
2656
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
2657
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 237)
|
2658
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:25 -0700
|
2659
|
+
Processing by HomeController#index as HTML
|
2660
|
+
Rendering home/index.html.erb within layouts/application
|
2661
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 82)
|
2662
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 463)
|
2663
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:04:25 -0700
|
2664
|
+
Processing by HomeController#action_list as HTML
|
2665
|
+
Rendering home/action_list.html.erb within layouts/application
|
2666
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.9ms | Allocations: 584)
|
2667
|
+
Completed 200 OK in 17ms (Views: 17.1ms | Allocations: 1079)
|
2668
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:26 -0700
|
2669
|
+
Processing by HomeController#index as HTML
|
2670
|
+
Rendering layout layouts/application.html.erb
|
2671
|
+
Rendering home/index.html.erb within layouts/application
|
2672
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1609)
|
2673
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 1736)
|
2674
|
+
Completed 200 OK in 7ms (Views: 3.6ms | Allocations: 9097)
|
2675
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:26 -0700
|
2676
|
+
Processing by HomeController#index as HTML
|
2677
|
+
Rendering layout layouts/application.html.erb
|
2678
|
+
Rendering home/index.html.erb within layouts/application
|
2679
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
2680
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 48)
|
2681
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 249)
|
2682
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:26 -0700
|
2683
|
+
Processing by HomeController#index as HTML
|
2684
|
+
Rendering layout layouts/application.html.erb
|
2685
|
+
Rendering home/index.html.erb within layouts/application
|
2686
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 82)
|
2687
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 122)
|
2688
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 435)
|
2689
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:04:26 -0700
|
2690
|
+
Processing by HomeController#action_list as HTML
|
2691
|
+
Rendering layout layouts/application.html.erb
|
2692
|
+
Rendering home/action_list.html.erb within layouts/application
|
2693
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 20.3ms | Allocations: 579)
|
2694
|
+
Rendered layout layouts/application.html.erb (Duration: 20.9ms | Allocations: 619)
|
2695
|
+
Completed 200 OK in 21ms (Views: 21.1ms | Allocations: 1036)
|
2696
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:28 -0700
|
2697
|
+
Processing by HomeController#index as HTML
|
2698
|
+
Rendering layout layouts/application.html.erb
|
2699
|
+
Rendering home/index.html.erb within layouts/application
|
2700
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 1732)
|
2701
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 1929)
|
2702
|
+
Completed 200 OK in 9ms (Views: 3.8ms | Allocations: 11618)
|
2703
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:28 -0700
|
2704
|
+
Processing by HomeController#index as HTML
|
2705
|
+
Rendering layout layouts/application.html.erb
|
2706
|
+
Rendering home/index.html.erb within layouts/application
|
2707
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
2708
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
2709
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 291)
|
2710
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:28 -0700
|
2711
|
+
Processing by HomeController#index as HTML
|
2712
|
+
Rendering layout layouts/application.html.erb
|
2713
|
+
Rendering home/index.html.erb within layouts/application
|
2714
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 119)
|
2715
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 185)
|
2716
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 672)
|
2717
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:04:28 -0700
|
2718
|
+
Processing by HomeController#action_list as HTML
|
2719
|
+
Rendering layout layouts/application.html.erb
|
2720
|
+
Rendering home/action_list.html.erb within layouts/application
|
2721
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 13.8ms | Allocations: 762)
|
2722
|
+
Rendered layout layouts/application.html.erb (Duration: 13.8ms | Allocations: 828)
|
2723
|
+
Completed 200 OK in 14ms (Views: 14.1ms | Allocations: 1311)
|
2724
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:30 -0700
|
2725
|
+
Processing by HomeController#index as HTML
|
2726
|
+
Rendering layout layouts/application.html.erb
|
2727
|
+
Rendering home/index.html.erb within layouts/application
|
2728
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 318)
|
2729
|
+
Rendered layout layouts/application.html.erb (Duration: 0.7ms | Allocations: 512)
|
2730
|
+
Completed 200 OK in 12ms (Views: 4.5ms | Allocations: 15559)
|
2731
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:30 -0700
|
2732
|
+
Processing by HomeController#index as HTML
|
2733
|
+
Rendering layout layouts/application.html.erb
|
2734
|
+
Rendering home/index.html.erb within layouts/application
|
2735
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
2736
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
2737
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
2738
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:30 -0700
|
2739
|
+
Processing by HomeController#index as HTML
|
2740
|
+
Rendering layout layouts/application.html.erb
|
2741
|
+
Rendering home/index.html.erb within layouts/application
|
2742
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
2743
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
2744
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 1063)
|
2745
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:04:30 -0700
|
2746
|
+
Processing by HomeController#action_list as HTML
|
2747
|
+
Rendering layout layouts/application.html.erb
|
2748
|
+
Rendering home/action_list.html.erb within layouts/application
|
2749
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 3.9ms | Allocations: 612)
|
2750
|
+
Rendered layout layouts/application.html.erb (Duration: 4.0ms | Allocations: 760)
|
2751
|
+
Completed 200 OK in 4ms (Views: 4.4ms | Allocations: 1303)
|
2752
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:31 -0700
|
2753
|
+
Processing by HomeController#index as HTML
|
2754
|
+
Rendering layout layouts/application.html.erb
|
2755
|
+
Rendering home/index.html.erb within layouts/application
|
2756
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.6ms | GC: 0.0ms)
|
2757
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | GC: 0.0ms)
|
2758
|
+
Completed 200 OK in 18ms (Views: 4.9ms | GC: 1.9ms)
|
2759
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:31 -0700
|
2760
|
+
Processing by HomeController#index as HTML
|
2761
|
+
Rendering layout layouts/application.html.erb
|
2762
|
+
Rendering home/index.html.erb within layouts/application
|
2763
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | GC: 0.0ms)
|
2764
|
+
Rendered layout layouts/application.html.erb (Duration: 2.4ms | GC: 0.0ms)
|
2765
|
+
Completed 200 OK in 3ms (Views: 2.7ms | GC: 0.0ms)
|
2766
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:31 -0700
|
2767
|
+
Processing by HomeController#index as HTML
|
2768
|
+
Rendering layout layouts/application.html.erb
|
2769
|
+
Rendering home/index.html.erb within layouts/application
|
2770
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
2771
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
2772
|
+
Completed 200 OK in 2ms (Views: 1.0ms | GC: 0.0ms)
|
2773
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:04:31 -0700
|
2774
|
+
Processing by HomeController#action_list as HTML
|
2775
|
+
Rendering layout layouts/application.html.erb
|
2776
|
+
Rendering home/action_list.html.erb within layouts/application
|
2777
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 5.0ms | GC: 0.0ms)
|
2778
|
+
Rendered layout layouts/application.html.erb (Duration: 5.3ms | GC: 0.0ms)
|
2779
|
+
Completed 200 OK in 7ms (Views: 6.3ms | GC: 0.0ms)
|
2780
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:33 -0700
|
2781
|
+
Processing by HomeController#index as HTML
|
2782
|
+
Rendering layout layouts/application.html.erb
|
2783
|
+
Rendering home/index.html.erb within layouts/application
|
2784
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | GC: 0.0ms)
|
2785
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | GC: 0.0ms)
|
2786
|
+
Completed 200 OK in 21ms (Views: 5.8ms | GC: 1.0ms)
|
2787
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:33 -0700
|
2788
|
+
Processing by HomeController#index as HTML
|
2789
|
+
Rendering layout layouts/application.html.erb
|
2790
|
+
Rendering home/index.html.erb within layouts/application
|
2791
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
2792
|
+
Rendered layout layouts/application.html.erb (Duration: 3.6ms | GC: 0.0ms)
|
2793
|
+
Completed 200 OK in 4ms (Views: 3.9ms | GC: 0.0ms)
|
2794
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:04:33 -0700
|
2795
|
+
Processing by HomeController#index as HTML
|
2796
|
+
Rendering layout layouts/application.html.erb
|
2797
|
+
Rendering home/index.html.erb within layouts/application
|
2798
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
2799
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
2800
|
+
Completed 200 OK in 6ms (Views: 1.5ms | GC: 0.0ms)
|
2801
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:04:33 -0700
|
2802
|
+
Processing by HomeController#action_list as HTML
|
2803
|
+
Rendering layout layouts/application.html.erb
|
2804
|
+
Rendering home/action_list.html.erb within layouts/application
|
2805
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 7.2ms | GC: 0.0ms)
|
2806
|
+
Rendered layout layouts/application.html.erb (Duration: 11.6ms | GC: 0.0ms)
|
2807
|
+
Completed 200 OK in 13ms (Views: 12.6ms | GC: 0.0ms)
|
2808
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:13:26 -0700
|
2809
|
+
Processing by HomeController#index as HTML
|
2810
|
+
Rendering home/index.html.erb within layouts/application
|
2811
|
+
Rendered home/index.html.erb within layouts/application (0.9ms)
|
2812
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
2813
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:13:26 -0700
|
2814
|
+
Processing by HomeController#index as HTML
|
2815
|
+
Rendering home/index.html.erb within layouts/application
|
2816
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
2817
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
2818
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:13:26 -0700
|
2819
|
+
Processing by HomeController#index as HTML
|
2820
|
+
Rendering home/index.html.erb within layouts/application
|
2821
|
+
Rendered home/index.html.erb within layouts/application (0.3ms)
|
2822
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
2823
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:13:26 -0700
|
2824
|
+
Processing by HomeController#action_list as HTML
|
2825
|
+
Rendering home/action_list.html.erb within layouts/application
|
2826
|
+
Rendered home/action_list.html.erb within layouts/application (1.1ms)
|
2827
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
2828
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:13:28 -0700
|
2829
|
+
Processing by HomeController#index as HTML
|
2830
|
+
Rendering home/index.html.erb within layouts/application
|
2831
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 1627)
|
2832
|
+
Completed 200 OK in 7ms (Views: 3.2ms | Allocations: 9744)
|
2833
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:13:28 -0700
|
2834
|
+
Processing by HomeController#index as HTML
|
2835
|
+
Rendering home/index.html.erb within layouts/application
|
2836
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
2837
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 237)
|
2838
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:13:28 -0700
|
2839
|
+
Processing by HomeController#index as HTML
|
2840
|
+
Rendering home/index.html.erb within layouts/application
|
2841
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 84)
|
2842
|
+
Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 467)
|
2843
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:13:28 -0700
|
2844
|
+
Processing by HomeController#action_list as HTML
|
2845
|
+
Rendering home/action_list.html.erb within layouts/application
|
2846
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.6ms | Allocations: 586)
|
2847
|
+
Completed 200 OK in 17ms (Views: 16.8ms | Allocations: 1081)
|
2848
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:13:29 -0700
|
2849
|
+
Processing by HomeController#index as HTML
|
2850
|
+
Rendering layout layouts/application.html.erb
|
2851
|
+
Rendering home/index.html.erb within layouts/application
|
2852
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 1609)
|
2853
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 1736)
|
2854
|
+
Completed 200 OK in 7ms (Views: 3.9ms | Allocations: 9097)
|
2855
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:13:29 -0700
|
2856
|
+
Processing by HomeController#index as HTML
|
2857
|
+
Rendering layout layouts/application.html.erb
|
2858
|
+
Rendering home/index.html.erb within layouts/application
|
2859
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
2860
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 48)
|
2861
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 249)
|
2862
|
+
Started GET "/" for 127.0.0.1 at 2025-08-24 23:13:29 -0700
|
2863
|
+
Processing by HomeController#index as HTML
|
2864
|
+
Rendering layout layouts/application.html.erb
|
2865
|
+
Rendering home/index.html.erb within layouts/application
|
2866
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 82)
|
2867
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 122)
|
2868
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 435)
|
2869
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-08-24 23:13:29 -0700
|
2870
|
+
Processing by HomeController#action_list as HTML
|
2871
|
+
Rendering layout layouts/application.html.erb
|
2872
|
+
Rendering home/action_list.html.erb within layouts/application
|
2873
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 15.8ms | Allocations: 579)
|
2874
|
+
Rendered layout layouts/application.html.erb (Duration: 15.9ms | Allocations: 619)
|
2875
|
+
Completed 200 OK in 16ms (Views: 16.1ms | Allocations: 1036)
|