onload 1.0.5 → 1.1.0
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 +5 -0
- data/Gemfile +1 -0
- data/README.md +12 -1
- data/lib/onload/config.rb +17 -0
- data/lib/onload/file.rb +10 -2
- data/lib/onload/ignore_file.rb +112 -0
- data/lib/onload/version.rb +1 -1
- data/lib/onload.rb +24 -1
- data/spec/fixtures/hello.rb +5 -0
- data/spec/rails/controllers/home_controller_spec.rb +9 -0
- data/spec/rails/dummy/log/test.log +3711 -0
- data/spec/ruby/onload_spec.rb +8 -0
- data/spec/spec_setup.rb +18 -1
- metadata +4 -1
@@ -2873,3 +2873,3714 @@ Processing by HomeController#action_list as HTML
|
|
2873
2873
|
Rendered home/action_list.html.erb within layouts/application (Duration: 15.8ms | Allocations: 579)
|
2874
2874
|
Rendered layout layouts/application.html.erb (Duration: 15.9ms | Allocations: 619)
|
2875
2875
|
Completed 200 OK in 16ms (Views: 16.1ms | Allocations: 1036)
|
2876
|
+
Started GET "/" for 127.0.0.1 at 2025-10-10 15:52:59 -0700
|
2877
|
+
Processing by HomeController#index as HTML
|
2878
|
+
Rendering layout layouts/application.html.erb
|
2879
|
+
Rendering home/index.html.erb within layouts/application
|
2880
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 1760)
|
2881
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 1957)
|
2882
|
+
Completed 200 OK in 9ms (Views: 3.9ms | Allocations: 11778)
|
2883
|
+
Started GET "/" for 127.0.0.1 at 2025-10-10 15:53:00 -0700
|
2884
|
+
Processing by HomeController#index as HTML
|
2885
|
+
Rendering layout layouts/application.html.erb
|
2886
|
+
Rendering home/index.html.erb within layouts/application
|
2887
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
2888
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
2889
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 290)
|
2890
|
+
Started GET "/" for 127.0.0.1 at 2025-10-10 15:53:00 -0700
|
2891
|
+
Processing by HomeController#index as HTML
|
2892
|
+
Rendering layout layouts/application.html.erb
|
2893
|
+
Rendering home/index.html.erb within layouts/application
|
2894
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 119)
|
2895
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 185)
|
2896
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 672)
|
2897
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-10 15:53:00 -0700
|
2898
|
+
Processing by HomeController#action_list as HTML
|
2899
|
+
Rendering layout layouts/application.html.erb
|
2900
|
+
Rendering home/action_list.html.erb within layouts/application
|
2901
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 15.3ms | Allocations: 762)
|
2902
|
+
Rendered layout layouts/application.html.erb (Duration: 15.4ms | Allocations: 828)
|
2903
|
+
Completed 200 OK in 16ms (Views: 15.6ms | Allocations: 1311)
|
2904
|
+
Started GET "/" for 127.0.0.1 at 2025-10-10 15:53:02 -0700
|
2905
|
+
Processing by HomeController#index as HTML
|
2906
|
+
Rendering layout layouts/application.html.erb
|
2907
|
+
Rendering home/index.html.erb within layouts/application
|
2908
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | Allocations: 318)
|
2909
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | Allocations: 512)
|
2910
|
+
Completed 200 OK in 13ms (Views: 4.4ms | Allocations: 15760)
|
2911
|
+
Started GET "/" for 127.0.0.1 at 2025-10-10 15:53:02 -0700
|
2912
|
+
Processing by HomeController#index as HTML
|
2913
|
+
Rendering layout layouts/application.html.erb
|
2914
|
+
Rendering home/index.html.erb within layouts/application
|
2915
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
2916
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 80)
|
2917
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 250)
|
2918
|
+
Started GET "/" for 127.0.0.1 at 2025-10-10 15:53:02 -0700
|
2919
|
+
Processing by HomeController#index as HTML
|
2920
|
+
Rendering layout layouts/application.html.erb
|
2921
|
+
Rendering home/index.html.erb within layouts/application
|
2922
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
2923
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
2924
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 1060)
|
2925
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-10 15:53:02 -0700
|
2926
|
+
Processing by HomeController#action_list as HTML
|
2927
|
+
Rendering layout layouts/application.html.erb
|
2928
|
+
Rendering home/action_list.html.erb within layouts/application
|
2929
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 3.7ms | Allocations: 612)
|
2930
|
+
Rendered layout layouts/application.html.erb (Duration: 3.8ms | Allocations: 760)
|
2931
|
+
Completed 200 OK in 4ms (Views: 4.2ms | Allocations: 1303)
|
2932
|
+
Started GET "/" for 127.0.0.1 at 2025-10-10 15:53:05 -0700
|
2933
|
+
Processing by HomeController#index as HTML
|
2934
|
+
Rendering layout layouts/application.html.erb
|
2935
|
+
Rendering home/index.html.erb within layouts/application
|
2936
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.6ms | GC: 0.0ms)
|
2937
|
+
Rendered layout layouts/application.html.erb (Duration: 0.9ms | GC: 0.0ms)
|
2938
|
+
Completed 200 OK in 17ms (Views: 4.8ms | GC: 1.8ms)
|
2939
|
+
Started GET "/" for 127.0.0.1 at 2025-10-10 15:53:05 -0700
|
2940
|
+
Processing by HomeController#index as HTML
|
2941
|
+
Rendering layout layouts/application.html.erb
|
2942
|
+
Rendering home/index.html.erb within layouts/application
|
2943
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | GC: 0.0ms)
|
2944
|
+
Rendered layout layouts/application.html.erb (Duration: 2.2ms | GC: 0.0ms)
|
2945
|
+
Completed 200 OK in 3ms (Views: 2.5ms | GC: 0.0ms)
|
2946
|
+
Started GET "/" for 127.0.0.1 at 2025-10-10 15:53:05 -0700
|
2947
|
+
Processing by HomeController#index as HTML
|
2948
|
+
Rendering layout layouts/application.html.erb
|
2949
|
+
Rendering home/index.html.erb within layouts/application
|
2950
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
2951
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
2952
|
+
Completed 200 OK in 2ms (Views: 1.0ms | GC: 0.0ms)
|
2953
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-10 15:53:05 -0700
|
2954
|
+
Processing by HomeController#action_list as HTML
|
2955
|
+
Rendering layout layouts/application.html.erb
|
2956
|
+
Rendering home/action_list.html.erb within layouts/application
|
2957
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 4.8ms | GC: 0.0ms)
|
2958
|
+
Rendered layout layouts/application.html.erb (Duration: 5.1ms | GC: 0.0ms)
|
2959
|
+
Completed 200 OK in 7ms (Views: 6.1ms | GC: 0.0ms)
|
2960
|
+
Started GET "/" for 127.0.0.1 at 2025-10-10 15:53:07 -0700
|
2961
|
+
Processing by HomeController#index as HTML
|
2962
|
+
Rendering layout layouts/application.html.erb
|
2963
|
+
Rendering home/index.html.erb within layouts/application
|
2964
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | GC: 0.0ms)
|
2965
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | GC: 0.0ms)
|
2966
|
+
Completed 200 OK in 19ms (Views: 5.3ms | GC: 0.0ms)
|
2967
|
+
Started GET "/" for 127.0.0.1 at 2025-10-10 15:53:07 -0700
|
2968
|
+
Processing by HomeController#index as HTML
|
2969
|
+
Rendering layout layouts/application.html.erb
|
2970
|
+
Rendering home/index.html.erb within layouts/application
|
2971
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
2972
|
+
Rendered layout layouts/application.html.erb (Duration: 3.2ms | GC: 0.0ms)
|
2973
|
+
Completed 200 OK in 4ms (Views: 3.6ms | GC: 0.0ms)
|
2974
|
+
Started GET "/" for 127.0.0.1 at 2025-10-10 15:53:07 -0700
|
2975
|
+
Processing by HomeController#index as HTML
|
2976
|
+
Rendering layout layouts/application.html.erb
|
2977
|
+
Rendering home/index.html.erb within layouts/application
|
2978
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.5ms | GC: 0.0ms)
|
2979
|
+
Rendered layout layouts/application.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
2980
|
+
Completed 200 OK in 6ms (Views: 1.8ms | GC: 0.0ms)
|
2981
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-10 15:53:07 -0700
|
2982
|
+
Processing by HomeController#action_list as HTML
|
2983
|
+
Rendering layout layouts/application.html.erb
|
2984
|
+
Rendering home/action_list.html.erb within layouts/application
|
2985
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 7.8ms | GC: 0.0ms)
|
2986
|
+
Rendered layout layouts/application.html.erb (Duration: 11.9ms | GC: 0.0ms)
|
2987
|
+
Completed 200 OK in 13ms (Views: 12.9ms | GC: 0.0ms)
|
2988
|
+
Started GET "/" for 127.0.0.1 at 2025-10-10 15:54:26 -0700
|
2989
|
+
Processing by HomeController#index as HTML
|
2990
|
+
Rendering layout layouts/application.html.erb
|
2991
|
+
Rendering home/index.html.erb within layouts/application
|
2992
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.6ms | GC: 0.0ms)
|
2993
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | GC: 0.0ms)
|
2994
|
+
Completed 200 OK in 18ms (Views: 5.2ms | GC: 1.8ms)
|
2995
|
+
Started GET "/" for 127.0.0.1 at 2025-10-10 15:54:26 -0700
|
2996
|
+
Processing by HomeController#index as HTML
|
2997
|
+
Rendering layout layouts/application.html.erb
|
2998
|
+
Rendering home/index.html.erb within layouts/application
|
2999
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | GC: 0.0ms)
|
3000
|
+
Rendered layout layouts/application.html.erb (Duration: 2.2ms | GC: 0.0ms)
|
3001
|
+
Completed 200 OK in 3ms (Views: 2.5ms | GC: 0.0ms)
|
3002
|
+
Started GET "/" for 127.0.0.1 at 2025-10-10 15:54:26 -0700
|
3003
|
+
Processing by HomeController#index as HTML
|
3004
|
+
Rendering layout layouts/application.html.erb
|
3005
|
+
Rendering home/index.html.erb within layouts/application
|
3006
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
3007
|
+
Rendered layout layouts/application.html.erb (Duration: 0.6ms | GC: 0.0ms)
|
3008
|
+
Completed 200 OK in 2ms (Views: 1.2ms | GC: 0.0ms)
|
3009
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-10 15:54:26 -0700
|
3010
|
+
Processing by HomeController#action_list as HTML
|
3011
|
+
Rendering layout layouts/application.html.erb
|
3012
|
+
Rendering home/action_list.html.erb within layouts/application
|
3013
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 5.0ms | GC: 0.0ms)
|
3014
|
+
Rendered layout layouts/application.html.erb (Duration: 5.3ms | GC: 0.0ms)
|
3015
|
+
Completed 200 OK in 7ms (Views: 6.2ms | GC: 0.0ms)
|
3016
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:38 -0700
|
3017
|
+
Processing by HomeController#index as HTML
|
3018
|
+
Rendering home/index.html.erb within layouts/application
|
3019
|
+
Rendered home/index.html.erb within layouts/application (1.2ms)
|
3020
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
3021
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:38 -0700
|
3022
|
+
Processing by HomeController#index as HTML
|
3023
|
+
Rendering home/index.html.erb within layouts/application
|
3024
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
3025
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
3026
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:38 -0700
|
3027
|
+
Processing by HomeController#index as HTML
|
3028
|
+
Rendering home/index.html.erb within layouts/application
|
3029
|
+
Rendered home/index.html.erb within layouts/application (0.3ms)
|
3030
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
3031
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:41:38 -0700
|
3032
|
+
Processing by HomeController#action_list as HTML
|
3033
|
+
Rendering home/action_list.html.erb within layouts/application
|
3034
|
+
Rendered home/action_list.html.erb within layouts/application (1.1ms)
|
3035
|
+
Completed 200 OK in 2ms (Views: 1.6ms)
|
3036
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:40 -0700
|
3037
|
+
Processing by HomeController#index as HTML
|
3038
|
+
Rendering home/index.html.erb within layouts/application
|
3039
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 2330)
|
3040
|
+
Completed 200 OK in 7ms (Views: 3.7ms | Allocations: 10447)
|
3041
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:40 -0700
|
3042
|
+
Processing by HomeController#index as HTML
|
3043
|
+
Rendering home/index.html.erb within layouts/application
|
3044
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
3045
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 237)
|
3046
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:40 -0700
|
3047
|
+
Processing by HomeController#index as HTML
|
3048
|
+
Rendering home/index.html.erb within layouts/application
|
3049
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 84)
|
3050
|
+
Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 467)
|
3051
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:41:40 -0700
|
3052
|
+
Processing by HomeController#action_list as HTML
|
3053
|
+
Rendering home/action_list.html.erb within layouts/application
|
3054
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.3ms | Allocations: 586)
|
3055
|
+
Completed 200 OK in 17ms (Views: 16.5ms | Allocations: 1080)
|
3056
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:41 -0700
|
3057
|
+
Processing by HomeController#index as HTML
|
3058
|
+
Rendering layout layouts/application.html.erb
|
3059
|
+
Rendering home/index.html.erb within layouts/application
|
3060
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 2305)
|
3061
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 2432)
|
3062
|
+
Completed 200 OK in 7ms (Views: 3.6ms | Allocations: 9793)
|
3063
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:41 -0700
|
3064
|
+
Processing by HomeController#index as HTML
|
3065
|
+
Rendering layout layouts/application.html.erb
|
3066
|
+
Rendering home/index.html.erb within layouts/application
|
3067
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
3068
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 48)
|
3069
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 249)
|
3070
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:41 -0700
|
3071
|
+
Processing by HomeController#index as HTML
|
3072
|
+
Rendering layout layouts/application.html.erb
|
3073
|
+
Rendering home/index.html.erb within layouts/application
|
3074
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 82)
|
3075
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | Allocations: 122)
|
3076
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 435)
|
3077
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:41:41 -0700
|
3078
|
+
Processing by HomeController#action_list as HTML
|
3079
|
+
Rendering layout layouts/application.html.erb
|
3080
|
+
Rendering home/action_list.html.erb within layouts/application
|
3081
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.1ms | Allocations: 579)
|
3082
|
+
Rendered layout layouts/application.html.erb (Duration: 14.2ms | Allocations: 619)
|
3083
|
+
Completed 200 OK in 15ms (Views: 14.4ms | Allocations: 1036)
|
3084
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:43 -0700
|
3085
|
+
Processing by HomeController#index as HTML
|
3086
|
+
Rendering layout layouts/application.html.erb
|
3087
|
+
Rendering home/index.html.erb within layouts/application
|
3088
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 2426)
|
3089
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 2623)
|
3090
|
+
Completed 200 OK in 8ms (Views: 3.8ms | Allocations: 12311)
|
3091
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:43 -0700
|
3092
|
+
Processing by HomeController#index as HTML
|
3093
|
+
Rendering layout layouts/application.html.erb
|
3094
|
+
Rendering home/index.html.erb within layouts/application
|
3095
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
3096
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
3097
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 290)
|
3098
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:43 -0700
|
3099
|
+
Processing by HomeController#index as HTML
|
3100
|
+
Rendering layout layouts/application.html.erb
|
3101
|
+
Rendering home/index.html.erb within layouts/application
|
3102
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 120)
|
3103
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 186)
|
3104
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 673)
|
3105
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:41:43 -0700
|
3106
|
+
Processing by HomeController#action_list as HTML
|
3107
|
+
Rendering layout layouts/application.html.erb
|
3108
|
+
Rendering home/action_list.html.erb within layouts/application
|
3109
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.1ms | Allocations: 764)
|
3110
|
+
Rendered layout layouts/application.html.erb (Duration: 16.2ms | Allocations: 830)
|
3111
|
+
Completed 200 OK in 16ms (Views: 16.4ms | Allocations: 1314)
|
3112
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:45 -0700
|
3113
|
+
Processing by HomeController#index as HTML
|
3114
|
+
Rendering layout layouts/application.html.erb
|
3115
|
+
Rendering home/index.html.erb within layouts/application
|
3116
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 1216)
|
3117
|
+
Rendered layout layouts/application.html.erb (Duration: 0.9ms | Allocations: 1410)
|
3118
|
+
Completed 200 OK in 13ms (Views: 4.6ms | Allocations: 16558)
|
3119
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:45 -0700
|
3120
|
+
Processing by HomeController#index as HTML
|
3121
|
+
Rendering layout layouts/application.html.erb
|
3122
|
+
Rendering home/index.html.erb within layouts/application
|
3123
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
3124
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 80)
|
3125
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
3126
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:45 -0700
|
3127
|
+
Processing by HomeController#index as HTML
|
3128
|
+
Rendering layout layouts/application.html.erb
|
3129
|
+
Rendering home/index.html.erb within layouts/application
|
3130
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
3131
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
3132
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 1060)
|
3133
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:41:45 -0700
|
3134
|
+
Processing by HomeController#action_list as HTML
|
3135
|
+
Rendering layout layouts/application.html.erb
|
3136
|
+
Rendering home/action_list.html.erb within layouts/application
|
3137
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 3.3ms | Allocations: 613)
|
3138
|
+
Rendered layout layouts/application.html.erb (Duration: 3.5ms | Allocations: 761)
|
3139
|
+
Completed 200 OK in 4ms (Views: 3.8ms | Allocations: 1304)
|
3140
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:47 -0700
|
3141
|
+
Processing by HomeController#index as HTML
|
3142
|
+
Rendering layout layouts/application.html.erb
|
3143
|
+
Rendering home/index.html.erb within layouts/application
|
3144
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | GC: 0.0ms)
|
3145
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | GC: 0.0ms)
|
3146
|
+
Completed 200 OK in 17ms (Views: 5.0ms | GC: 1.7ms)
|
3147
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:47 -0700
|
3148
|
+
Processing by HomeController#index as HTML
|
3149
|
+
Rendering layout layouts/application.html.erb
|
3150
|
+
Rendering home/index.html.erb within layouts/application
|
3151
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | GC: 0.0ms)
|
3152
|
+
Rendered layout layouts/application.html.erb (Duration: 2.2ms | GC: 0.0ms)
|
3153
|
+
Completed 200 OK in 3ms (Views: 2.5ms | GC: 0.0ms)
|
3154
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:47 -0700
|
3155
|
+
Processing by HomeController#index as HTML
|
3156
|
+
Rendering layout layouts/application.html.erb
|
3157
|
+
Rendering home/index.html.erb within layouts/application
|
3158
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
3159
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
3160
|
+
Completed 200 OK in 2ms (Views: 1.1ms | GC: 0.0ms)
|
3161
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:41:47 -0700
|
3162
|
+
Processing by HomeController#action_list as HTML
|
3163
|
+
Rendering layout layouts/application.html.erb
|
3164
|
+
Rendering home/action_list.html.erb within layouts/application
|
3165
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 5.2ms | GC: 0.0ms)
|
3166
|
+
Rendered layout layouts/application.html.erb (Duration: 5.6ms | GC: 0.0ms)
|
3167
|
+
Completed 200 OK in 8ms (Views: 6.6ms | GC: 0.0ms)
|
3168
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:49 -0700
|
3169
|
+
Processing by HomeController#index as HTML
|
3170
|
+
Rendering layout layouts/application.html.erb
|
3171
|
+
Rendering home/index.html.erb within layouts/application
|
3172
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
3173
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | GC: 0.0ms)
|
3174
|
+
Completed 200 OK in 18ms (Views: 5.3ms | GC: 0.0ms)
|
3175
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:49 -0700
|
3176
|
+
Processing by HomeController#index as HTML
|
3177
|
+
Rendering layout layouts/application.html.erb
|
3178
|
+
Rendering home/index.html.erb within layouts/application
|
3179
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
3180
|
+
Rendered layout layouts/application.html.erb (Duration: 3.2ms | GC: 0.0ms)
|
3181
|
+
Completed 200 OK in 4ms (Views: 3.5ms | GC: 0.0ms)
|
3182
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:41:49 -0700
|
3183
|
+
Processing by HomeController#index as HTML
|
3184
|
+
Rendering layout layouts/application.html.erb
|
3185
|
+
Rendering home/index.html.erb within layouts/application
|
3186
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
3187
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
3188
|
+
Completed 200 OK in 6ms (Views: 1.4ms | GC: 0.0ms)
|
3189
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:41:49 -0700
|
3190
|
+
Processing by HomeController#action_list as HTML
|
3191
|
+
Rendering layout layouts/application.html.erb
|
3192
|
+
Rendering home/action_list.html.erb within layouts/application
|
3193
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 6.9ms | GC: 0.0ms)
|
3194
|
+
Rendered layout layouts/application.html.erb (Duration: 10.7ms | GC: 0.0ms)
|
3195
|
+
Completed 200 OK in 12ms (Views: 11.7ms | GC: 0.0ms)
|
3196
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:24 -0700
|
3197
|
+
Processing by HomeController#index as HTML
|
3198
|
+
Rendering home/index.html.erb within layouts/application
|
3199
|
+
Rendered home/index.html.erb within layouts/application (1.2ms)
|
3200
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
3201
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:24 -0700
|
3202
|
+
Processing by HomeController#index as HTML
|
3203
|
+
Rendering home/index.html.erb within layouts/application
|
3204
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
3205
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
3206
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:24 -0700
|
3207
|
+
Processing by HomeController#index as HTML
|
3208
|
+
Rendering home/index.html.erb within layouts/application
|
3209
|
+
Rendered home/index.html.erb within layouts/application (0.4ms)
|
3210
|
+
Completed 200 OK in 4ms (Views: 3.4ms)
|
3211
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:45:24 -0700
|
3212
|
+
Processing by HomeController#action_list as HTML
|
3213
|
+
Rendering home/action_list.html.erb within layouts/application
|
3214
|
+
Rendered home/action_list.html.erb within layouts/application (1.1ms)
|
3215
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
3216
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:26 -0700
|
3217
|
+
Processing by HomeController#index as HTML
|
3218
|
+
Rendering home/index.html.erb within layouts/application
|
3219
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 2330)
|
3220
|
+
Completed 200 OK in 7ms (Views: 3.6ms | Allocations: 10447)
|
3221
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:26 -0700
|
3222
|
+
Processing by HomeController#index as HTML
|
3223
|
+
Rendering home/index.html.erb within layouts/application
|
3224
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
3225
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 237)
|
3226
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:26 -0700
|
3227
|
+
Processing by HomeController#index as HTML
|
3228
|
+
Rendering home/index.html.erb within layouts/application
|
3229
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 84)
|
3230
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 467)
|
3231
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:45:26 -0700
|
3232
|
+
Processing by HomeController#action_list as HTML
|
3233
|
+
Rendering home/action_list.html.erb within layouts/application
|
3234
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.2ms | Allocations: 586)
|
3235
|
+
Completed 200 OK in 17ms (Views: 16.4ms | Allocations: 1080)
|
3236
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:27 -0700
|
3237
|
+
Processing by HomeController#index as HTML
|
3238
|
+
Rendering layout layouts/application.html.erb
|
3239
|
+
Rendering home/index.html.erb within layouts/application
|
3240
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 2305)
|
3241
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 2432)
|
3242
|
+
Completed 200 OK in 7ms (Views: 3.6ms | Allocations: 9793)
|
3243
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:27 -0700
|
3244
|
+
Processing by HomeController#index as HTML
|
3245
|
+
Rendering layout layouts/application.html.erb
|
3246
|
+
Rendering home/index.html.erb within layouts/application
|
3247
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
3248
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 48)
|
3249
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 249)
|
3250
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:27 -0700
|
3251
|
+
Processing by HomeController#index as HTML
|
3252
|
+
Rendering layout layouts/application.html.erb
|
3253
|
+
Rendering home/index.html.erb within layouts/application
|
3254
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 82)
|
3255
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 122)
|
3256
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 435)
|
3257
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:45:27 -0700
|
3258
|
+
Processing by HomeController#action_list as HTML
|
3259
|
+
Rendering layout layouts/application.html.erb
|
3260
|
+
Rendering home/action_list.html.erb within layouts/application
|
3261
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.6ms | Allocations: 579)
|
3262
|
+
Rendered layout layouts/application.html.erb (Duration: 14.7ms | Allocations: 619)
|
3263
|
+
Completed 200 OK in 15ms (Views: 14.9ms | Allocations: 1036)
|
3264
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:29 -0700
|
3265
|
+
Processing by HomeController#index as HTML
|
3266
|
+
Rendering layout layouts/application.html.erb
|
3267
|
+
Rendering home/index.html.erb within layouts/application
|
3268
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 2426)
|
3269
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 2623)
|
3270
|
+
Completed 200 OK in 9ms (Views: 3.9ms | Allocations: 12311)
|
3271
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:29 -0700
|
3272
|
+
Processing by HomeController#index as HTML
|
3273
|
+
Rendering layout layouts/application.html.erb
|
3274
|
+
Rendering home/index.html.erb within layouts/application
|
3275
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
3276
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
3277
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 290)
|
3278
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:29 -0700
|
3279
|
+
Processing by HomeController#index as HTML
|
3280
|
+
Rendering layout layouts/application.html.erb
|
3281
|
+
Rendering home/index.html.erb within layouts/application
|
3282
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 120)
|
3283
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 186)
|
3284
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 673)
|
3285
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:45:29 -0700
|
3286
|
+
Processing by HomeController#action_list as HTML
|
3287
|
+
Rendering layout layouts/application.html.erb
|
3288
|
+
Rendering home/action_list.html.erb within layouts/application
|
3289
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.2ms | Allocations: 764)
|
3290
|
+
Rendered layout layouts/application.html.erb (Duration: 16.2ms | Allocations: 830)
|
3291
|
+
Completed 200 OK in 17ms (Views: 16.5ms | Allocations: 1314)
|
3292
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:30 -0700
|
3293
|
+
Processing by HomeController#index as HTML
|
3294
|
+
Rendering layout layouts/application.html.erb
|
3295
|
+
Rendering home/index.html.erb within layouts/application
|
3296
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 1216)
|
3297
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 1410)
|
3298
|
+
Completed 200 OK in 13ms (Views: 4.7ms | Allocations: 16558)
|
3299
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:30 -0700
|
3300
|
+
Processing by HomeController#index as HTML
|
3301
|
+
Rendering layout layouts/application.html.erb
|
3302
|
+
Rendering home/index.html.erb within layouts/application
|
3303
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
3304
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
3305
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
3306
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:30 -0700
|
3307
|
+
Processing by HomeController#index as HTML
|
3308
|
+
Rendering layout layouts/application.html.erb
|
3309
|
+
Rendering home/index.html.erb within layouts/application
|
3310
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
3311
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
3312
|
+
Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 1060)
|
3313
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:45:30 -0700
|
3314
|
+
Processing by HomeController#action_list as HTML
|
3315
|
+
Rendering layout layouts/application.html.erb
|
3316
|
+
Rendering home/action_list.html.erb within layouts/application
|
3317
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 3.6ms | Allocations: 613)
|
3318
|
+
Rendered layout layouts/application.html.erb (Duration: 3.7ms | Allocations: 761)
|
3319
|
+
Completed 200 OK in 4ms (Views: 4.0ms | Allocations: 1304)
|
3320
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:32 -0700
|
3321
|
+
Processing by HomeController#index as HTML
|
3322
|
+
Rendering layout layouts/application.html.erb
|
3323
|
+
Rendering home/index.html.erb within layouts/application
|
3324
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | GC: 0.0ms)
|
3325
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | GC: 0.0ms)
|
3326
|
+
Completed 200 OK in 17ms (Views: 5.0ms | GC: 0.3ms)
|
3327
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:32 -0700
|
3328
|
+
Processing by HomeController#index as HTML
|
3329
|
+
Rendering layout layouts/application.html.erb
|
3330
|
+
Rendering home/index.html.erb within layouts/application
|
3331
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | GC: 0.0ms)
|
3332
|
+
Rendered layout layouts/application.html.erb (Duration: 2.3ms | GC: 0.0ms)
|
3333
|
+
Completed 200 OK in 3ms (Views: 2.6ms | GC: 0.0ms)
|
3334
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:32 -0700
|
3335
|
+
Processing by HomeController#index as HTML
|
3336
|
+
Rendering layout layouts/application.html.erb
|
3337
|
+
Rendering home/index.html.erb within layouts/application
|
3338
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
3339
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
3340
|
+
Completed 200 OK in 2ms (Views: 1.1ms | GC: 0.0ms)
|
3341
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:45:32 -0700
|
3342
|
+
Processing by HomeController#action_list as HTML
|
3343
|
+
Rendering layout layouts/application.html.erb
|
3344
|
+
Rendering home/action_list.html.erb within layouts/application
|
3345
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 4.5ms | GC: 0.0ms)
|
3346
|
+
Rendered layout layouts/application.html.erb (Duration: 4.8ms | GC: 0.0ms)
|
3347
|
+
Completed 200 OK in 7ms (Views: 5.8ms | GC: 0.0ms)
|
3348
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:34 -0700
|
3349
|
+
Processing by HomeController#index as HTML
|
3350
|
+
Rendering layout layouts/application.html.erb
|
3351
|
+
Rendering home/index.html.erb within layouts/application
|
3352
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
3353
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | GC: 0.0ms)
|
3354
|
+
Completed 200 OK in 19ms (Views: 5.5ms | GC: 0.0ms)
|
3355
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:34 -0700
|
3356
|
+
Processing by HomeController#index as HTML
|
3357
|
+
Rendering layout layouts/application.html.erb
|
3358
|
+
Rendering home/index.html.erb within layouts/application
|
3359
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
3360
|
+
Rendered layout layouts/application.html.erb (Duration: 3.7ms | GC: 0.0ms)
|
3361
|
+
Completed 200 OK in 4ms (Views: 4.2ms | GC: 0.0ms)
|
3362
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:34 -0700
|
3363
|
+
Processing by HomeController#index as HTML
|
3364
|
+
Rendering layout layouts/application.html.erb
|
3365
|
+
Rendering home/index.html.erb within layouts/application
|
3366
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
3367
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
3368
|
+
Completed 200 OK in 6ms (Views: 1.5ms | GC: 0.0ms)
|
3369
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:45:34 -0700
|
3370
|
+
Processing by HomeController#action_list as HTML
|
3371
|
+
Rendering layout layouts/application.html.erb
|
3372
|
+
Rendering home/action_list.html.erb within layouts/application
|
3373
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 7.3ms | GC: 0.0ms)
|
3374
|
+
Rendered layout layouts/application.html.erb (Duration: 11.4ms | GC: 0.0ms)
|
3375
|
+
Completed 200 OK in 13ms (Views: 12.3ms | GC: 0.0ms)
|
3376
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:53 -0700
|
3377
|
+
Processing by HomeController#index as HTML
|
3378
|
+
Rendering home/index.html.erb within layouts/application
|
3379
|
+
Rendered home/index.html.erb within layouts/application (0.9ms)
|
3380
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
3381
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:53 -0700
|
3382
|
+
Processing by HomeController#index as HTML
|
3383
|
+
Rendering home/index.html.erb within layouts/application
|
3384
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
3385
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
3386
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:53 -0700
|
3387
|
+
Processing by HomeController#index as HTML
|
3388
|
+
Rendering home/index.html.erb within layouts/application
|
3389
|
+
Rendered home/index.html.erb within layouts/application (0.4ms)
|
3390
|
+
Completed 200 OK in 4ms (Views: 3.5ms)
|
3391
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:45:53 -0700
|
3392
|
+
Processing by HomeController#action_list as HTML
|
3393
|
+
Rendering home/action_list.html.erb within layouts/application
|
3394
|
+
Rendered home/action_list.html.erb within layouts/application (1.0ms)
|
3395
|
+
Completed 200 OK in 2ms (Views: 1.6ms)
|
3396
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:55 -0700
|
3397
|
+
Processing by HomeController#index as HTML
|
3398
|
+
Rendering home/index.html.erb within layouts/application
|
3399
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 2330)
|
3400
|
+
Completed 200 OK in 7ms (Views: 3.6ms | Allocations: 10447)
|
3401
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:55 -0700
|
3402
|
+
Processing by HomeController#index as HTML
|
3403
|
+
Rendering home/index.html.erb within layouts/application
|
3404
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
3405
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 237)
|
3406
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:55 -0700
|
3407
|
+
Processing by HomeController#index as HTML
|
3408
|
+
Rendering home/index.html.erb within layouts/application
|
3409
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 84)
|
3410
|
+
Completed 200 OK in 1ms (Views: 0.4ms | Allocations: 467)
|
3411
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:45:55 -0700
|
3412
|
+
Processing by HomeController#action_list as HTML
|
3413
|
+
Rendering home/action_list.html.erb within layouts/application
|
3414
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.2ms | Allocations: 584)
|
3415
|
+
Completed 200 OK in 17ms (Views: 16.4ms | Allocations: 1078)
|
3416
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:56 -0700
|
3417
|
+
Processing by HomeController#index as HTML
|
3418
|
+
Rendering layout layouts/application.html.erb
|
3419
|
+
Rendering home/index.html.erb within layouts/application
|
3420
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.5ms | Allocations: 2305)
|
3421
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | Allocations: 2432)
|
3422
|
+
Completed 200 OK in 7ms (Views: 3.9ms | Allocations: 9793)
|
3423
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:56 -0700
|
3424
|
+
Processing by HomeController#index as HTML
|
3425
|
+
Rendering layout layouts/application.html.erb
|
3426
|
+
Rendering home/index.html.erb within layouts/application
|
3427
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
3428
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 48)
|
3429
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 249)
|
3430
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:56 -0700
|
3431
|
+
Processing by HomeController#index as HTML
|
3432
|
+
Rendering layout layouts/application.html.erb
|
3433
|
+
Rendering home/index.html.erb within layouts/application
|
3434
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 82)
|
3435
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 122)
|
3436
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 435)
|
3437
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:45:56 -0700
|
3438
|
+
Processing by HomeController#action_list as HTML
|
3439
|
+
Rendering layout layouts/application.html.erb
|
3440
|
+
Rendering home/action_list.html.erb within layouts/application
|
3441
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.6ms | Allocations: 579)
|
3442
|
+
Rendered layout layouts/application.html.erb (Duration: 14.6ms | Allocations: 619)
|
3443
|
+
Completed 200 OK in 15ms (Views: 14.8ms | Allocations: 1036)
|
3444
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:58 -0700
|
3445
|
+
Processing by HomeController#index as HTML
|
3446
|
+
Rendering layout layouts/application.html.erb
|
3447
|
+
Rendering home/index.html.erb within layouts/application
|
3448
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 2426)
|
3449
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 2623)
|
3450
|
+
Completed 200 OK in 9ms (Views: 3.9ms | Allocations: 12311)
|
3451
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:58 -0700
|
3452
|
+
Processing by HomeController#index as HTML
|
3453
|
+
Rendering layout layouts/application.html.erb
|
3454
|
+
Rendering home/index.html.erb within layouts/application
|
3455
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
3456
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
3457
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 290)
|
3458
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:58 -0700
|
3459
|
+
Processing by HomeController#index as HTML
|
3460
|
+
Rendering layout layouts/application.html.erb
|
3461
|
+
Rendering home/index.html.erb within layouts/application
|
3462
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 120)
|
3463
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 186)
|
3464
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 673)
|
3465
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:45:58 -0700
|
3466
|
+
Processing by HomeController#action_list as HTML
|
3467
|
+
Rendering layout layouts/application.html.erb
|
3468
|
+
Rendering home/action_list.html.erb within layouts/application
|
3469
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 17.5ms | Allocations: 764)
|
3470
|
+
Rendered layout layouts/application.html.erb (Duration: 17.6ms | Allocations: 830)
|
3471
|
+
Completed 200 OK in 18ms (Views: 17.9ms | Allocations: 1314)
|
3472
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:59 -0700
|
3473
|
+
Processing by HomeController#index as HTML
|
3474
|
+
Rendering layout layouts/application.html.erb
|
3475
|
+
Rendering home/index.html.erb within layouts/application
|
3476
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 1216)
|
3477
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 1410)
|
3478
|
+
Completed 200 OK in 13ms (Views: 4.7ms | Allocations: 16558)
|
3479
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:59 -0700
|
3480
|
+
Processing by HomeController#index as HTML
|
3481
|
+
Rendering layout layouts/application.html.erb
|
3482
|
+
Rendering home/index.html.erb within layouts/application
|
3483
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
3484
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
3485
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
3486
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:45:59 -0700
|
3487
|
+
Processing by HomeController#index as HTML
|
3488
|
+
Rendering layout layouts/application.html.erb
|
3489
|
+
Rendering home/index.html.erb within layouts/application
|
3490
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
3491
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
3492
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 1060)
|
3493
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:45:59 -0700
|
3494
|
+
Processing by HomeController#action_list as HTML
|
3495
|
+
Rendering layout layouts/application.html.erb
|
3496
|
+
Rendering home/action_list.html.erb within layouts/application
|
3497
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 3.7ms | Allocations: 613)
|
3498
|
+
Rendered layout layouts/application.html.erb (Duration: 3.8ms | Allocations: 761)
|
3499
|
+
Completed 200 OK in 4ms (Views: 4.1ms | Allocations: 1304)
|
3500
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:46:01 -0700
|
3501
|
+
Processing by HomeController#index as HTML
|
3502
|
+
Rendering layout layouts/application.html.erb
|
3503
|
+
Rendering home/index.html.erb within layouts/application
|
3504
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
3505
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | GC: 0.0ms)
|
3506
|
+
Completed 200 OK in 16ms (Views: 5.3ms | GC: 0.3ms)
|
3507
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:46:01 -0700
|
3508
|
+
Processing by HomeController#index as HTML
|
3509
|
+
Rendering layout layouts/application.html.erb
|
3510
|
+
Rendering home/index.html.erb within layouts/application
|
3511
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | GC: 0.0ms)
|
3512
|
+
Rendered layout layouts/application.html.erb (Duration: 2.3ms | GC: 0.0ms)
|
3513
|
+
Completed 200 OK in 3ms (Views: 2.6ms | GC: 0.0ms)
|
3514
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:46:01 -0700
|
3515
|
+
Processing by HomeController#index as HTML
|
3516
|
+
Rendering layout layouts/application.html.erb
|
3517
|
+
Rendering home/index.html.erb within layouts/application
|
3518
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
3519
|
+
Rendered layout layouts/application.html.erb (Duration: 0.6ms | GC: 0.0ms)
|
3520
|
+
Completed 200 OK in 2ms (Views: 1.2ms | GC: 0.0ms)
|
3521
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:46:01 -0700
|
3522
|
+
Processing by HomeController#action_list as HTML
|
3523
|
+
Rendering layout layouts/application.html.erb
|
3524
|
+
Rendering home/action_list.html.erb within layouts/application
|
3525
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 4.5ms | GC: 0.0ms)
|
3526
|
+
Rendered layout layouts/application.html.erb (Duration: 4.8ms | GC: 0.0ms)
|
3527
|
+
Completed 200 OK in 6ms (Views: 5.6ms | GC: 0.0ms)
|
3528
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:46:02 -0700
|
3529
|
+
Processing by HomeController#index as HTML
|
3530
|
+
Rendering layout layouts/application.html.erb
|
3531
|
+
Rendering home/index.html.erb within layouts/application
|
3532
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
3533
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | GC: 0.0ms)
|
3534
|
+
Completed 200 OK in 19ms (Views: 5.5ms | GC: 0.0ms)
|
3535
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:46:02 -0700
|
3536
|
+
Processing by HomeController#index as HTML
|
3537
|
+
Rendering layout layouts/application.html.erb
|
3538
|
+
Rendering home/index.html.erb within layouts/application
|
3539
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
3540
|
+
Rendered layout layouts/application.html.erb (Duration: 3.3ms | GC: 0.0ms)
|
3541
|
+
Completed 200 OK in 4ms (Views: 3.6ms | GC: 0.0ms)
|
3542
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:46:02 -0700
|
3543
|
+
Processing by HomeController#index as HTML
|
3544
|
+
Rendering layout layouts/application.html.erb
|
3545
|
+
Rendering home/index.html.erb within layouts/application
|
3546
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
3547
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
3548
|
+
Completed 200 OK in 6ms (Views: 1.5ms | GC: 0.0ms)
|
3549
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:46:02 -0700
|
3550
|
+
Processing by HomeController#action_list as HTML
|
3551
|
+
Rendering layout layouts/application.html.erb
|
3552
|
+
Rendering home/action_list.html.erb within layouts/application
|
3553
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 7.0ms | GC: 0.0ms)
|
3554
|
+
Rendered layout layouts/application.html.erb (Duration: 11.3ms | GC: 0.2ms)
|
3555
|
+
Completed 200 OK in 13ms (Views: 12.3ms | GC: 0.2ms)
|
3556
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:15 -0700
|
3557
|
+
Processing by HomeController#index as HTML
|
3558
|
+
Rendering home/index.html.erb within layouts/application
|
3559
|
+
Rendered home/index.html.erb within layouts/application (1.0ms)
|
3560
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
3561
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:15 -0700
|
3562
|
+
Processing by HomeController#index as HTML
|
3563
|
+
Rendering home/index.html.erb within layouts/application
|
3564
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
3565
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
3566
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:15 -0700
|
3567
|
+
Processing by HomeController#index as HTML
|
3568
|
+
Rendering home/index.html.erb within layouts/application
|
3569
|
+
Rendered home/index.html.erb within layouts/application (0.4ms)
|
3570
|
+
Completed 200 OK in 4ms (Views: 3.5ms)
|
3571
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:48:15 -0700
|
3572
|
+
Processing by HomeController#action_list as HTML
|
3573
|
+
Rendering home/action_list.html.erb within layouts/application
|
3574
|
+
Rendered home/action_list.html.erb within layouts/application (1.1ms)
|
3575
|
+
Completed 200 OK in 2ms (Views: 1.5ms)
|
3576
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:17 -0700
|
3577
|
+
Processing by HomeController#index as HTML
|
3578
|
+
Rendering home/index.html.erb within layouts/application
|
3579
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 2330)
|
3580
|
+
Completed 200 OK in 7ms (Views: 3.5ms | Allocations: 10447)
|
3581
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:17 -0700
|
3582
|
+
Processing by HomeController#index as HTML
|
3583
|
+
Rendering home/index.html.erb within layouts/application
|
3584
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
3585
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 237)
|
3586
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:17 -0700
|
3587
|
+
Processing by HomeController#index as HTML
|
3588
|
+
Rendering home/index.html.erb within layouts/application
|
3589
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 84)
|
3590
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 467)
|
3591
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:48:17 -0700
|
3592
|
+
Processing by HomeController#action_list as HTML
|
3593
|
+
Rendering home/action_list.html.erb within layouts/application
|
3594
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.5ms | Allocations: 584)
|
3595
|
+
Completed 200 OK in 17ms (Views: 16.7ms | Allocations: 1078)
|
3596
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:18 -0700
|
3597
|
+
Processing by HomeController#index as HTML
|
3598
|
+
Rendering layout layouts/application.html.erb
|
3599
|
+
Rendering home/index.html.erb within layouts/application
|
3600
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 2305)
|
3601
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 2432)
|
3602
|
+
Completed 200 OK in 7ms (Views: 3.6ms | Allocations: 9793)
|
3603
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:18 -0700
|
3604
|
+
Processing by HomeController#index as HTML
|
3605
|
+
Rendering layout layouts/application.html.erb
|
3606
|
+
Rendering home/index.html.erb within layouts/application
|
3607
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
3608
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 48)
|
3609
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 249)
|
3610
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:18 -0700
|
3611
|
+
Processing by HomeController#index as HTML
|
3612
|
+
Rendering layout layouts/application.html.erb
|
3613
|
+
Rendering home/index.html.erb within layouts/application
|
3614
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 82)
|
3615
|
+
Rendered layout layouts/application.html.erb (Duration: 0.2ms | Allocations: 122)
|
3616
|
+
Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 435)
|
3617
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:48:18 -0700
|
3618
|
+
Processing by HomeController#action_list as HTML
|
3619
|
+
Rendering layout layouts/application.html.erb
|
3620
|
+
Rendering home/action_list.html.erb within layouts/application
|
3621
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 13.5ms | Allocations: 579)
|
3622
|
+
Rendered layout layouts/application.html.erb (Duration: 13.6ms | Allocations: 619)
|
3623
|
+
Completed 200 OK in 14ms (Views: 13.8ms | Allocations: 1036)
|
3624
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:19 -0700
|
3625
|
+
Processing by HomeController#index as HTML
|
3626
|
+
Rendering layout layouts/application.html.erb
|
3627
|
+
Rendering home/index.html.erb within layouts/application
|
3628
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 2426)
|
3629
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 2623)
|
3630
|
+
Completed 200 OK in 8ms (Views: 3.8ms | Allocations: 12311)
|
3631
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:20 -0700
|
3632
|
+
Processing by HomeController#index as HTML
|
3633
|
+
Rendering layout layouts/application.html.erb
|
3634
|
+
Rendering home/index.html.erb within layouts/application
|
3635
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
3636
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
3637
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 290)
|
3638
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:20 -0700
|
3639
|
+
Processing by HomeController#index as HTML
|
3640
|
+
Rendering layout layouts/application.html.erb
|
3641
|
+
Rendering home/index.html.erb within layouts/application
|
3642
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 120)
|
3643
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 186)
|
3644
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 673)
|
3645
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:48:20 -0700
|
3646
|
+
Processing by HomeController#action_list as HTML
|
3647
|
+
Rendering layout layouts/application.html.erb
|
3648
|
+
Rendering home/action_list.html.erb within layouts/application
|
3649
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.4ms | Allocations: 764)
|
3650
|
+
Rendered layout layouts/application.html.erb (Duration: 16.5ms | Allocations: 830)
|
3651
|
+
Completed 200 OK in 17ms (Views: 16.7ms | Allocations: 1314)
|
3652
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:21 -0700
|
3653
|
+
Processing by HomeController#index as HTML
|
3654
|
+
Rendering layout layouts/application.html.erb
|
3655
|
+
Rendering home/index.html.erb within layouts/application
|
3656
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 1216)
|
3657
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 1410)
|
3658
|
+
Completed 200 OK in 13ms (Views: 4.7ms | Allocations: 16558)
|
3659
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:21 -0700
|
3660
|
+
Processing by HomeController#index as HTML
|
3661
|
+
Rendering layout layouts/application.html.erb
|
3662
|
+
Rendering home/index.html.erb within layouts/application
|
3663
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
3664
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
3665
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
3666
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:21 -0700
|
3667
|
+
Processing by HomeController#index as HTML
|
3668
|
+
Rendering layout layouts/application.html.erb
|
3669
|
+
Rendering home/index.html.erb within layouts/application
|
3670
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
3671
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
3672
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 1060)
|
3673
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:48:21 -0700
|
3674
|
+
Processing by HomeController#action_list as HTML
|
3675
|
+
Rendering layout layouts/application.html.erb
|
3676
|
+
Rendering home/action_list.html.erb within layouts/application
|
3677
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 3.5ms | Allocations: 613)
|
3678
|
+
Rendered layout layouts/application.html.erb (Duration: 3.7ms | Allocations: 761)
|
3679
|
+
Completed 200 OK in 4ms (Views: 4.0ms | Allocations: 1304)
|
3680
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:23 -0700
|
3681
|
+
Processing by HomeController#index as HTML
|
3682
|
+
Rendering layout layouts/application.html.erb
|
3683
|
+
Rendering home/index.html.erb within layouts/application
|
3684
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | GC: 0.0ms)
|
3685
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | GC: 0.0ms)
|
3686
|
+
Completed 200 OK in 16ms (Views: 5.1ms | GC: 0.3ms)
|
3687
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:23 -0700
|
3688
|
+
Processing by HomeController#index as HTML
|
3689
|
+
Rendering layout layouts/application.html.erb
|
3690
|
+
Rendering home/index.html.erb within layouts/application
|
3691
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | GC: 0.0ms)
|
3692
|
+
Rendered layout layouts/application.html.erb (Duration: 2.3ms | GC: 0.0ms)
|
3693
|
+
Completed 200 OK in 3ms (Views: 2.6ms | GC: 0.0ms)
|
3694
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:23 -0700
|
3695
|
+
Processing by HomeController#index as HTML
|
3696
|
+
Rendering layout layouts/application.html.erb
|
3697
|
+
Rendering home/index.html.erb within layouts/application
|
3698
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
3699
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
3700
|
+
Completed 200 OK in 2ms (Views: 1.2ms | GC: 0.0ms)
|
3701
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:48:23 -0700
|
3702
|
+
Processing by HomeController#action_list as HTML
|
3703
|
+
Rendering layout layouts/application.html.erb
|
3704
|
+
Rendering home/action_list.html.erb within layouts/application
|
3705
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 4.9ms | GC: 0.0ms)
|
3706
|
+
Rendered layout layouts/application.html.erb (Duration: 5.2ms | GC: 0.0ms)
|
3707
|
+
Completed 200 OK in 10ms (Views: 9.0ms | GC: 2.8ms)
|
3708
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:24 -0700
|
3709
|
+
Processing by HomeController#index as HTML
|
3710
|
+
Rendering layout layouts/application.html.erb
|
3711
|
+
Rendering home/index.html.erb within layouts/application
|
3712
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
3713
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | GC: 0.0ms)
|
3714
|
+
Completed 200 OK in 19ms (Views: 5.5ms | GC: 0.0ms)
|
3715
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:24 -0700
|
3716
|
+
Processing by HomeController#index as HTML
|
3717
|
+
Rendering layout layouts/application.html.erb
|
3718
|
+
Rendering home/index.html.erb within layouts/application
|
3719
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
3720
|
+
Rendered layout layouts/application.html.erb (Duration: 3.3ms | GC: 0.0ms)
|
3721
|
+
Completed 200 OK in 4ms (Views: 3.7ms | GC: 0.0ms)
|
3722
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 21:48:24 -0700
|
3723
|
+
Processing by HomeController#index as HTML
|
3724
|
+
Rendering layout layouts/application.html.erb
|
3725
|
+
Rendering home/index.html.erb within layouts/application
|
3726
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
3727
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
3728
|
+
Completed 200 OK in 6ms (Views: 1.5ms | GC: 0.0ms)
|
3729
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 21:48:24 -0700
|
3730
|
+
Processing by HomeController#action_list as HTML
|
3731
|
+
Rendering layout layouts/application.html.erb
|
3732
|
+
Rendering home/action_list.html.erb within layouts/application
|
3733
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 7.4ms | GC: 0.0ms)
|
3734
|
+
Rendered layout layouts/application.html.erb (Duration: 11.7ms | GC: 0.0ms)
|
3735
|
+
Completed 200 OK in 13ms (Views: 12.7ms | GC: 0.0ms)
|
3736
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:20 +0000
|
3737
|
+
Processing by HomeController#index as HTML
|
3738
|
+
Rendering home/index.html.erb within layouts/application
|
3739
|
+
Rendered home/index.html.erb within layouts/application (2.7ms)
|
3740
|
+
Completed 200 OK in 9ms (Views: 7.7ms)
|
3741
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:20 +0000
|
3742
|
+
Processing by HomeController#index as HTML
|
3743
|
+
Rendering home/index.html.erb within layouts/application
|
3744
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
3745
|
+
Completed 200 OK in 3ms (Views: 2.0ms)
|
3746
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:20 +0000
|
3747
|
+
Processing by HomeController#index as HTML
|
3748
|
+
Rendering home/index.html.erb within layouts/application
|
3749
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
3750
|
+
Completed 200 OK in 3ms (Views: 2.2ms)
|
3751
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:43:20 +0000
|
3752
|
+
Processing by HomeController#action_list as HTML
|
3753
|
+
Rendering home/action_list.html.erb within layouts/application
|
3754
|
+
Rendered home/action_list.html.erb within layouts/application (2.5ms)
|
3755
|
+
Completed 200 OK in 5ms (Views: 4.5ms)
|
3756
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:32 +0000
|
3757
|
+
Processing by HomeController#index as HTML
|
3758
|
+
Rendering home/index.html.erb within layouts/application
|
3759
|
+
Rendered home/index.html.erb within layouts/application (2.2ms)
|
3760
|
+
Completed 200 OK in 7ms (Views: 5.9ms)
|
3761
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:32 +0000
|
3762
|
+
Processing by HomeController#index as HTML
|
3763
|
+
Rendering home/index.html.erb within layouts/application
|
3764
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
3765
|
+
Completed 200 OK in 3ms (Views: 2.1ms)
|
3766
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:32 +0000
|
3767
|
+
Processing by HomeController#index as HTML
|
3768
|
+
Rendering home/index.html.erb within layouts/application
|
3769
|
+
Rendered home/index.html.erb within layouts/application (1.2ms)
|
3770
|
+
Completed 200 OK in 4ms (Views: 3.3ms)
|
3771
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:43:32 +0000
|
3772
|
+
Processing by HomeController#action_list as HTML
|
3773
|
+
Rendering home/action_list.html.erb within layouts/application
|
3774
|
+
Rendered home/action_list.html.erb within layouts/application (3.3ms)
|
3775
|
+
Completed 200 OK in 8ms (Views: 7.0ms)
|
3776
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:46 +0000
|
3777
|
+
Processing by HomeController#index as HTML
|
3778
|
+
Rendering home/index.html.erb within layouts/application
|
3779
|
+
Rendered home/index.html.erb within layouts/application (2.2ms)
|
3780
|
+
Completed 200 OK in 7ms (Views: 6.1ms)
|
3781
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:46 +0000
|
3782
|
+
Processing by HomeController#index as HTML
|
3783
|
+
Rendering home/index.html.erb within layouts/application
|
3784
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
3785
|
+
Completed 200 OK in 3ms (Views: 2.1ms)
|
3786
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:46 +0000
|
3787
|
+
Processing by HomeController#index as HTML
|
3788
|
+
Rendering home/index.html.erb within layouts/application
|
3789
|
+
Rendered home/index.html.erb within layouts/application (1.2ms)
|
3790
|
+
Completed 200 OK in 4ms (Views: 3.2ms)
|
3791
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:43:46 +0000
|
3792
|
+
Processing by HomeController#action_list as HTML
|
3793
|
+
Rendering home/action_list.html.erb within layouts/application
|
3794
|
+
Rendered home/action_list.html.erb within layouts/application (3.7ms)
|
3795
|
+
Completed 200 OK in 9ms (Views: 7.3ms)
|
3796
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:52 +0000
|
3797
|
+
Processing by HomeController#index as HTML
|
3798
|
+
Rendering home/index.html.erb within layouts/application
|
3799
|
+
Rendered home/index.html.erb within layouts/application (2.2ms)
|
3800
|
+
Completed 200 OK in 7ms (Views: 6.0ms)
|
3801
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:52 +0000
|
3802
|
+
Processing by HomeController#index as HTML
|
3803
|
+
Rendering home/index.html.erb within layouts/application
|
3804
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
3805
|
+
Completed 200 OK in 4ms (Views: 2.8ms)
|
3806
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:52 +0000
|
3807
|
+
Processing by HomeController#index as HTML
|
3808
|
+
Rendering home/index.html.erb within layouts/application
|
3809
|
+
Rendered home/index.html.erb within layouts/application (1.2ms)
|
3810
|
+
Completed 200 OK in 4ms (Views: 3.5ms)
|
3811
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:43:52 +0000
|
3812
|
+
Processing by HomeController#action_list as HTML
|
3813
|
+
Rendering home/action_list.html.erb within layouts/application
|
3814
|
+
Rendered home/action_list.html.erb within layouts/application (3.9ms)
|
3815
|
+
Completed 200 OK in 9ms (Views: 7.6ms)
|
3816
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:55 +0000
|
3817
|
+
Processing by HomeController#index as HTML
|
3818
|
+
Rendering home/index.html.erb within layouts/application
|
3819
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 2323)
|
3820
|
+
Completed 200 OK in 12ms (Views: 7.2ms | Allocations: 10231)
|
3821
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:55 +0000
|
3822
|
+
Processing by HomeController#index as HTML
|
3823
|
+
Rendering home/index.html.erb within layouts/application
|
3824
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
3825
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 237)
|
3826
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:55 +0000
|
3827
|
+
Processing by HomeController#index as HTML
|
3828
|
+
Rendering home/index.html.erb within layouts/application
|
3829
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 80)
|
3830
|
+
Completed 200 OK in 1ms (Views: 1.4ms | Allocations: 461)
|
3831
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:43:55 +0000
|
3832
|
+
Processing by HomeController#action_list as HTML
|
3833
|
+
Rendering home/action_list.html.erb within layouts/application
|
3834
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.9ms | Allocations: 552)
|
3835
|
+
Completed 200 OK in 18ms (Views: 17.2ms | Allocations: 1045)
|
3836
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:59 +0000
|
3837
|
+
Processing by HomeController#index as HTML
|
3838
|
+
Rendering layout layouts/application.html.erb
|
3839
|
+
Rendering home/index.html.erb within layouts/application
|
3840
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 2298)
|
3841
|
+
Rendered layout layouts/application.html.erb (Duration: 2.9ms | Allocations: 2425)
|
3842
|
+
Completed 200 OK in 10ms (Views: 5.9ms | Allocations: 9580)
|
3843
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:59 +0000
|
3844
|
+
Processing by HomeController#index as HTML
|
3845
|
+
Rendering layout layouts/application.html.erb
|
3846
|
+
Rendering home/index.html.erb within layouts/application
|
3847
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
3848
|
+
Rendered layout layouts/application.html.erb (Duration: 0.2ms | Allocations: 48)
|
3849
|
+
Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 249)
|
3850
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:43:59 +0000
|
3851
|
+
Processing by HomeController#index as HTML
|
3852
|
+
Rendering layout layouts/application.html.erb
|
3853
|
+
Rendering home/index.html.erb within layouts/application
|
3854
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 80)
|
3855
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 120)
|
3856
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 433)
|
3857
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:43:59 +0000
|
3858
|
+
Processing by HomeController#action_list as HTML
|
3859
|
+
Rendering layout layouts/application.html.erb
|
3860
|
+
Rendering home/action_list.html.erb within layouts/application
|
3861
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 17.3ms | Allocations: 550)
|
3862
|
+
Rendered layout layouts/application.html.erb (Duration: 17.4ms | Allocations: 590)
|
3863
|
+
Completed 200 OK in 18ms (Views: 17.7ms | Allocations: 1007)
|
3864
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:44:02 +0000
|
3865
|
+
Processing by HomeController#index as HTML
|
3866
|
+
Rendering layout layouts/application.html.erb
|
3867
|
+
Rendering home/index.html.erb within layouts/application
|
3868
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 2425)
|
3869
|
+
Rendered layout layouts/application.html.erb (Duration: 2.7ms | Allocations: 2622)
|
3870
|
+
Completed 200 OK in 14ms (Views: 6.2ms | Allocations: 12301)
|
3871
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:44:02 +0000
|
3872
|
+
Processing by HomeController#index as HTML
|
3873
|
+
Rendering layout layouts/application.html.erb
|
3874
|
+
Rendering home/index.html.erb within layouts/application
|
3875
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
3876
|
+
Rendered layout layouts/application.html.erb (Duration: 0.2ms | Allocations: 61)
|
3877
|
+
Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 290)
|
3878
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:44:02 +0000
|
3879
|
+
Processing by HomeController#index as HTML
|
3880
|
+
Rendering layout layouts/application.html.erb
|
3881
|
+
Rendering home/index.html.erb within layouts/application
|
3882
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 120)
|
3883
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 186)
|
3884
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 673)
|
3885
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:44:02 +0000
|
3886
|
+
Processing by HomeController#action_list as HTML
|
3887
|
+
Rendering layout layouts/application.html.erb
|
3888
|
+
Rendering home/action_list.html.erb within layouts/application
|
3889
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 15.4ms | Allocations: 764)
|
3890
|
+
Rendered layout layouts/application.html.erb (Duration: 15.5ms | Allocations: 830)
|
3891
|
+
Completed 200 OK in 16ms (Views: 15.8ms | Allocations: 1313)
|
3892
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:44:07 +0000
|
3893
|
+
Processing by HomeController#index as HTML
|
3894
|
+
Rendering layout layouts/application.html.erb
|
3895
|
+
Rendering home/index.html.erb within layouts/application
|
3896
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 1206)
|
3897
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | Allocations: 1400)
|
3898
|
+
Completed 200 OK in 15ms (Views: 6.6ms | Allocations: 16436)
|
3899
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:44:07 +0000
|
3900
|
+
Processing by HomeController#index as HTML
|
3901
|
+
Rendering layout layouts/application.html.erb
|
3902
|
+
Rendering home/index.html.erb within layouts/application
|
3903
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
3904
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 80)
|
3905
|
+
Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 250)
|
3906
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:44:07 +0000
|
3907
|
+
Processing by HomeController#index as HTML
|
3908
|
+
Rendering layout layouts/application.html.erb
|
3909
|
+
Rendering home/index.html.erb within layouts/application
|
3910
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 180)
|
3911
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 328)
|
3912
|
+
Completed 200 OK in 3ms (Views: 2.1ms | Allocations: 1059)
|
3913
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:44:07 +0000
|
3914
|
+
Processing by HomeController#action_list as HTML
|
3915
|
+
Rendering layout layouts/application.html.erb
|
3916
|
+
Rendering home/action_list.html.erb within layouts/application
|
3917
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 4.4ms | Allocations: 611)
|
3918
|
+
Rendered layout layouts/application.html.erb (Duration: 4.8ms | Allocations: 759)
|
3919
|
+
Completed 200 OK in 6ms (Views: 5.7ms | Allocations: 1302)
|
3920
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:44:10 +0000
|
3921
|
+
Processing by HomeController#index as HTML
|
3922
|
+
Rendering layout layouts/application.html.erb
|
3923
|
+
Rendering home/index.html.erb within layouts/application
|
3924
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.0ms | GC: 0.0ms)
|
3925
|
+
Rendered layout layouts/application.html.erb (Duration: 2.6ms | GC: 0.0ms)
|
3926
|
+
Completed 200 OK in 26ms (Views: 7.9ms | GC: 0.0ms)
|
3927
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:44:10 +0000
|
3928
|
+
Processing by HomeController#index as HTML
|
3929
|
+
Rendering layout layouts/application.html.erb
|
3930
|
+
Rendering home/index.html.erb within layouts/application
|
3931
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.6ms | GC: 0.0ms)
|
3932
|
+
Rendered layout layouts/application.html.erb (Duration: 4.7ms | GC: 0.0ms)
|
3933
|
+
Completed 200 OK in 5ms (Views: 5.3ms | GC: 0.0ms)
|
3934
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:44:10 +0000
|
3935
|
+
Processing by HomeController#index as HTML
|
3936
|
+
Rendering layout layouts/application.html.erb
|
3937
|
+
Rendering home/index.html.erb within layouts/application
|
3938
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | GC: 0.0ms)
|
3939
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | GC: 0.0ms)
|
3940
|
+
Completed 200 OK in 8ms (Views: 3.2ms | GC: 0.0ms)
|
3941
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:44:11 +0000
|
3942
|
+
Processing by HomeController#action_list as HTML
|
3943
|
+
Rendering layout layouts/application.html.erb
|
3944
|
+
Rendering home/action_list.html.erb within layouts/application
|
3945
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 8.7ms | GC: 0.0ms)
|
3946
|
+
Rendered layout layouts/application.html.erb (Duration: 12.8ms | GC: 0.0ms)
|
3947
|
+
Completed 200 OK in 14ms (Views: 14.1ms | GC: 0.0ms)
|
3948
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:44:59 +0000
|
3949
|
+
Processing by HomeController#index as HTML
|
3950
|
+
Rendering home/index.html.erb within layouts/application
|
3951
|
+
Rendered home/index.html.erb within layouts/application (2.2ms)
|
3952
|
+
Completed 200 OK in 7ms (Views: 6.3ms)
|
3953
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:44:59 +0000
|
3954
|
+
Processing by HomeController#index as HTML
|
3955
|
+
Rendering home/index.html.erb within layouts/application
|
3956
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
3957
|
+
Completed 200 OK in 3ms (Views: 2.1ms)
|
3958
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:44:59 +0000
|
3959
|
+
Processing by HomeController#index as HTML
|
3960
|
+
Rendering home/index.html.erb within layouts/application
|
3961
|
+
Rendered home/index.html.erb within layouts/application (1.3ms)
|
3962
|
+
Completed 200 OK in 4ms (Views: 3.5ms)
|
3963
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:44:59 +0000
|
3964
|
+
Processing by HomeController#action_list as HTML
|
3965
|
+
Rendering home/action_list.html.erb within layouts/application
|
3966
|
+
Rendered home/action_list.html.erb within layouts/application (3.5ms)
|
3967
|
+
Completed 200 OK in 9ms (Views: 7.2ms)
|
3968
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:10 +0000
|
3969
|
+
Processing by HomeController#index as HTML
|
3970
|
+
Rendering home/index.html.erb within layouts/application
|
3971
|
+
Rendered home/index.html.erb within layouts/application (2.6ms)
|
3972
|
+
Completed 200 OK in 8ms (Views: 6.9ms)
|
3973
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:10 +0000
|
3974
|
+
Processing by HomeController#index as HTML
|
3975
|
+
Rendering home/index.html.erb within layouts/application
|
3976
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
3977
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
3978
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:11 +0000
|
3979
|
+
Processing by HomeController#index as HTML
|
3980
|
+
Rendering home/index.html.erb within layouts/application
|
3981
|
+
Rendered home/index.html.erb within layouts/application (1.4ms)
|
3982
|
+
Completed 200 OK in 5ms (Views: 3.7ms)
|
3983
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:45:11 +0000
|
3984
|
+
Processing by HomeController#action_list as HTML
|
3985
|
+
Rendering home/action_list.html.erb within layouts/application
|
3986
|
+
Rendered home/action_list.html.erb within layouts/application (3.5ms)
|
3987
|
+
Completed 200 OK in 8ms (Views: 7.2ms)
|
3988
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:15 +0000
|
3989
|
+
Processing by HomeController#index as HTML
|
3990
|
+
Rendering home/index.html.erb within layouts/application
|
3991
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 2323)
|
3992
|
+
Completed 200 OK in 11ms (Views: 6.0ms | Allocations: 10231)
|
3993
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:15 +0000
|
3994
|
+
Processing by HomeController#index as HTML
|
3995
|
+
Rendering home/index.html.erb within layouts/application
|
3996
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
3997
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 237)
|
3998
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:15 +0000
|
3999
|
+
Processing by HomeController#index as HTML
|
4000
|
+
Rendering home/index.html.erb within layouts/application
|
4001
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 80)
|
4002
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 461)
|
4003
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:45:15 +0000
|
4004
|
+
Processing by HomeController#action_list as HTML
|
4005
|
+
Rendering home/action_list.html.erb within layouts/application
|
4006
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 17.6ms | Allocations: 552)
|
4007
|
+
Completed 200 OK in 18ms (Views: 18.0ms | Allocations: 1045)
|
4008
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:20 +0000
|
4009
|
+
Processing by HomeController#index as HTML
|
4010
|
+
Rendering layout layouts/application.html.erb
|
4011
|
+
Rendering home/index.html.erb within layouts/application
|
4012
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 2298)
|
4013
|
+
Rendered layout layouts/application.html.erb (Duration: 2.6ms | Allocations: 2425)
|
4014
|
+
Completed 200 OK in 10ms (Views: 5.7ms | Allocations: 9580)
|
4015
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:20 +0000
|
4016
|
+
Processing by HomeController#index as HTML
|
4017
|
+
Rendering layout layouts/application.html.erb
|
4018
|
+
Rendering home/index.html.erb within layouts/application
|
4019
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
4020
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 48)
|
4021
|
+
Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 249)
|
4022
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:20 +0000
|
4023
|
+
Processing by HomeController#index as HTML
|
4024
|
+
Rendering layout layouts/application.html.erb
|
4025
|
+
Rendering home/index.html.erb within layouts/application
|
4026
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 80)
|
4027
|
+
Rendered layout layouts/application.html.erb (Duration: 0.8ms | Allocations: 120)
|
4028
|
+
Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 433)
|
4029
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:45:20 +0000
|
4030
|
+
Processing by HomeController#action_list as HTML
|
4031
|
+
Rendering layout layouts/application.html.erb
|
4032
|
+
Rendering home/action_list.html.erb within layouts/application
|
4033
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 17.5ms | Allocations: 550)
|
4034
|
+
Rendered layout layouts/application.html.erb (Duration: 17.7ms | Allocations: 590)
|
4035
|
+
Completed 200 OK in 18ms (Views: 17.9ms | Allocations: 1007)
|
4036
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:25 +0000
|
4037
|
+
Processing by HomeController#index as HTML
|
4038
|
+
Rendering layout layouts/application.html.erb
|
4039
|
+
Rendering home/index.html.erb within layouts/application
|
4040
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 2425)
|
4041
|
+
Rendered layout layouts/application.html.erb (Duration: 2.7ms | Allocations: 2622)
|
4042
|
+
Completed 200 OK in 13ms (Views: 6.2ms | Allocations: 12301)
|
4043
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:25 +0000
|
4044
|
+
Processing by HomeController#index as HTML
|
4045
|
+
Rendering layout layouts/application.html.erb
|
4046
|
+
Rendering home/index.html.erb within layouts/application
|
4047
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
4048
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 61)
|
4049
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 290)
|
4050
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:25 +0000
|
4051
|
+
Processing by HomeController#index as HTML
|
4052
|
+
Rendering layout layouts/application.html.erb
|
4053
|
+
Rendering home/index.html.erb within layouts/application
|
4054
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 120)
|
4055
|
+
Rendered layout layouts/application.html.erb (Duration: 0.9ms | Allocations: 186)
|
4056
|
+
Completed 200 OK in 1ms (Views: 1.2ms | Allocations: 673)
|
4057
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:45:25 +0000
|
4058
|
+
Processing by HomeController#action_list as HTML
|
4059
|
+
Rendering layout layouts/application.html.erb
|
4060
|
+
Rendering home/action_list.html.erb within layouts/application
|
4061
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 15.6ms | Allocations: 764)
|
4062
|
+
Rendered layout layouts/application.html.erb (Duration: 15.7ms | Allocations: 830)
|
4063
|
+
Completed 200 OK in 16ms (Views: 16.0ms | Allocations: 1313)
|
4064
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:30 +0000
|
4065
|
+
Processing by HomeController#index as HTML
|
4066
|
+
Rendering layout layouts/application.html.erb
|
4067
|
+
Rendering home/index.html.erb within layouts/application
|
4068
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 1206)
|
4069
|
+
Rendered layout layouts/application.html.erb (Duration: 2.4ms | Allocations: 1400)
|
4070
|
+
Completed 200 OK in 17ms (Views: 8.7ms | Allocations: 16436)
|
4071
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:30 +0000
|
4072
|
+
Processing by HomeController#index as HTML
|
4073
|
+
Rendering layout layouts/application.html.erb
|
4074
|
+
Rendering home/index.html.erb within layouts/application
|
4075
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
4076
|
+
Rendered layout layouts/application.html.erb (Duration: 0.2ms | Allocations: 80)
|
4077
|
+
Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 250)
|
4078
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:30 +0000
|
4079
|
+
Processing by HomeController#index as HTML
|
4080
|
+
Rendering layout layouts/application.html.erb
|
4081
|
+
Rendering home/index.html.erb within layouts/application
|
4082
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 180)
|
4083
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 328)
|
4084
|
+
Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 1059)
|
4085
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:45:30 +0000
|
4086
|
+
Processing by HomeController#action_list as HTML
|
4087
|
+
Rendering layout layouts/application.html.erb
|
4088
|
+
Rendering home/action_list.html.erb within layouts/application
|
4089
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 4.4ms | Allocations: 611)
|
4090
|
+
Rendered layout layouts/application.html.erb (Duration: 4.7ms | Allocations: 759)
|
4091
|
+
Completed 200 OK in 6ms (Views: 5.6ms | Allocations: 1302)
|
4092
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:35 +0000
|
4093
|
+
Processing by HomeController#index as HTML
|
4094
|
+
Rendering layout layouts/application.html.erb
|
4095
|
+
Rendering home/index.html.erb within layouts/application
|
4096
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.8ms | GC: 0.0ms)
|
4097
|
+
Rendered layout layouts/application.html.erb (Duration: 2.4ms | GC: 0.0ms)
|
4098
|
+
Completed 200 OK in 26ms (Views: 7.6ms | GC: 0.0ms)
|
4099
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:35 +0000
|
4100
|
+
Processing by HomeController#index as HTML
|
4101
|
+
Rendering layout layouts/application.html.erb
|
4102
|
+
Rendering home/index.html.erb within layouts/application
|
4103
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
4104
|
+
Rendered layout layouts/application.html.erb (Duration: 3.7ms | GC: 0.0ms)
|
4105
|
+
Completed 200 OK in 4ms (Views: 4.3ms | GC: 0.0ms)
|
4106
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:35 +0000
|
4107
|
+
Processing by HomeController#index as HTML
|
4108
|
+
Rendering layout layouts/application.html.erb
|
4109
|
+
Rendering home/index.html.erb within layouts/application
|
4110
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | GC: 0.0ms)
|
4111
|
+
Rendered layout layouts/application.html.erb (Duration: 1.8ms | GC: 0.0ms)
|
4112
|
+
Completed 200 OK in 8ms (Views: 3.5ms | GC: 0.0ms)
|
4113
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:45:35 +0000
|
4114
|
+
Processing by HomeController#action_list as HTML
|
4115
|
+
Rendering layout layouts/application.html.erb
|
4116
|
+
Rendering home/action_list.html.erb within layouts/application
|
4117
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 8.8ms | GC: 0.0ms)
|
4118
|
+
Rendered layout layouts/application.html.erb (Duration: 13.2ms | GC: 0.0ms)
|
4119
|
+
Completed 200 OK in 15ms (Views: 14.8ms | GC: 0.0ms)
|
4120
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:53 +0000
|
4121
|
+
Processing by HomeController#index as HTML
|
4122
|
+
Rendering home/index.html.erb within layouts/application
|
4123
|
+
Rendered home/index.html.erb within layouts/application (2.3ms)
|
4124
|
+
Completed 200 OK in 7ms (Views: 6.5ms)
|
4125
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:53 +0000
|
4126
|
+
Processing by HomeController#index as HTML
|
4127
|
+
Rendering home/index.html.erb within layouts/application
|
4128
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
4129
|
+
Completed 200 OK in 3ms (Views: 2.1ms)
|
4130
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:53 +0000
|
4131
|
+
Processing by HomeController#index as HTML
|
4132
|
+
Rendering home/index.html.erb within layouts/application
|
4133
|
+
Rendered home/index.html.erb within layouts/application (1.7ms)
|
4134
|
+
Completed 200 OK in 5ms (Views: 4.0ms)
|
4135
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:45:53 +0000
|
4136
|
+
Processing by HomeController#action_list as HTML
|
4137
|
+
Rendering home/action_list.html.erb within layouts/application
|
4138
|
+
Rendered home/action_list.html.erb within layouts/application (3.4ms)
|
4139
|
+
Completed 200 OK in 8ms (Views: 7.1ms)
|
4140
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:58 +0000
|
4141
|
+
Processing by HomeController#index as HTML
|
4142
|
+
Rendering home/index.html.erb within layouts/application
|
4143
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 2323)
|
4144
|
+
Completed 200 OK in 10ms (Views: 5.6ms | Allocations: 10231)
|
4145
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:58 +0000
|
4146
|
+
Processing by HomeController#index as HTML
|
4147
|
+
Rendering home/index.html.erb within layouts/application
|
4148
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
4149
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 237)
|
4150
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:45:58 +0000
|
4151
|
+
Processing by HomeController#index as HTML
|
4152
|
+
Rendering home/index.html.erb within layouts/application
|
4153
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 80)
|
4154
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 461)
|
4155
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:45:58 +0000
|
4156
|
+
Processing by HomeController#action_list as HTML
|
4157
|
+
Rendering home/action_list.html.erb within layouts/application
|
4158
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 17.7ms | Allocations: 552)
|
4159
|
+
Completed 200 OK in 18ms (Views: 18.1ms | Allocations: 1045)
|
4160
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:46:03 +0000
|
4161
|
+
Processing by HomeController#index as HTML
|
4162
|
+
Rendering layout layouts/application.html.erb
|
4163
|
+
Rendering home/index.html.erb within layouts/application
|
4164
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 2298)
|
4165
|
+
Rendered layout layouts/application.html.erb (Duration: 2.7ms | Allocations: 2425)
|
4166
|
+
Completed 200 OK in 10ms (Views: 5.8ms | Allocations: 9580)
|
4167
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:46:03 +0000
|
4168
|
+
Processing by HomeController#index as HTML
|
4169
|
+
Rendering layout layouts/application.html.erb
|
4170
|
+
Rendering home/index.html.erb within layouts/application
|
4171
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
4172
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 48)
|
4173
|
+
Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 249)
|
4174
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 05:46:03 +0000
|
4175
|
+
Processing by HomeController#index as HTML
|
4176
|
+
Rendering layout layouts/application.html.erb
|
4177
|
+
Rendering home/index.html.erb within layouts/application
|
4178
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 80)
|
4179
|
+
Rendered layout layouts/application.html.erb (Duration: 0.9ms | Allocations: 120)
|
4180
|
+
Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 433)
|
4181
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 05:46:03 +0000
|
4182
|
+
Processing by HomeController#action_list as HTML
|
4183
|
+
Rendering layout layouts/application.html.erb
|
4184
|
+
Rendering home/action_list.html.erb within layouts/application
|
4185
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.9ms | Allocations: 550)
|
4186
|
+
Rendered layout layouts/application.html.erb (Duration: 17.0ms | Allocations: 590)
|
4187
|
+
Completed 200 OK in 18ms (Views: 17.3ms | Allocations: 1007)
|
4188
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:51:37 -0700
|
4189
|
+
Processing by HomeController#index as HTML
|
4190
|
+
Rendering home/index.html.erb within layouts/application
|
4191
|
+
Rendered home/index.html.erb within layouts/application (0.9ms)
|
4192
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
4193
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:51:37 -0700
|
4194
|
+
Processing by HomeController#index as HTML
|
4195
|
+
Rendering home/index.html.erb within layouts/application
|
4196
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
4197
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
4198
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:51:37 -0700
|
4199
|
+
Processing by HomeController#index as HTML
|
4200
|
+
Rendering home/index.html.erb within layouts/application
|
4201
|
+
Rendered home/index.html.erb within layouts/application (0.3ms)
|
4202
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
4203
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 22:51:37 -0700
|
4204
|
+
Processing by HomeController#action_list as HTML
|
4205
|
+
Rendering home/action_list.html.erb within layouts/application
|
4206
|
+
Rendered home/action_list.html.erb within layouts/application (0.8ms)
|
4207
|
+
Completed 200 OK in 1ms (Views: 1.3ms)
|
4208
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:51:47 -0700
|
4209
|
+
Processing by HomeController#index as HTML
|
4210
|
+
Rendering home/index.html.erb within layouts/application
|
4211
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 2540)
|
4212
|
+
Completed 200 OK in 7ms (Views: 3.8ms | Allocations: 11347)
|
4213
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:51:47 -0700
|
4214
|
+
Processing by HomeController#index as HTML
|
4215
|
+
Rendering home/index.html.erb within layouts/application
|
4216
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
4217
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 237)
|
4218
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:51:47 -0700
|
4219
|
+
Processing by HomeController#index as HTML
|
4220
|
+
Rendering home/index.html.erb within layouts/application
|
4221
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 82)
|
4222
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 463)
|
4223
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 22:51:47 -0700
|
4224
|
+
Processing by HomeController#action_list as HTML
|
4225
|
+
Rendering home/action_list.html.erb within layouts/application
|
4226
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 15.5ms | Allocations: 581)
|
4227
|
+
Completed 200 OK in 16ms (Views: 15.7ms | Allocations: 1074)
|
4228
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:51:52 -0700
|
4229
|
+
Processing by HomeController#index as HTML
|
4230
|
+
Rendering layout layouts/application.html.erb
|
4231
|
+
Rendering home/index.html.erb within layouts/application
|
4232
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 2515)
|
4233
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 2642)
|
4234
|
+
Completed 200 OK in 6ms (Views: 3.4ms | Allocations: 10623)
|
4235
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:51:52 -0700
|
4236
|
+
Processing by HomeController#index as HTML
|
4237
|
+
Rendering layout layouts/application.html.erb
|
4238
|
+
Rendering home/index.html.erb within layouts/application
|
4239
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
4240
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 48)
|
4241
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 251)
|
4242
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:51:52 -0700
|
4243
|
+
Processing by HomeController#index as HTML
|
4244
|
+
Rendering layout layouts/application.html.erb
|
4245
|
+
Rendering home/index.html.erb within layouts/application
|
4246
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 83)
|
4247
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 123)
|
4248
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 436)
|
4249
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 22:51:52 -0700
|
4250
|
+
Processing by HomeController#action_list as HTML
|
4251
|
+
Rendering layout layouts/application.html.erb
|
4252
|
+
Rendering home/action_list.html.erb within layouts/application
|
4253
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.7ms | Allocations: 582)
|
4254
|
+
Rendered layout layouts/application.html.erb (Duration: 16.8ms | Allocations: 622)
|
4255
|
+
Completed 200 OK in 17ms (Views: 17.0ms | Allocations: 1040)
|
4256
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:51:58 -0700
|
4257
|
+
Processing by HomeController#index as HTML
|
4258
|
+
Rendering layout layouts/application.html.erb
|
4259
|
+
Rendering home/index.html.erb within layouts/application
|
4260
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 2595)
|
4261
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | Allocations: 2792)
|
4262
|
+
Completed 200 OK in 10ms (Views: 3.7ms | Allocations: 13016)
|
4263
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:51:58 -0700
|
4264
|
+
Processing by HomeController#index as HTML
|
4265
|
+
Rendering layout layouts/application.html.erb
|
4266
|
+
Rendering home/index.html.erb within layouts/application
|
4267
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
4268
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 61)
|
4269
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 290)
|
4270
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:51:58 -0700
|
4271
|
+
Processing by HomeController#index as HTML
|
4272
|
+
Rendering layout layouts/application.html.erb
|
4273
|
+
Rendering home/index.html.erb within layouts/application
|
4274
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 120)
|
4275
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 186)
|
4276
|
+
Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 674)
|
4277
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 22:51:58 -0700
|
4278
|
+
Processing by HomeController#action_list as HTML
|
4279
|
+
Rendering layout layouts/application.html.erb
|
4280
|
+
Rendering home/action_list.html.erb within layouts/application
|
4281
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 15.2ms | Allocations: 764)
|
4282
|
+
Rendered layout layouts/application.html.erb (Duration: 15.3ms | Allocations: 830)
|
4283
|
+
Completed 200 OK in 16ms (Views: 15.5ms | Allocations: 1313)
|
4284
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:52:05 -0700
|
4285
|
+
Processing by HomeController#index as HTML
|
4286
|
+
Rendering layout layouts/application.html.erb
|
4287
|
+
Rendering home/index.html.erb within layouts/application
|
4288
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 1216)
|
4289
|
+
Rendered layout layouts/application.html.erb (Duration: 0.8ms | Allocations: 1410)
|
4290
|
+
Completed 200 OK in 11ms (Views: 4.4ms | Allocations: 16560)
|
4291
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:52:05 -0700
|
4292
|
+
Processing by HomeController#index as HTML
|
4293
|
+
Rendering layout layouts/application.html.erb
|
4294
|
+
Rendering home/index.html.erb within layouts/application
|
4295
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
4296
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 80)
|
4297
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 250)
|
4298
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:52:05 -0700
|
4299
|
+
Processing by HomeController#index as HTML
|
4300
|
+
Rendering layout layouts/application.html.erb
|
4301
|
+
Rendering home/index.html.erb within layouts/application
|
4302
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
4303
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
4304
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 1060)
|
4305
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 22:52:05 -0700
|
4306
|
+
Processing by HomeController#action_list as HTML
|
4307
|
+
Rendering layout layouts/application.html.erb
|
4308
|
+
Rendering home/action_list.html.erb within layouts/application
|
4309
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 3.4ms | Allocations: 612)
|
4310
|
+
Rendered layout layouts/application.html.erb (Duration: 3.5ms | Allocations: 760)
|
4311
|
+
Completed 200 OK in 4ms (Views: 4.0ms | Allocations: 1303)
|
4312
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:52:13 -0700
|
4313
|
+
Processing by HomeController#index as HTML
|
4314
|
+
Rendering layout layouts/application.html.erb
|
4315
|
+
Rendering home/index.html.erb within layouts/application
|
4316
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | GC: 0.0ms)
|
4317
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | GC: 0.0ms)
|
4318
|
+
Completed 200 OK in 17ms (Views: 5.1ms | GC: 1.8ms)
|
4319
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:52:13 -0700
|
4320
|
+
Processing by HomeController#index as HTML
|
4321
|
+
Rendering layout layouts/application.html.erb
|
4322
|
+
Rendering home/index.html.erb within layouts/application
|
4323
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | GC: 0.0ms)
|
4324
|
+
Rendered layout layouts/application.html.erb (Duration: 2.3ms | GC: 0.0ms)
|
4325
|
+
Completed 200 OK in 3ms (Views: 2.6ms | GC: 0.0ms)
|
4326
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:52:13 -0700
|
4327
|
+
Processing by HomeController#index as HTML
|
4328
|
+
Rendering layout layouts/application.html.erb
|
4329
|
+
Rendering home/index.html.erb within layouts/application
|
4330
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
4331
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
4332
|
+
Completed 200 OK in 2ms (Views: 1.0ms | GC: 0.0ms)
|
4333
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 22:52:13 -0700
|
4334
|
+
Processing by HomeController#action_list as HTML
|
4335
|
+
Rendering layout layouts/application.html.erb
|
4336
|
+
Rendering home/action_list.html.erb within layouts/application
|
4337
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 4.8ms | GC: 0.0ms)
|
4338
|
+
Rendered layout layouts/application.html.erb (Duration: 5.2ms | GC: 0.0ms)
|
4339
|
+
Completed 200 OK in 7ms (Views: 6.1ms | GC: 0.0ms)
|
4340
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:52:21 -0700
|
4341
|
+
Processing by HomeController#index as HTML
|
4342
|
+
Rendering layout layouts/application.html.erb
|
4343
|
+
Rendering home/index.html.erb within layouts/application
|
4344
|
+
Rendered home/index.html.erb within layouts/application (Duration: 5.3ms | GC: 4.1ms)
|
4345
|
+
Rendered layout layouts/application.html.erb (Duration: 5.7ms | GC: 4.1ms)
|
4346
|
+
Completed 200 OK in 22ms (Views: 9.2ms | GC: 4.1ms)
|
4347
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:52:21 -0700
|
4348
|
+
Processing by HomeController#index as HTML
|
4349
|
+
Rendering layout layouts/application.html.erb
|
4350
|
+
Rendering home/index.html.erb within layouts/application
|
4351
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
4352
|
+
Rendered layout layouts/application.html.erb (Duration: 3.1ms | GC: 0.0ms)
|
4353
|
+
Completed 200 OK in 4ms (Views: 3.4ms | GC: 0.0ms)
|
4354
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:52:21 -0700
|
4355
|
+
Processing by HomeController#index as HTML
|
4356
|
+
Rendering layout layouts/application.html.erb
|
4357
|
+
Rendering home/index.html.erb within layouts/application
|
4358
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
4359
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
4360
|
+
Completed 200 OK in 6ms (Views: 1.5ms | GC: 0.0ms)
|
4361
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 22:52:21 -0700
|
4362
|
+
Processing by HomeController#action_list as HTML
|
4363
|
+
Rendering layout layouts/application.html.erb
|
4364
|
+
Rendering home/action_list.html.erb within layouts/application
|
4365
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 7.5ms | GC: 0.2ms)
|
4366
|
+
Rendered layout layouts/application.html.erb (Duration: 11.6ms | GC: 0.2ms)
|
4367
|
+
Completed 200 OK in 13ms (Views: 12.6ms | GC: 0.2ms)
|
4368
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:52:57 -0700
|
4369
|
+
Processing by HomeController#index as HTML
|
4370
|
+
Rendering home/index.html.erb within layouts/application
|
4371
|
+
Rendered home/index.html.erb within layouts/application (1.0ms)
|
4372
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
4373
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:52:57 -0700
|
4374
|
+
Processing by HomeController#index as HTML
|
4375
|
+
Rendering home/index.html.erb within layouts/application
|
4376
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
4377
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
4378
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:52:57 -0700
|
4379
|
+
Processing by HomeController#index as HTML
|
4380
|
+
Rendering home/index.html.erb within layouts/application
|
4381
|
+
Rendered home/index.html.erb within layouts/application (0.3ms)
|
4382
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
4383
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 22:52:57 -0700
|
4384
|
+
Processing by HomeController#action_list as HTML
|
4385
|
+
Rendering home/action_list.html.erb within layouts/application
|
4386
|
+
Rendered home/action_list.html.erb within layouts/application (0.8ms)
|
4387
|
+
Completed 200 OK in 1ms (Views: 1.3ms)
|
4388
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:52:58 -0700
|
4389
|
+
Processing by HomeController#index as HTML
|
4390
|
+
Rendering home/index.html.erb within layouts/application
|
4391
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 2540)
|
4392
|
+
Completed 200 OK in 7ms (Views: 3.7ms | Allocations: 11347)
|
4393
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:52:58 -0700
|
4394
|
+
Processing by HomeController#index as HTML
|
4395
|
+
Rendering home/index.html.erb within layouts/application
|
4396
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
4397
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 237)
|
4398
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:52:58 -0700
|
4399
|
+
Processing by HomeController#index as HTML
|
4400
|
+
Rendering home/index.html.erb within layouts/application
|
4401
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 82)
|
4402
|
+
Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 463)
|
4403
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 22:52:58 -0700
|
4404
|
+
Processing by HomeController#action_list as HTML
|
4405
|
+
Rendering home/action_list.html.erb within layouts/application
|
4406
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.7ms | Allocations: 581)
|
4407
|
+
Completed 200 OK in 15ms (Views: 15.0ms | Allocations: 1074)
|
4408
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:53:00 -0700
|
4409
|
+
Processing by HomeController#index as HTML
|
4410
|
+
Rendering layout layouts/application.html.erb
|
4411
|
+
Rendering home/index.html.erb within layouts/application
|
4412
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 2515)
|
4413
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | Allocations: 2642)
|
4414
|
+
Completed 200 OK in 7ms (Views: 3.6ms | Allocations: 10623)
|
4415
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:53:00 -0700
|
4416
|
+
Processing by HomeController#index as HTML
|
4417
|
+
Rendering layout layouts/application.html.erb
|
4418
|
+
Rendering home/index.html.erb within layouts/application
|
4419
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
4420
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 48)
|
4421
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 249)
|
4422
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:53:00 -0700
|
4423
|
+
Processing by HomeController#index as HTML
|
4424
|
+
Rendering layout layouts/application.html.erb
|
4425
|
+
Rendering home/index.html.erb within layouts/application
|
4426
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | Allocations: 82)
|
4427
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 122)
|
4428
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 435)
|
4429
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 22:53:00 -0700
|
4430
|
+
Processing by HomeController#action_list as HTML
|
4431
|
+
Rendering layout layouts/application.html.erb
|
4432
|
+
Rendering home/action_list.html.erb within layouts/application
|
4433
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.6ms | Allocations: 579)
|
4434
|
+
Rendered layout layouts/application.html.erb (Duration: 14.7ms | Allocations: 619)
|
4435
|
+
Completed 200 OK in 15ms (Views: 14.9ms | Allocations: 1036)
|
4436
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:53:01 -0700
|
4437
|
+
Processing by HomeController#index as HTML
|
4438
|
+
Rendering layout layouts/application.html.erb
|
4439
|
+
Rendering home/index.html.erb within layouts/application
|
4440
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.5ms | Allocations: 2595)
|
4441
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | Allocations: 2792)
|
4442
|
+
Completed 200 OK in 11ms (Views: 3.9ms | Allocations: 13016)
|
4443
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:53:01 -0700
|
4444
|
+
Processing by HomeController#index as HTML
|
4445
|
+
Rendering layout layouts/application.html.erb
|
4446
|
+
Rendering home/index.html.erb within layouts/application
|
4447
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
4448
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 61)
|
4449
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 290)
|
4450
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:53:01 -0700
|
4451
|
+
Processing by HomeController#index as HTML
|
4452
|
+
Rendering layout layouts/application.html.erb
|
4453
|
+
Rendering home/index.html.erb within layouts/application
|
4454
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 120)
|
4455
|
+
Rendered layout layouts/application.html.erb (Duration: 0.3ms | Allocations: 186)
|
4456
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 674)
|
4457
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 22:53:01 -0700
|
4458
|
+
Processing by HomeController#action_list as HTML
|
4459
|
+
Rendering layout layouts/application.html.erb
|
4460
|
+
Rendering home/action_list.html.erb within layouts/application
|
4461
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 13.8ms | Allocations: 764)
|
4462
|
+
Rendered layout layouts/application.html.erb (Duration: 13.9ms | Allocations: 830)
|
4463
|
+
Completed 200 OK in 14ms (Views: 14.1ms | Allocations: 1313)
|
4464
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:53:03 -0700
|
4465
|
+
Processing by HomeController#index as HTML
|
4466
|
+
Rendering layout layouts/application.html.erb
|
4467
|
+
Rendering home/index.html.erb within layouts/application
|
4468
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 1216)
|
4469
|
+
Rendered layout layouts/application.html.erb (Duration: 0.8ms | Allocations: 1410)
|
4470
|
+
Completed 200 OK in 13ms (Views: 4.5ms | Allocations: 16560)
|
4471
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:53:03 -0700
|
4472
|
+
Processing by HomeController#index as HTML
|
4473
|
+
Rendering layout layouts/application.html.erb
|
4474
|
+
Rendering home/index.html.erb within layouts/application
|
4475
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
4476
|
+
Rendered layout layouts/application.html.erb (Duration: 0.0ms | Allocations: 80)
|
4477
|
+
Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 250)
|
4478
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:53:03 -0700
|
4479
|
+
Processing by HomeController#index as HTML
|
4480
|
+
Rendering layout layouts/application.html.erb
|
4481
|
+
Rendering home/index.html.erb within layouts/application
|
4482
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 181)
|
4483
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | Allocations: 329)
|
4484
|
+
Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 1063)
|
4485
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 22:53:03 -0700
|
4486
|
+
Processing by HomeController#action_list as HTML
|
4487
|
+
Rendering layout layouts/application.html.erb
|
4488
|
+
Rendering home/action_list.html.erb within layouts/application
|
4489
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 3.3ms | Allocations: 612)
|
4490
|
+
Rendered layout layouts/application.html.erb (Duration: 3.4ms | Allocations: 760)
|
4491
|
+
Completed 200 OK in 4ms (Views: 3.7ms | Allocations: 1303)
|
4492
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:53:05 -0700
|
4493
|
+
Processing by HomeController#index as HTML
|
4494
|
+
Rendering layout layouts/application.html.erb
|
4495
|
+
Rendering home/index.html.erb within layouts/application
|
4496
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | GC: 0.0ms)
|
4497
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | GC: 0.0ms)
|
4498
|
+
Completed 200 OK in 18ms (Views: 5.1ms | GC: 1.8ms)
|
4499
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:53:05 -0700
|
4500
|
+
Processing by HomeController#index as HTML
|
4501
|
+
Rendering layout layouts/application.html.erb
|
4502
|
+
Rendering home/index.html.erb within layouts/application
|
4503
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | GC: 0.0ms)
|
4504
|
+
Rendered layout layouts/application.html.erb (Duration: 2.3ms | GC: 0.0ms)
|
4505
|
+
Completed 200 OK in 3ms (Views: 2.5ms | GC: 0.0ms)
|
4506
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:53:05 -0700
|
4507
|
+
Processing by HomeController#index as HTML
|
4508
|
+
Rendering layout layouts/application.html.erb
|
4509
|
+
Rendering home/index.html.erb within layouts/application
|
4510
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
4511
|
+
Rendered layout layouts/application.html.erb (Duration: 0.5ms | GC: 0.0ms)
|
4512
|
+
Completed 200 OK in 2ms (Views: 1.0ms | GC: 0.0ms)
|
4513
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 22:53:05 -0700
|
4514
|
+
Processing by HomeController#action_list as HTML
|
4515
|
+
Rendering layout layouts/application.html.erb
|
4516
|
+
Rendering home/action_list.html.erb within layouts/application
|
4517
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 4.9ms | GC: 0.0ms)
|
4518
|
+
Rendered layout layouts/application.html.erb (Duration: 5.2ms | GC: 0.0ms)
|
4519
|
+
Completed 200 OK in 7ms (Views: 6.1ms | GC: 0.0ms)
|
4520
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:53:06 -0700
|
4521
|
+
Processing by HomeController#index as HTML
|
4522
|
+
Rendering layout layouts/application.html.erb
|
4523
|
+
Rendering home/index.html.erb within layouts/application
|
4524
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
4525
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | GC: 0.0ms)
|
4526
|
+
Completed 200 OK in 19ms (Views: 5.4ms | GC: 0.6ms)
|
4527
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:53:06 -0700
|
4528
|
+
Processing by HomeController#index as HTML
|
4529
|
+
Rendering layout layouts/application.html.erb
|
4530
|
+
Rendering home/index.html.erb within layouts/application
|
4531
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
4532
|
+
Rendered layout layouts/application.html.erb (Duration: 3.1ms | GC: 0.0ms)
|
4533
|
+
Completed 200 OK in 4ms (Views: 3.4ms | GC: 0.0ms)
|
4534
|
+
Started GET "/" for 127.0.0.1 at 2025-10-11 22:53:06 -0700
|
4535
|
+
Processing by HomeController#index as HTML
|
4536
|
+
Rendering layout layouts/application.html.erb
|
4537
|
+
Rendering home/index.html.erb within layouts/application
|
4538
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
4539
|
+
Rendered layout layouts/application.html.erb (Duration: 0.6ms | GC: 0.1ms)
|
4540
|
+
Completed 200 OK in 6ms (Views: 1.5ms | GC: 0.1ms)
|
4541
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-11 22:53:06 -0700
|
4542
|
+
Processing by HomeController#action_list as HTML
|
4543
|
+
Rendering layout layouts/application.html.erb
|
4544
|
+
Rendering home/action_list.html.erb within layouts/application
|
4545
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 7.6ms | GC: 0.0ms)
|
4546
|
+
Rendered layout layouts/application.html.erb (Duration: 11.6ms | GC: 0.0ms)
|
4547
|
+
Completed 200 OK in 13ms (Views: 12.6ms | GC: 0.0ms)
|
4548
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:15 +0000
|
4549
|
+
Processing by HomeController#index as HTML
|
4550
|
+
Rendering home/index.html.erb within layouts/application
|
4551
|
+
Rendered home/index.html.erb within layouts/application (2.4ms)
|
4552
|
+
Completed 200 OK in 9ms (Views: 7.3ms)
|
4553
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:15 +0000
|
4554
|
+
Processing by HomeController#index as HTML
|
4555
|
+
Rendering home/index.html.erb within layouts/application
|
4556
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
4557
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
4558
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:15 +0000
|
4559
|
+
Processing by HomeController#index as HTML
|
4560
|
+
Rendering home/index.html.erb within layouts/application
|
4561
|
+
Rendered home/index.html.erb within layouts/application (1.6ms)
|
4562
|
+
Completed 200 OK in 5ms (Views: 4.0ms)
|
4563
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 14:58:15 +0000
|
4564
|
+
Processing by HomeController#action_list as HTML
|
4565
|
+
Rendering home/action_list.html.erb within layouts/application
|
4566
|
+
Rendered home/action_list.html.erb within layouts/application (3.0ms)
|
4567
|
+
Completed 200 OK in 6ms (Views: 5.1ms)
|
4568
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:20 +0000
|
4569
|
+
Processing by HomeController#index as HTML
|
4570
|
+
Rendering home/index.html.erb within layouts/application
|
4571
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 2512)
|
4572
|
+
Completed 200 OK in 12ms (Views: 6.7ms | Allocations: 11023)
|
4573
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:20 +0000
|
4574
|
+
Processing by HomeController#index as HTML
|
4575
|
+
Rendering home/index.html.erb within layouts/application
|
4576
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
4577
|
+
Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 237)
|
4578
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:20 +0000
|
4579
|
+
Processing by HomeController#index as HTML
|
4580
|
+
Rendering home/index.html.erb within layouts/application
|
4581
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 80)
|
4582
|
+
Completed 200 OK in 2ms (Views: 2.1ms | Allocations: 461)
|
4583
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 14:58:20 +0000
|
4584
|
+
Processing by HomeController#action_list as HTML
|
4585
|
+
Rendering home/action_list.html.erb within layouts/application
|
4586
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 18.6ms | Allocations: 552)
|
4587
|
+
Completed 200 OK in 19ms (Views: 19.0ms | Allocations: 1045)
|
4588
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:25 +0000
|
4589
|
+
Processing by HomeController#index as HTML
|
4590
|
+
Rendering layout layouts/application.html.erb
|
4591
|
+
Rendering home/index.html.erb within layouts/application
|
4592
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.6ms | Allocations: 2487)
|
4593
|
+
Rendered layout layouts/application.html.erb (Duration: 2.8ms | Allocations: 2614)
|
4594
|
+
Completed 200 OK in 12ms (Views: 5.8ms | Allocations: 10312)
|
4595
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:25 +0000
|
4596
|
+
Processing by HomeController#index as HTML
|
4597
|
+
Rendering layout layouts/application.html.erb
|
4598
|
+
Rendering home/index.html.erb within layouts/application
|
4599
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
|
4600
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 48)
|
4601
|
+
Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 249)
|
4602
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:25 +0000
|
4603
|
+
Processing by HomeController#index as HTML
|
4604
|
+
Rendering layout layouts/application.html.erb
|
4605
|
+
Rendering home/index.html.erb within layouts/application
|
4606
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.6ms | Allocations: 80)
|
4607
|
+
Rendered layout layouts/application.html.erb (Duration: 0.8ms | Allocations: 120)
|
4608
|
+
Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 433)
|
4609
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 14:58:25 +0000
|
4610
|
+
Processing by HomeController#action_list as HTML
|
4611
|
+
Rendering layout layouts/application.html.erb
|
4612
|
+
Rendering home/action_list.html.erb within layouts/application
|
4613
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 20.0ms | Allocations: 550)
|
4614
|
+
Rendered layout layouts/application.html.erb (Duration: 20.1ms | Allocations: 590)
|
4615
|
+
Completed 200 OK in 21ms (Views: 20.4ms | Allocations: 1007)
|
4616
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:30 +0000
|
4617
|
+
Processing by HomeController#index as HTML
|
4618
|
+
Rendering layout layouts/application.html.erb
|
4619
|
+
Rendering home/index.html.erb within layouts/application
|
4620
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.8ms | Allocations: 2573)
|
4621
|
+
Rendered layout layouts/application.html.erb (Duration: 3.1ms | Allocations: 2770)
|
4622
|
+
Completed 200 OK in 19ms (Views: 6.7ms | Allocations: 12919)
|
4623
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:30 +0000
|
4624
|
+
Processing by HomeController#index as HTML
|
4625
|
+
Rendering layout layouts/application.html.erb
|
4626
|
+
Rendering home/index.html.erb within layouts/application
|
4627
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 12)
|
4628
|
+
Rendered layout layouts/application.html.erb (Duration: 0.2ms | Allocations: 61)
|
4629
|
+
Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 290)
|
4630
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:30 +0000
|
4631
|
+
Processing by HomeController#index as HTML
|
4632
|
+
Rendering layout layouts/application.html.erb
|
4633
|
+
Rendering home/index.html.erb within layouts/application
|
4634
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 120)
|
4635
|
+
Rendered layout layouts/application.html.erb (Duration: 0.8ms | Allocations: 186)
|
4636
|
+
Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 674)
|
4637
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 14:58:30 +0000
|
4638
|
+
Processing by HomeController#action_list as HTML
|
4639
|
+
Rendering layout layouts/application.html.erb
|
4640
|
+
Rendering home/action_list.html.erb within layouts/application
|
4641
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.4ms | Allocations: 764)
|
4642
|
+
Rendered layout layouts/application.html.erb (Duration: 16.5ms | Allocations: 830)
|
4643
|
+
Completed 200 OK in 17ms (Views: 16.8ms | Allocations: 1313)
|
4644
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:35 +0000
|
4645
|
+
Processing by HomeController#index as HTML
|
4646
|
+
Rendering layout layouts/application.html.erb
|
4647
|
+
Rendering home/index.html.erb within layouts/application
|
4648
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 1207)
|
4649
|
+
Rendered layout layouts/application.html.erb (Duration: 2.1ms | Allocations: 1401)
|
4650
|
+
Completed 200 OK in 16ms (Views: 7.3ms | Allocations: 16439)
|
4651
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:35 +0000
|
4652
|
+
Processing by HomeController#index as HTML
|
4653
|
+
Rendering layout layouts/application.html.erb
|
4654
|
+
Rendering home/index.html.erb within layouts/application
|
4655
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 11)
|
4656
|
+
Rendered layout layouts/application.html.erb (Duration: 0.2ms | Allocations: 80)
|
4657
|
+
Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 251)
|
4658
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:35 +0000
|
4659
|
+
Processing by HomeController#index as HTML
|
4660
|
+
Rendering layout layouts/application.html.erb
|
4661
|
+
Rendering home/index.html.erb within layouts/application
|
4662
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.6ms | Allocations: 182)
|
4663
|
+
Rendered layout layouts/application.html.erb (Duration: 2.3ms | Allocations: 330)
|
4664
|
+
Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 1065)
|
4665
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 14:58:35 +0000
|
4666
|
+
Processing by HomeController#action_list as HTML
|
4667
|
+
Rendering layout layouts/application.html.erb
|
4668
|
+
Rendering home/action_list.html.erb within layouts/application
|
4669
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 5.5ms | Allocations: 611)
|
4670
|
+
Rendered layout layouts/application.html.erb (Duration: 5.8ms | Allocations: 759)
|
4671
|
+
Completed 200 OK in 7ms (Views: 6.7ms | Allocations: 1303)
|
4672
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:52 +0000
|
4673
|
+
Processing by HomeController#index as HTML
|
4674
|
+
Rendering layout layouts/application.html.erb
|
4675
|
+
Rendering home/index.html.erb within layouts/application
|
4676
|
+
Rendered home/index.html.erb within layouts/application (Duration: 4.5ms | GC: 2.2ms)
|
4677
|
+
Rendered layout layouts/application.html.erb (Duration: 5.2ms | GC: 2.2ms)
|
4678
|
+
Completed 200 OK in 26ms (Views: 10.3ms | GC: 2.4ms)
|
4679
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:52 +0000
|
4680
|
+
Processing by HomeController#index as HTML
|
4681
|
+
Rendering layout layouts/application.html.erb
|
4682
|
+
Rendering home/index.html.erb within layouts/application
|
4683
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | GC: 0.0ms)
|
4684
|
+
Rendered layout layouts/application.html.erb (Duration: 2.7ms | GC: 0.0ms)
|
4685
|
+
Completed 200 OK in 3ms (Views: 3.2ms | GC: 0.0ms)
|
4686
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:52 +0000
|
4687
|
+
Processing by HomeController#index as HTML
|
4688
|
+
Rendering layout layouts/application.html.erb
|
4689
|
+
Rendering home/index.html.erb within layouts/application
|
4690
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | GC: 0.0ms)
|
4691
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | GC: 0.0ms)
|
4692
|
+
Completed 200 OK in 5ms (Views: 3.0ms | GC: 0.0ms)
|
4693
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 14:58:52 +0000
|
4694
|
+
Processing by HomeController#action_list as HTML
|
4695
|
+
Rendering layout layouts/application.html.erb
|
4696
|
+
Rendering home/action_list.html.erb within layouts/application
|
4697
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 9.8ms | GC: 0.0ms)
|
4698
|
+
Rendered layout layouts/application.html.erb (Duration: 10.5ms | GC: 0.0ms)
|
4699
|
+
Completed 200 OK in 14ms (Views: 12.5ms | GC: 0.0ms)
|
4700
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:57 +0000
|
4701
|
+
Processing by HomeController#index as HTML
|
4702
|
+
Rendering layout layouts/application.html.erb
|
4703
|
+
Rendering home/index.html.erb within layouts/application
|
4704
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.0ms | GC: 0.0ms)
|
4705
|
+
Rendered layout layouts/application.html.erb (Duration: 2.6ms | GC: 0.0ms)
|
4706
|
+
Completed 200 OK in 27ms (Views: 8.2ms | GC: 0.5ms)
|
4707
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:58 +0000
|
4708
|
+
Processing by HomeController#index as HTML
|
4709
|
+
Rendering layout layouts/application.html.erb
|
4710
|
+
Rendering home/index.html.erb within layouts/application
|
4711
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
4712
|
+
Rendered layout layouts/application.html.erb (Duration: 3.4ms | GC: 0.0ms)
|
4713
|
+
Completed 200 OK in 4ms (Views: 3.9ms | GC: 0.0ms)
|
4714
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 14:58:58 +0000
|
4715
|
+
Processing by HomeController#index as HTML
|
4716
|
+
Rendering layout layouts/application.html.erb
|
4717
|
+
Rendering home/index.html.erb within layouts/application
|
4718
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.7ms | GC: 0.0ms)
|
4719
|
+
Rendered layout layouts/application.html.erb (Duration: 2.7ms | GC: 0.0ms)
|
4720
|
+
Completed 200 OK in 11ms (Views: 4.7ms | GC: 0.0ms)
|
4721
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 14:58:58 +0000
|
4722
|
+
Processing by HomeController#action_list as HTML
|
4723
|
+
Rendering layout layouts/application.html.erb
|
4724
|
+
Rendering home/action_list.html.erb within layouts/application
|
4725
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 15.0ms | GC: 0.0ms)
|
4726
|
+
Rendered layout layouts/application.html.erb (Duration: 21.4ms | GC: 0.0ms)
|
4727
|
+
Completed 200 OK in 23ms (Views: 23.1ms | GC: 0.0ms)
|
4728
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:13:47 -0700
|
4729
|
+
Processing by HomeController#index as HTML
|
4730
|
+
Rendering layout layouts/application.html.erb
|
4731
|
+
Rendering home/index.html.erb within layouts/application
|
4732
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | GC: 0.0ms)
|
4733
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | GC: 0.0ms)
|
4734
|
+
Completed 200 OK in 19ms (Views: 5.6ms | GC: 0.0ms)
|
4735
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:13:47 -0700
|
4736
|
+
Processing by HomeController#index as HTML
|
4737
|
+
Rendering layout layouts/application.html.erb
|
4738
|
+
Rendering home/index.html.erb within layouts/application
|
4739
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
4740
|
+
Rendered layout layouts/application.html.erb (Duration: 2.9ms | GC: 0.0ms)
|
4741
|
+
Completed 200 OK in 3ms (Views: 3.2ms | GC: 0.0ms)
|
4742
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:13:47 -0700
|
4743
|
+
Processing by HomeController#index as HTML
|
4744
|
+
Rendering layout layouts/application.html.erb
|
4745
|
+
Rendering home/index.html.erb within layouts/application
|
4746
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | GC: 0.0ms)
|
4747
|
+
Rendered layout layouts/application.html.erb (Duration: 0.2ms | GC: 0.0ms)
|
4748
|
+
Completed 200 OK in 1ms (Views: 0.6ms | GC: 0.0ms)
|
4749
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:13:47 -0700
|
4750
|
+
Processing by HomeController#index as HTML
|
4751
|
+
Rendering layout layouts/application.html.erb
|
4752
|
+
Rendering home/index.html.erb within layouts/application
|
4753
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.6ms | GC: 0.0ms)
|
4754
|
+
Rendered layout layouts/application.html.erb (Duration: 0.8ms | GC: 0.0ms)
|
4755
|
+
Completed 200 OK in 6ms (Views: 1.4ms | GC: 0.0ms)
|
4756
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 11:13:47 -0700
|
4757
|
+
Processing by HomeController#action_list as HTML
|
4758
|
+
Rendering layout layouts/application.html.erb
|
4759
|
+
Rendering home/action_list.html.erb within layouts/application
|
4760
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.9ms | GC: 0.0ms)
|
4761
|
+
Rendered layout layouts/application.html.erb (Duration: 16.2ms | GC: 0.0ms)
|
4762
|
+
Completed 200 OK in 21ms (Views: 17.8ms | GC: 0.0ms)
|
4763
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:16:42 -0700
|
4764
|
+
Processing by HomeController#index as HTML
|
4765
|
+
Rendering layout layouts/application.html.erb
|
4766
|
+
Rendering home/index.html.erb within layouts/application
|
4767
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1690.7ms | GC: 12.3ms)
|
4768
|
+
Rendered layout layouts/application.html.erb (Duration: 1691.2ms | GC: 12.3ms)
|
4769
|
+
Completed 500 Internal Server Error in 1708ms (GC: 12.3ms)
|
4770
|
+
|
4771
|
+
SystemExit (exit):
|
4772
|
+
|
4773
|
+
app/views/home/index.html.erb:1
|
4774
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:16:43 -0700
|
4775
|
+
Processing by HomeController#index as HTML
|
4776
|
+
Rendering layout layouts/application.html.erb
|
4777
|
+
Rendering home/index.html.erb within layouts/application
|
4778
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1462.1ms | GC: 16.0ms)
|
4779
|
+
Rendered layout layouts/application.html.erb (Duration: 1464.6ms | GC: 16.0ms)
|
4780
|
+
Completed 500 Internal Server Error in 1467ms (GC: 16.0ms)
|
4781
|
+
|
4782
|
+
SystemExit (exit):
|
4783
|
+
|
4784
|
+
app/views/home/index.html.erb:1
|
4785
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:16:45 -0700
|
4786
|
+
Processing by HomeController#index as HTML
|
4787
|
+
Rendering layout layouts/application.html.erb
|
4788
|
+
Rendering home/index.html.erb within layouts/application
|
4789
|
+
Rendered home/index.html.erb within layouts/application (Duration: 3275.4ms | GC: 12.3ms)
|
4790
|
+
Rendered layout layouts/application.html.erb (Duration: 3275.6ms | GC: 12.3ms)
|
4791
|
+
Completed 500 Internal Server Error in 3277ms (GC: 12.3ms)
|
4792
|
+
|
4793
|
+
SystemExit (exit):
|
4794
|
+
|
4795
|
+
app/views/home/index.html.erb:1
|
4796
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 11:16:48 -0700
|
4797
|
+
Processing by HomeController#action_list as HTML
|
4798
|
+
Rendering layout layouts/application.html.erb
|
4799
|
+
Rendering home/action_list.html.erb within layouts/application
|
4800
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 772.2ms | GC: 0.5ms)
|
4801
|
+
Rendered layout layouts/application.html.erb (Duration: 772.5ms | GC: 0.5ms)
|
4802
|
+
Completed 500 Internal Server Error in 774ms (GC: 0.5ms)
|
4803
|
+
|
4804
|
+
SystemExit (exit):
|
4805
|
+
|
4806
|
+
app/views/home/action_list.html.erb:1
|
4807
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:17:10 -0700
|
4808
|
+
Processing by HomeController#index as HTML
|
4809
|
+
Rendering layout layouts/application.html.erb
|
4810
|
+
Rendering home/index.html.erb within layouts/application
|
4811
|
+
Rendered home/index.html.erb within layouts/application (Duration: 66290.6ms | GC: 119.0ms)
|
4812
|
+
Rendered layout layouts/application.html.erb (Duration: 66292.1ms | GC: 119.0ms)
|
4813
|
+
Completed 200 OK in 66309ms (Views: 66296.0ms | GC: 119.0ms)
|
4814
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:18:31 -0700
|
4815
|
+
Processing by HomeController#index as HTML
|
4816
|
+
Rendering layout layouts/application.html.erb
|
4817
|
+
Rendering home/index.html.erb within layouts/application
|
4818
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.7ms | GC: 0.0ms)
|
4819
|
+
Rendered layout layouts/application.html.erb (Duration: 2.1ms | GC: 0.0ms)
|
4820
|
+
Completed 200 OK in 22ms (Views: 6.0ms | GC: 0.0ms)
|
4821
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:18:34 -0700
|
4822
|
+
Processing by HomeController#index as HTML
|
4823
|
+
Rendering layout layouts/application.html.erb
|
4824
|
+
Rendering home/index.html.erb within layouts/application
|
4825
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
4826
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | GC: 0.0ms)
|
4827
|
+
Completed 200 OK in 17ms (Views: 4.6ms | GC: 0.0ms)
|
4828
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:18:34 -0700
|
4829
|
+
Processing by HomeController#index as HTML
|
4830
|
+
Rendering layout layouts/application.html.erb
|
4831
|
+
Rendering home/index.html.erb within layouts/application
|
4832
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
4833
|
+
Rendered layout layouts/application.html.erb (Duration: 2.9ms | GC: 0.0ms)
|
4834
|
+
Completed 200 OK in 3ms (Views: 3.2ms | GC: 0.0ms)
|
4835
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:18:34 -0700
|
4836
|
+
Processing by HomeController#index as HTML
|
4837
|
+
Rendering layout layouts/application.html.erb
|
4838
|
+
Rendering home/index.html.erb within layouts/application
|
4839
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | GC: 0.0ms)
|
4840
|
+
Rendered layout layouts/application.html.erb (Duration: 0.2ms | GC: 0.0ms)
|
4841
|
+
Completed 200 OK in 1ms (Views: 0.6ms | GC: 0.0ms)
|
4842
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:18:34 -0700
|
4843
|
+
Processing by HomeController#index as HTML
|
4844
|
+
Rendering layout layouts/application.html.erb
|
4845
|
+
Rendering home/index.html.erb within layouts/application
|
4846
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.5ms | GC: 0.0ms)
|
4847
|
+
Rendered layout layouts/application.html.erb (Duration: 3.4ms | GC: 0.0ms)
|
4848
|
+
Completed 200 OK in 10ms (Views: 5.0ms | GC: 0.0ms)
|
4849
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 11:18:34 -0700
|
4850
|
+
Processing by HomeController#action_list as HTML
|
4851
|
+
Rendering layout layouts/application.html.erb
|
4852
|
+
Rendering home/action_list.html.erb within layouts/application
|
4853
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 16.3ms | GC: 0.0ms)
|
4854
|
+
Rendered layout layouts/application.html.erb (Duration: 17.8ms | GC: 0.0ms)
|
4855
|
+
Completed 200 OK in 23ms (Views: 19.5ms | GC: 0.0ms)
|
4856
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:19:48 -0700
|
4857
|
+
Processing by HomeController#index as HTML
|
4858
|
+
Rendering layout layouts/application.html.erb
|
4859
|
+
Rendering home/index.html.erb within layouts/application
|
4860
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
4861
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | GC: 0.0ms)
|
4862
|
+
Completed 200 OK in 18ms (Views: 5.2ms | GC: 0.0ms)
|
4863
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:19:48 -0700
|
4864
|
+
Processing by HomeController#index as HTML
|
4865
|
+
Rendering layout layouts/application.html.erb
|
4866
|
+
Rendering home/index.html.erb within layouts/application
|
4867
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
4868
|
+
Rendered layout layouts/application.html.erb (Duration: 3.0ms | GC: 0.0ms)
|
4869
|
+
Completed 200 OK in 3ms (Views: 3.4ms | GC: 0.0ms)
|
4870
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:19:48 -0700
|
4871
|
+
Processing by HomeController#index as HTML
|
4872
|
+
Rendering layout layouts/application.html.erb
|
4873
|
+
Rendering home/index.html.erb within layouts/application
|
4874
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | GC: 0.0ms)
|
4875
|
+
Rendered layout layouts/application.html.erb (Duration: 0.2ms | GC: 0.0ms)
|
4876
|
+
Completed 200 OK in 1ms (Views: 0.7ms | GC: 0.0ms)
|
4877
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:19:48 -0700
|
4878
|
+
Processing by HomeController#index as HTML
|
4879
|
+
Rendering layout layouts/application.html.erb
|
4880
|
+
Rendering home/index.html.erb within layouts/application
|
4881
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | GC: 0.0ms)
|
4882
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | GC: 0.0ms)
|
4883
|
+
Completed 200 OK in 9ms (Views: 2.9ms | GC: 0.3ms)
|
4884
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 11:19:48 -0700
|
4885
|
+
Processing by HomeController#action_list as HTML
|
4886
|
+
Rendering layout layouts/application.html.erb
|
4887
|
+
Rendering home/action_list.html.erb within layouts/application
|
4888
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 18.4ms | GC: 0.2ms)
|
4889
|
+
Rendered layout layouts/application.html.erb (Duration: 19.9ms | GC: 0.2ms)
|
4890
|
+
Completed 200 OK in 25ms (Views: 22.0ms | GC: 0.2ms)
|
4891
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:20:02 -0700
|
4892
|
+
Processing by HomeController#index as HTML
|
4893
|
+
Rendering layout layouts/application.html.erb
|
4894
|
+
Rendering home/index.html.erb within layouts/application
|
4895
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
4896
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | GC: 0.0ms)
|
4897
|
+
Completed 200 OK in 18ms (Views: 5.0ms | GC: 0.0ms)
|
4898
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:20:02 -0700
|
4899
|
+
Processing by HomeController#index as HTML
|
4900
|
+
Rendering layout layouts/application.html.erb
|
4901
|
+
Rendering home/index.html.erb within layouts/application
|
4902
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
4903
|
+
Rendered layout layouts/application.html.erb (Duration: 2.9ms | GC: 0.0ms)
|
4904
|
+
Completed 200 OK in 3ms (Views: 3.3ms | GC: 0.0ms)
|
4905
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:20:02 -0700
|
4906
|
+
Processing by HomeController#index as HTML
|
4907
|
+
Rendering layout layouts/application.html.erb
|
4908
|
+
Rendering home/index.html.erb within layouts/application
|
4909
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | GC: 0.0ms)
|
4910
|
+
Rendered layout layouts/application.html.erb (Duration: 0.1ms | GC: 0.0ms)
|
4911
|
+
Completed 200 OK in 1ms (Views: 0.5ms | GC: 0.0ms)
|
4912
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:20:02 -0700
|
4913
|
+
Processing by HomeController#index as HTML
|
4914
|
+
Rendering layout layouts/application.html.erb
|
4915
|
+
Rendering home/index.html.erb within layouts/application
|
4916
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.5ms | GC: 0.0ms)
|
4917
|
+
Rendered layout layouts/application.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
4918
|
+
Completed 200 OK in 7ms (Views: 1.6ms | GC: 0.0ms)
|
4919
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 11:20:02 -0700
|
4920
|
+
Processing by HomeController#action_list as HTML
|
4921
|
+
Rendering layout layouts/application.html.erb
|
4922
|
+
Rendering home/action_list.html.erb within layouts/application
|
4923
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 13.6ms | GC: 0.0ms)
|
4924
|
+
Rendered layout layouts/application.html.erb (Duration: 14.9ms | GC: 0.0ms)
|
4925
|
+
Completed 200 OK in 19ms (Views: 16.5ms | GC: 0.0ms)
|
4926
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:20:13 -0700
|
4927
|
+
Processing by HomeController#index as HTML
|
4928
|
+
Rendering layout layouts/application.html.erb
|
4929
|
+
Rendering home/index.html.erb within layouts/application
|
4930
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
4931
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | GC: 0.0ms)
|
4932
|
+
Completed 200 OK in 18ms (Views: 5.1ms | GC: 0.0ms)
|
4933
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:20:13 -0700
|
4934
|
+
Processing by HomeController#index as HTML
|
4935
|
+
Rendering layout layouts/application.html.erb
|
4936
|
+
Rendering home/index.html.erb within layouts/application
|
4937
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
4938
|
+
Rendered layout layouts/application.html.erb (Duration: 2.9ms | GC: 0.0ms)
|
4939
|
+
Completed 200 OK in 3ms (Views: 3.3ms | GC: 0.0ms)
|
4940
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:20:34 -0700
|
4941
|
+
Processing by HomeController#index as HTML
|
4942
|
+
Rendering layout layouts/application.html.erb
|
4943
|
+
Rendering home/index.html.erb within layouts/application
|
4944
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.1ms | GC: 0.0ms)
|
4945
|
+
Rendered layout layouts/application.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
4946
|
+
Completed 200 OK in 3ms (Views: 2.3ms | GC: 0.0ms)
|
4947
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:21:29 -0700
|
4948
|
+
Processing by HomeController#index as HTML
|
4949
|
+
Rendering layout layouts/application.html.erb
|
4950
|
+
Rendering home/index.html.erb within layouts/application
|
4951
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | GC: 0.0ms)
|
4952
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | GC: 0.0ms)
|
4953
|
+
Completed 200 OK in 24ms (Views: 7.5ms | GC: 0.0ms)
|
4954
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:21:29 -0700
|
4955
|
+
Processing by HomeController#index as HTML
|
4956
|
+
Rendering layout layouts/application.html.erb
|
4957
|
+
Rendering home/index.html.erb within layouts/application
|
4958
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
4959
|
+
Rendered layout layouts/application.html.erb (Duration: 3.1ms | GC: 0.0ms)
|
4960
|
+
Completed 200 OK in 4ms (Views: 3.5ms | GC: 0.0ms)
|
4961
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:21:30 -0700
|
4962
|
+
Processing by HomeController#index as HTML
|
4963
|
+
Rendering layout layouts/application.html.erb
|
4964
|
+
Rendering home/index.html.erb within layouts/application
|
4965
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | GC: 0.0ms)
|
4966
|
+
Rendered layout layouts/application.html.erb (Duration: 0.2ms | GC: 0.0ms)
|
4967
|
+
Completed 200 OK in 1ms (Views: 0.6ms | GC: 0.0ms)
|
4968
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:21:30 -0700
|
4969
|
+
Processing by HomeController#index as HTML
|
4970
|
+
Rendering layout layouts/application.html.erb
|
4971
|
+
Rendering home/index.html.erb within layouts/application
|
4972
|
+
Rendered home/index.html.erb within layouts/application (Duration: 36323.7ms | GC: 92.2ms)
|
4973
|
+
Rendered layout layouts/application.html.erb (Duration: 36324.5ms | GC: 92.2ms)
|
4974
|
+
Completed 200 OK in 36330ms (Views: 36325.5ms | GC: 92.2ms)
|
4975
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 11:22:06 -0700
|
4976
|
+
Processing by HomeController#action_list as HTML
|
4977
|
+
Rendering layout layouts/application.html.erb
|
4978
|
+
Rendering home/action_list.html.erb within layouts/application
|
4979
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 37859.4ms | GC: 40.7ms)
|
4980
|
+
Rendered layout layouts/application.html.erb (Duration: 37859.9ms | GC: 40.7ms)
|
4981
|
+
Completed 200 OK in 37861ms (Views: 37860.6ms | GC: 40.7ms)
|
4982
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:29:08 -0700
|
4983
|
+
Processing by HomeController#index as HTML
|
4984
|
+
Rendering layout layouts/application.html.erb
|
4985
|
+
Rendering home/index.html.erb within layouts/application
|
4986
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | GC: 0.0ms)
|
4987
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | GC: 0.0ms)
|
4988
|
+
Completed 200 OK in 19ms (Views: 5.6ms | GC: 0.2ms)
|
4989
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:29:08 -0700
|
4990
|
+
Processing by HomeController#index as HTML
|
4991
|
+
Rendering layout layouts/application.html.erb
|
4992
|
+
Rendering home/index.html.erb within layouts/application
|
4993
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
4994
|
+
Rendered layout layouts/application.html.erb (Duration: 2.9ms | GC: 0.0ms)
|
4995
|
+
Completed 200 OK in 3ms (Views: 3.3ms | GC: 0.0ms)
|
4996
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:29:08 -0700
|
4997
|
+
Processing by HomeController#index as HTML
|
4998
|
+
Rendering layout layouts/application.html.erb
|
4999
|
+
Rendering home/index.html.erb within layouts/application
|
5000
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | GC: 0.0ms)
|
5001
|
+
Rendered layout layouts/application.html.erb (Duration: 0.2ms | GC: 0.0ms)
|
5002
|
+
Completed 200 OK in 1ms (Views: 0.7ms | GC: 0.0ms)
|
5003
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:29:08 -0700
|
5004
|
+
Processing by HomeController#index as HTML
|
5005
|
+
Rendering layout layouts/application.html.erb
|
5006
|
+
Rendering home/index.html.erb within layouts/application
|
5007
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | GC: 0.0ms)
|
5008
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | GC: 0.0ms)
|
5009
|
+
Completed 200 OK in 7ms (Views: 1.8ms | GC: 0.0ms)
|
5010
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 11:29:08 -0700
|
5011
|
+
Processing by HomeController#action_list as HTML
|
5012
|
+
Rendering layout layouts/application.html.erb
|
5013
|
+
Rendering home/action_list.html.erb within layouts/application
|
5014
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.4ms | GC: 0.0ms)
|
5015
|
+
Rendered layout layouts/application.html.erb (Duration: 15.7ms | GC: 0.0ms)
|
5016
|
+
Completed 200 OK in 20ms (Views: 17.2ms | GC: 0.0ms)
|
5017
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:31:50 -0700
|
5018
|
+
Processing by HomeController#index as HTML
|
5019
|
+
Rendering layout layouts/application.html.erb
|
5020
|
+
Rendering home/index.html.erb within layouts/application
|
5021
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.7ms | GC: 0.0ms)
|
5022
|
+
Rendered layout layouts/application.html.erb (Duration: 2.2ms | GC: 0.0ms)
|
5023
|
+
Completed 200 OK in 22ms (Views: 6.7ms | GC: 0.0ms)
|
5024
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:06 -0700
|
5025
|
+
Processing by HomeController#index as HTML
|
5026
|
+
Rendering layout layouts/application.html.erb
|
5027
|
+
Rendering home/index.html.erb within layouts/application
|
5028
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | GC: 0.0ms)
|
5029
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | GC: 0.0ms)
|
5030
|
+
Completed 200 OK in 22ms (Views: 5.5ms | GC: 0.0ms)
|
5031
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:06 -0700
|
5032
|
+
Processing by HomeController#index as HTML
|
5033
|
+
Rendering layout layouts/application.html.erb
|
5034
|
+
Rendering home/index.html.erb within layouts/application
|
5035
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
5036
|
+
Rendered layout layouts/application.html.erb (Duration: 3.3ms | GC: 0.0ms)
|
5037
|
+
Completed 200 OK in 4ms (Views: 3.7ms | GC: 0.0ms)
|
5038
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:18 -0700
|
5039
|
+
Processing by HomeController#index as HTML
|
5040
|
+
Rendering layout layouts/application.html.erb
|
5041
|
+
Rendering home/index.html.erb within layouts/application
|
5042
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.5ms | GC: 0.0ms)
|
5043
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | GC: 0.0ms)
|
5044
|
+
Completed 200 OK in 24ms (Views: 6.0ms | GC: 0.0ms)
|
5045
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:18 -0700
|
5046
|
+
Processing by HomeController#index as HTML
|
5047
|
+
Rendering layout layouts/application.html.erb
|
5048
|
+
Rendering home/index.html.erb within layouts/application
|
5049
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.5ms | GC: 0.0ms)
|
5050
|
+
Rendered layout layouts/application.html.erb (Duration: 3.9ms | GC: 0.0ms)
|
5051
|
+
Completed 200 OK in 5ms (Views: 4.8ms | GC: 0.0ms)
|
5052
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:18 -0700
|
5053
|
+
Processing by HomeController#index as HTML
|
5054
|
+
Rendering layout layouts/application.html.erb
|
5055
|
+
Rendering home/index.html.erb within layouts/application
|
5056
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.6ms | GC: 0.0ms)
|
5057
|
+
Rendered layout layouts/application.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
5058
|
+
Completed 200 OK in 7ms (Views: 1.9ms | GC: 0.0ms)
|
5059
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:22 -0700
|
5060
|
+
Processing by HomeController#index as HTML
|
5061
|
+
Rendering layout layouts/application.html.erb
|
5062
|
+
Rendering home/index.html.erb within layouts/application
|
5063
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.6ms | GC: 0.0ms)
|
5064
|
+
Rendered layout layouts/application.html.erb (Duration: 2.1ms | GC: 0.0ms)
|
5065
|
+
Completed 200 OK in 19ms (Views: 5.7ms | GC: 0.0ms)
|
5066
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:22 -0700
|
5067
|
+
Processing by HomeController#index as HTML
|
5068
|
+
Rendering layout layouts/application.html.erb
|
5069
|
+
Rendering home/index.html.erb within layouts/application
|
5070
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.5ms | GC: 0.0ms)
|
5071
|
+
Rendered layout layouts/application.html.erb (Duration: 3.6ms | GC: 0.0ms)
|
5072
|
+
Completed 200 OK in 4ms (Views: 4.0ms | GC: 0.0ms)
|
5073
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:22 -0700
|
5074
|
+
Processing by HomeController#index as HTML
|
5075
|
+
Rendering layout layouts/application.html.erb
|
5076
|
+
Rendering home/index.html.erb within layouts/application
|
5077
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | GC: 0.0ms)
|
5078
|
+
Rendered layout layouts/application.html.erb (Duration: 0.8ms | GC: 0.0ms)
|
5079
|
+
Completed 200 OK in 6ms (Views: 1.8ms | GC: 0.0ms)
|
5080
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:24 -0700
|
5081
|
+
Processing by HomeController#index as HTML
|
5082
|
+
Rendering layout layouts/application.html.erb
|
5083
|
+
Rendering home/index.html.erb within layouts/application
|
5084
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | GC: 0.0ms)
|
5085
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | GC: 0.0ms)
|
5086
|
+
Completed 200 OK in 18ms (Views: 5.0ms | GC: 0.0ms)
|
5087
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:24 -0700
|
5088
|
+
Processing by HomeController#index as HTML
|
5089
|
+
Rendering layout layouts/application.html.erb
|
5090
|
+
Rendering home/index.html.erb within layouts/application
|
5091
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
5092
|
+
Rendered layout layouts/application.html.erb (Duration: 3.3ms | GC: 0.0ms)
|
5093
|
+
Completed 200 OK in 4ms (Views: 3.6ms | GC: 0.0ms)
|
5094
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:24 -0700
|
5095
|
+
Processing by HomeController#index as HTML
|
5096
|
+
Rendering layout layouts/application.html.erb
|
5097
|
+
Rendering home/index.html.erb within layouts/application
|
5098
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.6ms | GC: 0.0ms)
|
5099
|
+
Rendered layout layouts/application.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
5100
|
+
Completed 200 OK in 6ms (Views: 1.6ms | GC: 0.0ms)
|
5101
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:32 -0700
|
5102
|
+
Processing by HomeController#index as HTML
|
5103
|
+
Rendering layout layouts/application.html.erb
|
5104
|
+
Rendering home/index.html.erb within layouts/application
|
5105
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.9ms | GC: 0.0ms)
|
5106
|
+
Rendered layout layouts/application.html.erb (Duration: 2.3ms | GC: 0.0ms)
|
5107
|
+
Completed 200 OK in 19ms (Views: 5.6ms | GC: 0.0ms)
|
5108
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:32 -0700
|
5109
|
+
Processing by HomeController#index as HTML
|
5110
|
+
Rendering layout layouts/application.html.erb
|
5111
|
+
Rendering home/index.html.erb within layouts/application
|
5112
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
5113
|
+
Rendered layout layouts/application.html.erb (Duration: 3.7ms | GC: 0.0ms)
|
5114
|
+
Completed 200 OK in 4ms (Views: 4.2ms | GC: 0.0ms)
|
5115
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:32 -0700
|
5116
|
+
Processing by HomeController#index as HTML
|
5117
|
+
Rendering layout layouts/application.html.erb
|
5118
|
+
Rendering home/index.html.erb within layouts/application
|
5119
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.6ms | GC: 0.0ms)
|
5120
|
+
Rendered layout layouts/application.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
5121
|
+
Completed 200 OK in 7ms (Views: 1.7ms | GC: 0.0ms)
|
5122
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 11:32:32 -0700
|
5123
|
+
Processing by HomeController#action_list as HTML
|
5124
|
+
Rendering layout layouts/application.html.erb
|
5125
|
+
Rendering home/action_list.html.erb within layouts/application
|
5126
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 8.3ms | GC: 0.0ms)
|
5127
|
+
Rendered layout layouts/application.html.erb (Duration: 12.6ms | GC: 0.0ms)
|
5128
|
+
Completed 200 OK in 14ms (Views: 13.5ms | GC: 0.0ms)
|
5129
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:34 -0700
|
5130
|
+
Processing by HomeController#index as HTML
|
5131
|
+
Rendering layout layouts/application.html.erb
|
5132
|
+
Rendering home/index.html.erb within layouts/application
|
5133
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | GC: 0.0ms)
|
5134
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | GC: 0.0ms)
|
5135
|
+
Completed 200 OK in 18ms (Views: 5.0ms | GC: 0.0ms)
|
5136
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:34 -0700
|
5137
|
+
Processing by HomeController#index as HTML
|
5138
|
+
Rendering layout layouts/application.html.erb
|
5139
|
+
Rendering home/index.html.erb within layouts/application
|
5140
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
5141
|
+
Rendered layout layouts/application.html.erb (Duration: 3.3ms | GC: 0.0ms)
|
5142
|
+
Completed 200 OK in 4ms (Views: 3.7ms | GC: 0.0ms)
|
5143
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:34 -0700
|
5144
|
+
Processing by HomeController#index as HTML
|
5145
|
+
Rendering layout layouts/application.html.erb
|
5146
|
+
Rendering home/index.html.erb within layouts/application
|
5147
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.5ms | GC: 0.0ms)
|
5148
|
+
Rendered layout layouts/application.html.erb (Duration: 0.7ms | GC: 0.0ms)
|
5149
|
+
Completed 200 OK in 7ms (Views: 1.7ms | GC: 0.0ms)
|
5150
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 11:32:34 -0700
|
5151
|
+
Processing by HomeController#action_list as HTML
|
5152
|
+
Rendering layout layouts/application.html.erb
|
5153
|
+
Rendering home/action_list.html.erb within layouts/application
|
5154
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 9.1ms | GC: 0.0ms)
|
5155
|
+
Rendered layout layouts/application.html.erb (Duration: 13.6ms | GC: 0.0ms)
|
5156
|
+
Completed 200 OK in 15ms (Views: 14.6ms | GC: 0.0ms)
|
5157
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:36 -0700
|
5158
|
+
Processing by HomeController#index as HTML
|
5159
|
+
Rendering layout layouts/application.html.erb
|
5160
|
+
Rendering home/index.html.erb within layouts/application
|
5161
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | GC: 0.0ms)
|
5162
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | GC: 0.0ms)
|
5163
|
+
Completed 200 OK in 19ms (Views: 5.4ms | GC: 0.0ms)
|
5164
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:36 -0700
|
5165
|
+
Processing by HomeController#index as HTML
|
5166
|
+
Rendering layout layouts/application.html.erb
|
5167
|
+
Rendering home/index.html.erb within layouts/application
|
5168
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
5169
|
+
Rendered layout layouts/application.html.erb (Duration: 3.4ms | GC: 0.0ms)
|
5170
|
+
Completed 200 OK in 4ms (Views: 3.7ms | GC: 0.0ms)
|
5171
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:32:36 -0700
|
5172
|
+
Processing by HomeController#index as HTML
|
5173
|
+
Rendering layout layouts/application.html.erb
|
5174
|
+
Rendering home/index.html.erb within layouts/application
|
5175
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.5ms | GC: 0.0ms)
|
5176
|
+
Rendered layout layouts/application.html.erb (Duration: 0.6ms | GC: 0.0ms)
|
5177
|
+
Completed 200 OK in 6ms (Views: 1.7ms | GC: 0.0ms)
|
5178
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 11:32:36 -0700
|
5179
|
+
Processing by HomeController#action_list as HTML
|
5180
|
+
Rendering layout layouts/application.html.erb
|
5181
|
+
Rendering home/action_list.html.erb within layouts/application
|
5182
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 38.5ms | GC: 0.0ms)
|
5183
|
+
Rendered layout layouts/application.html.erb (Duration: 48.0ms | GC: 0.0ms)
|
5184
|
+
Completed 200 OK in 50ms (Views: 49.3ms | GC: 0.0ms)
|
5185
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:33:26 -0700
|
5186
|
+
Processing by HomeController#index as HTML
|
5187
|
+
Rendering layout layouts/application.html.erb
|
5188
|
+
Rendering home/index.html.erb within layouts/application
|
5189
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.5ms | GC: 0.0ms)
|
5190
|
+
Rendered layout layouts/application.html.erb (Duration: 2.0ms | GC: 0.0ms)
|
5191
|
+
Completed 200 OK in 23ms (Views: 7.5ms | GC: 0.0ms)
|
5192
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:33:26 -0700
|
5193
|
+
Processing by HomeController#index as HTML
|
5194
|
+
Rendering layout layouts/application.html.erb
|
5195
|
+
Rendering home/index.html.erb within layouts/application
|
5196
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | GC: 0.0ms)
|
5197
|
+
Rendered layout layouts/application.html.erb (Duration: 4.3ms | GC: 0.0ms)
|
5198
|
+
Completed 200 OK in 5ms (Views: 4.7ms | GC: 0.0ms)
|
5199
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:36:30 -0700
|
5200
|
+
Processing by HomeController#index as HTML
|
5201
|
+
Rendering layout layouts/application.html.erb
|
5202
|
+
Rendering home/index.html.erb within layouts/application
|
5203
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.5ms | GC: 0.0ms)
|
5204
|
+
Rendered layout layouts/application.html.erb (Duration: 2.1ms | GC: 0.0ms)
|
5205
|
+
Completed 200 OK in 20ms (Views: 6.4ms | GC: 0.0ms)
|
5206
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:36:30 -0700
|
5207
|
+
Processing by HomeController#index as HTML
|
5208
|
+
Rendering layout layouts/application.html.erb
|
5209
|
+
Rendering home/index.html.erb within layouts/application
|
5210
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | GC: 0.0ms)
|
5211
|
+
Rendered layout layouts/application.html.erb (Duration: 4.0ms | GC: 0.0ms)
|
5212
|
+
Completed 200 OK in 4ms (Views: 4.4ms | GC: 0.0ms)
|
5213
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:37:11 -0700
|
5214
|
+
Processing by HomeController#index as HTML
|
5215
|
+
Rendering layout layouts/application.html.erb
|
5216
|
+
Rendering home/index.html.erb within layouts/application
|
5217
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
5218
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | GC: 0.0ms)
|
5219
|
+
Completed 200 OK in 20ms (Views: 5.8ms | GC: 0.6ms)
|
5220
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:37:11 -0700
|
5221
|
+
Processing by HomeController#index as HTML
|
5222
|
+
Rendering layout layouts/application.html.erb
|
5223
|
+
Rendering home/index.html.erb within layouts/application
|
5224
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
5225
|
+
Rendered layout layouts/application.html.erb (Duration: 3.1ms | GC: 0.0ms)
|
5226
|
+
Completed 200 OK in 4ms (Views: 3.8ms | GC: 0.0ms)
|
5227
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:37:52 -0700
|
5228
|
+
Processing by HomeController#index as HTML
|
5229
|
+
Rendering layout layouts/application.html.erb
|
5230
|
+
Rendering home/index.html.erb within layouts/application
|
5231
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | GC: 0.0ms)
|
5232
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | GC: 0.0ms)
|
5233
|
+
Completed 200 OK in 21ms (Views: 5.9ms | GC: 0.0ms)
|
5234
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:37:52 -0700
|
5235
|
+
Processing by HomeController#index as HTML
|
5236
|
+
Rendering layout layouts/application.html.erb
|
5237
|
+
Rendering home/index.html.erb within layouts/application
|
5238
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
5239
|
+
Rendered layout layouts/application.html.erb (Duration: 3.7ms | GC: 0.0ms)
|
5240
|
+
Completed 200 OK in 4ms (Views: 4.1ms | GC: 0.0ms)
|
5241
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:38:06 -0700
|
5242
|
+
Processing by HomeController#index as HTML
|
5243
|
+
Rendering layout layouts/application.html.erb
|
5244
|
+
Rendering home/index.html.erb within layouts/application
|
5245
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.7ms | GC: 0.0ms)
|
5246
|
+
Rendered layout layouts/application.html.erb (Duration: 2.3ms | GC: 0.0ms)
|
5247
|
+
Completed 200 OK in 22ms (Views: 7.3ms | GC: 0.0ms)
|
5248
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:38:06 -0700
|
5249
|
+
Processing by HomeController#index as HTML
|
5250
|
+
Rendering layout layouts/application.html.erb
|
5251
|
+
Rendering home/index.html.erb within layouts/application
|
5252
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
5253
|
+
Rendered layout layouts/application.html.erb (Duration: 3.4ms | GC: 0.0ms)
|
5254
|
+
Completed 200 OK in 4ms (Views: 3.7ms | GC: 0.0ms)
|
5255
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:39:37 -0700
|
5256
|
+
Processing by HomeController#index as HTML
|
5257
|
+
Rendering layout layouts/application.html.erb
|
5258
|
+
Rendering home/index.html.erb within layouts/application
|
5259
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.5ms | GC: 0.0ms)
|
5260
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | GC: 0.0ms)
|
5261
|
+
Completed 200 OK in 19ms (Views: 5.9ms | GC: 0.0ms)
|
5262
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:39:37 -0700
|
5263
|
+
Processing by HomeController#index as HTML
|
5264
|
+
Rendering layout layouts/application.html.erb
|
5265
|
+
Rendering home/index.html.erb within layouts/application
|
5266
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | GC: 0.0ms)
|
5267
|
+
Rendered layout layouts/application.html.erb (Duration: 4.0ms | GC: 0.0ms)
|
5268
|
+
Completed 200 OK in 5ms (Views: 4.4ms | GC: 0.0ms)
|
5269
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:39:59 -0700
|
5270
|
+
Processing by HomeController#index as HTML
|
5271
|
+
Rendering layout layouts/application.html.erb
|
5272
|
+
Rendering home/index.html.erb within layouts/application
|
5273
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | GC: 0.0ms)
|
5274
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | GC: 0.0ms)
|
5275
|
+
Completed 200 OK in 21ms (Views: 6.2ms | GC: 0.0ms)
|
5276
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:39:59 -0700
|
5277
|
+
Processing by HomeController#index as HTML
|
5278
|
+
Rendering layout layouts/application.html.erb
|
5279
|
+
Rendering home/index.html.erb within layouts/application
|
5280
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
5281
|
+
Rendered layout layouts/application.html.erb (Duration: 3.3ms | GC: 0.0ms)
|
5282
|
+
Completed 200 OK in 4ms (Views: 3.7ms | GC: 0.0ms)
|
5283
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:40:50 -0700
|
5284
|
+
Processing by HomeController#index as HTML
|
5285
|
+
Rendering layout layouts/application.html.erb
|
5286
|
+
Rendering home/index.html.erb within layouts/application
|
5287
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | GC: 0.0ms)
|
5288
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | GC: 0.0ms)
|
5289
|
+
Completed 200 OK in 20ms (Views: 5.9ms | GC: 0.0ms)
|
5290
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:40:50 -0700
|
5291
|
+
Processing by HomeController#index as HTML
|
5292
|
+
Rendering layout layouts/application.html.erb
|
5293
|
+
Rendering home/index.html.erb within layouts/application
|
5294
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | GC: 0.0ms)
|
5295
|
+
Rendered layout layouts/application.html.erb (Duration: 3.9ms | GC: 0.0ms)
|
5296
|
+
Completed 200 OK in 5ms (Views: 4.4ms | GC: 0.0ms)
|
5297
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:42:32 -0700
|
5298
|
+
Processing by HomeController#index as HTML
|
5299
|
+
Rendering layout layouts/application.html.erb
|
5300
|
+
Rendering home/index.html.erb within layouts/application
|
5301
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | GC: 0.0ms)
|
5302
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | GC: 0.0ms)
|
5303
|
+
Completed 200 OK in 20ms (Views: 5.8ms | GC: 0.6ms)
|
5304
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:42:32 -0700
|
5305
|
+
Processing by HomeController#index as HTML
|
5306
|
+
Rendering layout layouts/application.html.erb
|
5307
|
+
Rendering home/index.html.erb within layouts/application
|
5308
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | GC: 0.0ms)
|
5309
|
+
Rendered layout layouts/application.html.erb (Duration: 4.9ms | GC: 0.0ms)
|
5310
|
+
Completed 200 OK in 6ms (Views: 5.4ms | GC: 0.0ms)
|
5311
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:43:41 -0700
|
5312
|
+
Processing by HomeController#index as HTML
|
5313
|
+
Rendering layout layouts/application.html.erb
|
5314
|
+
Rendering home/index.html.erb within layouts/application
|
5315
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | GC: 0.0ms)
|
5316
|
+
Rendered layout layouts/application.html.erb (Duration: 1.8ms | GC: 0.0ms)
|
5317
|
+
Completed 200 OK in 20ms (Views: 6.0ms | GC: 0.0ms)
|
5318
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:43:41 -0700
|
5319
|
+
Processing by HomeController#index as HTML
|
5320
|
+
Rendering layout layouts/application.html.erb
|
5321
|
+
Rendering home/index.html.erb within layouts/application
|
5322
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
5323
|
+
Rendered layout layouts/application.html.erb (Duration: 3.3ms | GC: 0.0ms)
|
5324
|
+
Completed 200 OK in 4ms (Views: 3.7ms | GC: 0.0ms)
|
5325
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:44:41 -0700
|
5326
|
+
Processing by HomeController#index as HTML
|
5327
|
+
Rendering layout layouts/application.html.erb
|
5328
|
+
Rendering home/index.html.erb within layouts/application
|
5329
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | GC: 0.0ms)
|
5330
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | GC: 0.0ms)
|
5331
|
+
Completed 200 OK in 19ms (Views: 5.9ms | GC: 0.0ms)
|
5332
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:44:41 -0700
|
5333
|
+
Processing by HomeController#index as HTML
|
5334
|
+
Rendering layout layouts/application.html.erb
|
5335
|
+
Rendering home/index.html.erb within layouts/application
|
5336
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.5ms | GC: 0.0ms)
|
5337
|
+
Rendered layout layouts/application.html.erb (Duration: 3.7ms | GC: 0.0ms)
|
5338
|
+
Completed 200 OK in 4ms (Views: 4.1ms | GC: 0.0ms)
|
5339
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:45:06 -0700
|
5340
|
+
Processing by HomeController#index as HTML
|
5341
|
+
Rendering layout layouts/application.html.erb
|
5342
|
+
Rendering home/index.html.erb within layouts/application
|
5343
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | GC: 0.0ms)
|
5344
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | GC: 0.0ms)
|
5345
|
+
Completed 200 OK in 24ms (Views: 6.1ms | GC: 0.0ms)
|
5346
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:45:06 -0700
|
5347
|
+
Processing by HomeController#index as HTML
|
5348
|
+
Rendering layout layouts/application.html.erb
|
5349
|
+
Rendering home/index.html.erb within layouts/application
|
5350
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.7ms | GC: 0.0ms)
|
5351
|
+
Rendered layout layouts/application.html.erb (Duration: 3.9ms | GC: 0.0ms)
|
5352
|
+
Completed 200 OK in 4ms (Views: 4.3ms | GC: 0.0ms)
|
5353
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:45:50 -0700
|
5354
|
+
Processing by HomeController#index as HTML
|
5355
|
+
Rendering layout layouts/application.html.erb
|
5356
|
+
Rendering home/index.html.erb within layouts/application
|
5357
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.7ms | GC: 0.0ms)
|
5358
|
+
Rendered layout layouts/application.html.erb (Duration: 2.2ms | GC: 0.0ms)
|
5359
|
+
Completed 200 OK in 21ms (Views: 6.4ms | GC: 0.0ms)
|
5360
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:45:50 -0700
|
5361
|
+
Processing by HomeController#index as HTML
|
5362
|
+
Rendering layout layouts/application.html.erb
|
5363
|
+
Rendering home/index.html.erb within layouts/application
|
5364
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.6ms | GC: 0.0ms)
|
5365
|
+
Rendered layout layouts/application.html.erb (Duration: 3.9ms | GC: 0.0ms)
|
5366
|
+
Completed 200 OK in 5ms (Views: 4.4ms | GC: 0.0ms)
|
5367
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:46:54 -0700
|
5368
|
+
Processing by HomeController#index as HTML
|
5369
|
+
Rendering layout layouts/application.html.erb
|
5370
|
+
Rendering home/index.html.erb within layouts/application
|
5371
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | GC: 0.0ms)
|
5372
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | GC: 0.0ms)
|
5373
|
+
Completed 200 OK in 20ms (Views: 5.9ms | GC: 0.0ms)
|
5374
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:46:54 -0700
|
5375
|
+
Processing by HomeController#index as HTML
|
5376
|
+
Rendering layout layouts/application.html.erb
|
5377
|
+
Rendering home/index.html.erb within layouts/application
|
5378
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
5379
|
+
Rendered layout layouts/application.html.erb (Duration: 3.2ms | GC: 0.0ms)
|
5380
|
+
Completed 200 OK in 4ms (Views: 3.6ms | GC: 0.0ms)
|
5381
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:47:51 -0700
|
5382
|
+
Processing by HomeController#index as HTML
|
5383
|
+
Rendering layout layouts/application.html.erb
|
5384
|
+
Rendering home/index.html.erb within layouts/application
|
5385
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | GC: 0.0ms)
|
5386
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | GC: 0.0ms)
|
5387
|
+
Completed 200 OK in 21ms (Views: 6.0ms | GC: 0.0ms)
|
5388
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:47:51 -0700
|
5389
|
+
Processing by HomeController#index as HTML
|
5390
|
+
Rendering layout layouts/application.html.erb
|
5391
|
+
Rendering home/index.html.erb within layouts/application
|
5392
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.6ms | GC: 0.0ms)
|
5393
|
+
Rendered layout layouts/application.html.erb (Duration: 3.9ms | GC: 0.0ms)
|
5394
|
+
Completed 200 OK in 5ms (Views: 4.4ms | GC: 0.0ms)
|
5395
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:57:42 -0700
|
5396
|
+
|
5397
|
+
Zeitwerk::SetupRequired (please, finish your configuration and call Zeitwerk::Loader#setup once all is ready):
|
5398
|
+
|
5399
|
+
zeitwerk (2.7.3) lib/zeitwerk/loader.rb:235:in 'Zeitwerk::Loader#reload'
|
5400
|
+
activesupport (8.0.3) lib/active_support/dependencies.rb:78:in 'block in ActiveSupport::Dependencies.clear'
|
5401
|
+
activesupport (8.0.3) lib/active_support/concurrency/share_lock.rb:150:in 'ActiveSupport::Concurrency::ShareLock#exclusive'
|
5402
|
+
activesupport (8.0.3) lib/active_support/dependencies/interlock.rb:17:in 'ActiveSupport::Dependencies::Interlock#unloading'
|
5403
|
+
activesupport (8.0.3) lib/active_support/dependencies.rb:31:in 'ActiveSupport::Dependencies.unload_interlock'
|
5404
|
+
activesupport (8.0.3) lib/active_support/dependencies.rb:76:in 'ActiveSupport::Dependencies.clear'
|
5405
|
+
railties (8.0.3) lib/rails/application/finisher.rb:188:in 'block (2 levels) in <module:Finisher>'
|
5406
|
+
activesupport (8.0.3) lib/active_support/file_update_checker.rb:85:in 'ActiveSupport::FileUpdateChecker#execute'
|
5407
|
+
railties (8.0.3) lib/rails/application/finisher.rb:217:in 'block (3 levels) in <module:Finisher>'
|
5408
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:109:in 'ActiveSupport::Callbacks#run_callbacks'
|
5409
|
+
activesupport (8.0.3) lib/active_support/reloader.rb:128:in 'ActiveSupport::Reloader#class_unload!'
|
5410
|
+
railties (8.0.3) lib/rails/application/finisher.rb:216:in 'block (2 levels) in <module:Finisher>'
|
5411
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:406:in 'BasicObject#instance_exec'
|
5412
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:406:in 'block in ActiveSupport::Callbacks::CallTemplate::InstanceExec0#make_lambda'
|
5413
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:178:in 'block in ActiveSupport::Callbacks::Filters::Before#call'
|
5414
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:668:in 'block (2 levels) in ActiveSupport::Callbacks::CallbackChain#default_terminator'
|
5415
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:667:in 'Kernel#catch'
|
5416
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:667:in 'block in ActiveSupport::Callbacks::CallbackChain#default_terminator'
|
5417
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:179:in 'ActiveSupport::Callbacks::Filters::Before#call'
|
5418
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:559:in 'block in ActiveSupport::Callbacks::CallbackSequence#invoke_before'
|
5419
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:559:in 'Array#each'
|
5420
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:559:in 'ActiveSupport::Callbacks::CallbackSequence#invoke_before'
|
5421
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:108:in 'ActiveSupport::Callbacks#run_callbacks'
|
5422
|
+
activesupport (8.0.3) lib/active_support/execution_wrapper.rb:128:in 'ActiveSupport::ExecutionWrapper#run'
|
5423
|
+
activesupport (8.0.3) lib/active_support/execution_wrapper.rb:124:in 'ActiveSupport::ExecutionWrapper#run!'
|
5424
|
+
activesupport (8.0.3) lib/active_support/reloader.rb:122:in 'ActiveSupport::Reloader#run!'
|
5425
|
+
activesupport (8.0.3) lib/active_support/execution_wrapper.rb:77:in 'block in ActiveSupport::ExecutionWrapper.run!'
|
5426
|
+
<internal:kernel>:91:in 'Kernel#tap'
|
5427
|
+
activesupport (8.0.3) lib/active_support/execution_wrapper.rb:74:in 'ActiveSupport::ExecutionWrapper.run!'
|
5428
|
+
activesupport (8.0.3) lib/active_support/reloader.rb:64:in 'ActiveSupport::Reloader.run!'
|
5429
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/executor.rb:14:in 'ActionDispatch::Executor#call'
|
5430
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:31:in 'ActionDispatch::DebugExceptions#call'
|
5431
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/show_exceptions.rb:32:in 'ActionDispatch::ShowExceptions#call'
|
5432
|
+
railties (8.0.3) lib/rails/rack/logger.rb:41:in 'Rails::Rack::Logger#call_app'
|
5433
|
+
railties (8.0.3) lib/rails/rack/logger.rb:29:in 'Rails::Rack::Logger#call'
|
5434
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/remote_ip.rb:96:in 'ActionDispatch::RemoteIp#call'
|
5435
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/request_id.rb:34:in 'ActionDispatch::RequestId#call'
|
5436
|
+
rack (3.2.3) lib/rack/method_override.rb:28:in 'Rack::MethodOverride#call'
|
5437
|
+
rack (3.2.3) lib/rack/runtime.rb:24:in 'Rack::Runtime#call'
|
5438
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/executor.rb:16:in 'ActionDispatch::Executor#call'
|
5439
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/static.rb:27:in 'ActionDispatch::Static#call'
|
5440
|
+
rack (3.2.3) lib/rack/sendfile.rb:131:in 'Rack::Sendfile#call'
|
5441
|
+
railties (8.0.3) lib/rails/engine.rb:535:in 'Rails::Engine#call'
|
5442
|
+
rack-test (2.2.0) lib/rack/test.rb:360:in 'Rack::Test::Session#process_request'
|
5443
|
+
rack-test (2.2.0) lib/rack/test.rb:153:in 'Rack::Test::Session#request'
|
5444
|
+
actionpack (8.0.3) lib/action_dispatch/testing/integration.rb:297:in 'ActionDispatch::Integration::Session#process'
|
5445
|
+
actionpack (8.0.3) lib/action_dispatch/testing/integration.rb:19:in 'ActionDispatch::Integration::RequestHelpers#get'
|
5446
|
+
actionpack (8.0.3) lib/action_dispatch/testing/integration.rb:388:in 'ActionDispatch::Integration::Runner#get'
|
5447
|
+
/Users/camertron/workspace/camertron/onload/spec/rails/controllers/home_controller_spec.rb:8:in 'block (3 levels) in <top (required)>'
|
5448
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:263:in 'BasicObject#instance_exec'
|
5449
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:263:in 'block in RSpec::Core::Example#run'
|
5450
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:511:in 'block in RSpec::Core::Example#with_around_and_singleton_context_hooks'
|
5451
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:468:in 'block in RSpec::Core::Example#with_around_example_hooks'
|
5452
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:486:in 'block in RSpec::Core::Hooks::HookCollections#run'
|
5453
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:626:in 'block in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
|
5454
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
|
5455
|
+
rspec-rails (8.0.2) lib/rspec/rails/adapters.rb:75:in 'block (2 levels) in <module:MinitestLifecycleAdapter>'
|
5456
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:457:in 'BasicObject#instance_exec'
|
5457
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:457:in 'RSpec::Core::Example#instance_exec'
|
5458
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:390:in 'RSpec::Core::Hooks::AroundHook#execute_with'
|
5459
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:628:in 'block (2 levels) in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
|
5460
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
|
5461
|
+
/Users/camertron/workspace/camertron/onload/spec/spec_setup.rb:48:in 'block (3 levels) in <top (required)>'
|
5462
|
+
/Users/camertron/workspace/camertron/onload/spec/spec_setup.rb:24:in 'Onload::TestHelpers#with_clean_env'
|
5463
|
+
/Users/camertron/workspace/camertron/onload/spec/spec_setup.rb:48:in 'block (2 levels) in <top (required)>'
|
5464
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:457:in 'BasicObject#instance_exec'
|
5465
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:457:in 'RSpec::Core::Example#instance_exec'
|
5466
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:390:in 'RSpec::Core::Hooks::AroundHook#execute_with'
|
5467
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:628:in 'block (2 levels) in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
|
5468
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
|
5469
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:629:in 'RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
|
5470
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:486:in 'RSpec::Core::Hooks::HookCollections#run'
|
5471
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:468:in 'RSpec::Core::Example#with_around_example_hooks'
|
5472
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:511:in 'RSpec::Core::Example#with_around_and_singleton_context_hooks'
|
5473
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:259:in 'RSpec::Core::Example#run'
|
5474
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:653:in 'block in RSpec::Core::ExampleGroup.run_examples'
|
5475
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:649:in 'Array#map'
|
5476
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:649:in 'RSpec::Core::ExampleGroup.run_examples'
|
5477
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:614:in 'RSpec::Core::ExampleGroup.run'
|
5478
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:615:in 'block in RSpec::Core::ExampleGroup.run'
|
5479
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:615:in 'Array#map'
|
5480
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:615:in 'RSpec::Core::ExampleGroup.run'
|
5481
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:121:in 'block (3 levels) in RSpec::Core::Runner#run_specs'
|
5482
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:121:in 'Array#map'
|
5483
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:121:in 'block (2 levels) in RSpec::Core::Runner#run_specs'
|
5484
|
+
rspec-core (3.13.5) lib/rspec/core/configuration.rb:2097:in 'RSpec::Core::Configuration#with_suite_hooks'
|
5485
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:116:in 'block in RSpec::Core::Runner#run_specs'
|
5486
|
+
rspec-core (3.13.5) lib/rspec/core/reporter.rb:74:in 'RSpec::Core::Reporter#report'
|
5487
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:115:in 'RSpec::Core::Runner#run_specs'
|
5488
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:89:in 'RSpec::Core::Runner#run'
|
5489
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:71:in 'RSpec::Core::Runner.run'
|
5490
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:45:in 'RSpec::Core::Runner.invoke'
|
5491
|
+
rspec-core (3.13.5) exe/rspec:4:in '<top (required)>'
|
5492
|
+
/Users/camertron/.asdf/installs/ruby/3.4.4/bin/rspec:25:in 'Kernel#load'
|
5493
|
+
/Users/camertron/.asdf/installs/ruby/3.4.4/bin/rspec:25:in '<top (required)>'
|
5494
|
+
bundler (2.6.9) lib/bundler/cli/exec.rb:59:in 'Kernel.load'
|
5495
|
+
bundler (2.6.9) lib/bundler/cli/exec.rb:59:in 'Bundler::CLI::Exec#kernel_load'
|
5496
|
+
bundler (2.6.9) lib/bundler/cli/exec.rb:23:in 'Bundler::CLI::Exec#run'
|
5497
|
+
bundler (2.6.9) lib/bundler/cli.rb:452:in 'Bundler::CLI#exec'
|
5498
|
+
bundler (2.6.9) lib/bundler/vendor/thor/lib/thor/command.rb:28:in 'Bundler::Thor::Command#run'
|
5499
|
+
bundler (2.6.9) lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in 'Bundler::Thor::Invocation#invoke_command'
|
5500
|
+
bundler (2.6.9) lib/bundler/vendor/thor/lib/thor.rb:538:in 'Bundler::Thor.dispatch'
|
5501
|
+
bundler (2.6.9) lib/bundler/cli.rb:35:in 'Bundler::CLI.dispatch'
|
5502
|
+
bundler (2.6.9) lib/bundler/vendor/thor/lib/thor/base.rb:584:in 'Bundler::Thor::Base::ClassMethods#start'
|
5503
|
+
bundler (2.6.9) lib/bundler/cli.rb:29:in 'Bundler::CLI.start'
|
5504
|
+
bundler (2.6.9) exe/bundle:28:in 'block in <top (required)>'
|
5505
|
+
bundler (2.6.9) lib/bundler/friendly_errors.rb:117:in 'Bundler.with_friendly_errors'
|
5506
|
+
bundler (2.6.9) exe/bundle:20:in '<top (required)>'
|
5507
|
+
/Users/camertron/.asdf/installs/ruby/3.4.4/bin/bundle:25:in 'Kernel#load'
|
5508
|
+
/Users/camertron/.asdf/installs/ruby/3.4.4/bin/bundle:25:in '<main>'
|
5509
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:57:43 -0700
|
5510
|
+
|
5511
|
+
Zeitwerk::SetupRequired (please, finish your configuration and call Zeitwerk::Loader#setup once all is ready):
|
5512
|
+
|
5513
|
+
zeitwerk (2.7.3) lib/zeitwerk/loader.rb:235:in 'Zeitwerk::Loader#reload'
|
5514
|
+
activesupport (8.0.3) lib/active_support/dependencies.rb:78:in 'block in ActiveSupport::Dependencies.clear'
|
5515
|
+
activesupport (8.0.3) lib/active_support/concurrency/share_lock.rb:150:in 'ActiveSupport::Concurrency::ShareLock#exclusive'
|
5516
|
+
activesupport (8.0.3) lib/active_support/dependencies/interlock.rb:17:in 'ActiveSupport::Dependencies::Interlock#unloading'
|
5517
|
+
activesupport (8.0.3) lib/active_support/dependencies.rb:31:in 'ActiveSupport::Dependencies.unload_interlock'
|
5518
|
+
activesupport (8.0.3) lib/active_support/dependencies.rb:76:in 'ActiveSupport::Dependencies.clear'
|
5519
|
+
railties (8.0.3) lib/rails/application/finisher.rb:188:in 'block (2 levels) in <module:Finisher>'
|
5520
|
+
activesupport (8.0.3) lib/active_support/file_update_checker.rb:85:in 'ActiveSupport::FileUpdateChecker#execute'
|
5521
|
+
railties (8.0.3) lib/rails/application/finisher.rb:217:in 'block (3 levels) in <module:Finisher>'
|
5522
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:109:in 'ActiveSupport::Callbacks#run_callbacks'
|
5523
|
+
activesupport (8.0.3) lib/active_support/reloader.rb:128:in 'ActiveSupport::Reloader#class_unload!'
|
5524
|
+
railties (8.0.3) lib/rails/application/finisher.rb:216:in 'block (2 levels) in <module:Finisher>'
|
5525
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:406:in 'BasicObject#instance_exec'
|
5526
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:406:in 'block in ActiveSupport::Callbacks::CallTemplate::InstanceExec0#make_lambda'
|
5527
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:178:in 'block in ActiveSupport::Callbacks::Filters::Before#call'
|
5528
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:668:in 'block (2 levels) in ActiveSupport::Callbacks::CallbackChain#default_terminator'
|
5529
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:667:in 'Kernel#catch'
|
5530
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:667:in 'block in ActiveSupport::Callbacks::CallbackChain#default_terminator'
|
5531
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:179:in 'ActiveSupport::Callbacks::Filters::Before#call'
|
5532
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:559:in 'block in ActiveSupport::Callbacks::CallbackSequence#invoke_before'
|
5533
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:559:in 'Array#each'
|
5534
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:559:in 'ActiveSupport::Callbacks::CallbackSequence#invoke_before'
|
5535
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:108:in 'ActiveSupport::Callbacks#run_callbacks'
|
5536
|
+
activesupport (8.0.3) lib/active_support/execution_wrapper.rb:128:in 'ActiveSupport::ExecutionWrapper#run'
|
5537
|
+
activesupport (8.0.3) lib/active_support/execution_wrapper.rb:124:in 'ActiveSupport::ExecutionWrapper#run!'
|
5538
|
+
activesupport (8.0.3) lib/active_support/reloader.rb:122:in 'ActiveSupport::Reloader#run!'
|
5539
|
+
activesupport (8.0.3) lib/active_support/execution_wrapper.rb:77:in 'block in ActiveSupport::ExecutionWrapper.run!'
|
5540
|
+
<internal:kernel>:91:in 'Kernel#tap'
|
5541
|
+
activesupport (8.0.3) lib/active_support/execution_wrapper.rb:74:in 'ActiveSupport::ExecutionWrapper.run!'
|
5542
|
+
activesupport (8.0.3) lib/active_support/reloader.rb:64:in 'ActiveSupport::Reloader.run!'
|
5543
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/executor.rb:14:in 'ActionDispatch::Executor#call'
|
5544
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:31:in 'ActionDispatch::DebugExceptions#call'
|
5545
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/show_exceptions.rb:32:in 'ActionDispatch::ShowExceptions#call'
|
5546
|
+
railties (8.0.3) lib/rails/rack/logger.rb:41:in 'Rails::Rack::Logger#call_app'
|
5547
|
+
railties (8.0.3) lib/rails/rack/logger.rb:29:in 'Rails::Rack::Logger#call'
|
5548
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/remote_ip.rb:96:in 'ActionDispatch::RemoteIp#call'
|
5549
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/request_id.rb:34:in 'ActionDispatch::RequestId#call'
|
5550
|
+
rack (3.2.3) lib/rack/method_override.rb:28:in 'Rack::MethodOverride#call'
|
5551
|
+
rack (3.2.3) lib/rack/runtime.rb:24:in 'Rack::Runtime#call'
|
5552
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/executor.rb:16:in 'ActionDispatch::Executor#call'
|
5553
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/static.rb:27:in 'ActionDispatch::Static#call'
|
5554
|
+
rack (3.2.3) lib/rack/sendfile.rb:131:in 'Rack::Sendfile#call'
|
5555
|
+
railties (8.0.3) lib/rails/engine.rb:535:in 'Rails::Engine#call'
|
5556
|
+
rack-test (2.2.0) lib/rack/test.rb:360:in 'Rack::Test::Session#process_request'
|
5557
|
+
rack-test (2.2.0) lib/rack/test.rb:153:in 'Rack::Test::Session#request'
|
5558
|
+
actionpack (8.0.3) lib/action_dispatch/testing/integration.rb:297:in 'ActionDispatch::Integration::Session#process'
|
5559
|
+
actionpack (8.0.3) lib/action_dispatch/testing/integration.rb:19:in 'ActionDispatch::Integration::RequestHelpers#get'
|
5560
|
+
actionpack (8.0.3) lib/action_dispatch/testing/integration.rb:388:in 'ActionDispatch::Integration::Runner#get'
|
5561
|
+
/Users/camertron/workspace/camertron/onload/spec/rails/controllers/home_controller_spec.rb:22:in 'block (4 levels) in <top (required)>'
|
5562
|
+
/Users/camertron/workspace/camertron/onload/lib/onload.rb:124:in 'Onload.with_config'
|
5563
|
+
/Users/camertron/workspace/camertron/onload/spec/rails/controllers/home_controller_spec.rb:19:in 'block (3 levels) in <top (required)>'
|
5564
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:263:in 'BasicObject#instance_exec'
|
5565
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:263:in 'block in RSpec::Core::Example#run'
|
5566
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:511:in 'block in RSpec::Core::Example#with_around_and_singleton_context_hooks'
|
5567
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:468:in 'block in RSpec::Core::Example#with_around_example_hooks'
|
5568
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:486:in 'block in RSpec::Core::Hooks::HookCollections#run'
|
5569
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:626:in 'block in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
|
5570
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
|
5571
|
+
rspec-rails (8.0.2) lib/rspec/rails/adapters.rb:75:in 'block (2 levels) in <module:MinitestLifecycleAdapter>'
|
5572
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:457:in 'BasicObject#instance_exec'
|
5573
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:457:in 'RSpec::Core::Example#instance_exec'
|
5574
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:390:in 'RSpec::Core::Hooks::AroundHook#execute_with'
|
5575
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:628:in 'block (2 levels) in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
|
5576
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
|
5577
|
+
/Users/camertron/workspace/camertron/onload/spec/spec_setup.rb:48:in 'block (3 levels) in <top (required)>'
|
5578
|
+
/Users/camertron/workspace/camertron/onload/spec/spec_setup.rb:24:in 'Onload::TestHelpers#with_clean_env'
|
5579
|
+
/Users/camertron/workspace/camertron/onload/spec/spec_setup.rb:48:in 'block (2 levels) in <top (required)>'
|
5580
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:457:in 'BasicObject#instance_exec'
|
5581
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:457:in 'RSpec::Core::Example#instance_exec'
|
5582
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:390:in 'RSpec::Core::Hooks::AroundHook#execute_with'
|
5583
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:628:in 'block (2 levels) in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
|
5584
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
|
5585
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:629:in 'RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
|
5586
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:486:in 'RSpec::Core::Hooks::HookCollections#run'
|
5587
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:468:in 'RSpec::Core::Example#with_around_example_hooks'
|
5588
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:511:in 'RSpec::Core::Example#with_around_and_singleton_context_hooks'
|
5589
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:259:in 'RSpec::Core::Example#run'
|
5590
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:653:in 'block in RSpec::Core::ExampleGroup.run_examples'
|
5591
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:649:in 'Array#map'
|
5592
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:649:in 'RSpec::Core::ExampleGroup.run_examples'
|
5593
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:614:in 'RSpec::Core::ExampleGroup.run'
|
5594
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:615:in 'block in RSpec::Core::ExampleGroup.run'
|
5595
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:615:in 'Array#map'
|
5596
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:615:in 'RSpec::Core::ExampleGroup.run'
|
5597
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:121:in 'block (3 levels) in RSpec::Core::Runner#run_specs'
|
5598
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:121:in 'Array#map'
|
5599
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:121:in 'block (2 levels) in RSpec::Core::Runner#run_specs'
|
5600
|
+
rspec-core (3.13.5) lib/rspec/core/configuration.rb:2097:in 'RSpec::Core::Configuration#with_suite_hooks'
|
5601
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:116:in 'block in RSpec::Core::Runner#run_specs'
|
5602
|
+
rspec-core (3.13.5) lib/rspec/core/reporter.rb:74:in 'RSpec::Core::Reporter#report'
|
5603
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:115:in 'RSpec::Core::Runner#run_specs'
|
5604
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:89:in 'RSpec::Core::Runner#run'
|
5605
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:71:in 'RSpec::Core::Runner.run'
|
5606
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:45:in 'RSpec::Core::Runner.invoke'
|
5607
|
+
rspec-core (3.13.5) exe/rspec:4:in '<top (required)>'
|
5608
|
+
/Users/camertron/.asdf/installs/ruby/3.4.4/bin/rspec:25:in 'Kernel#load'
|
5609
|
+
/Users/camertron/.asdf/installs/ruby/3.4.4/bin/rspec:25:in '<top (required)>'
|
5610
|
+
bundler (2.6.9) lib/bundler/cli/exec.rb:59:in 'Kernel.load'
|
5611
|
+
bundler (2.6.9) lib/bundler/cli/exec.rb:59:in 'Bundler::CLI::Exec#kernel_load'
|
5612
|
+
bundler (2.6.9) lib/bundler/cli/exec.rb:23:in 'Bundler::CLI::Exec#run'
|
5613
|
+
bundler (2.6.9) lib/bundler/cli.rb:452:in 'Bundler::CLI#exec'
|
5614
|
+
bundler (2.6.9) lib/bundler/vendor/thor/lib/thor/command.rb:28:in 'Bundler::Thor::Command#run'
|
5615
|
+
bundler (2.6.9) lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in 'Bundler::Thor::Invocation#invoke_command'
|
5616
|
+
bundler (2.6.9) lib/bundler/vendor/thor/lib/thor.rb:538:in 'Bundler::Thor.dispatch'
|
5617
|
+
bundler (2.6.9) lib/bundler/cli.rb:35:in 'Bundler::CLI.dispatch'
|
5618
|
+
bundler (2.6.9) lib/bundler/vendor/thor/lib/thor/base.rb:584:in 'Bundler::Thor::Base::ClassMethods#start'
|
5619
|
+
bundler (2.6.9) lib/bundler/cli.rb:29:in 'Bundler::CLI.start'
|
5620
|
+
bundler (2.6.9) exe/bundle:28:in 'block in <top (required)>'
|
5621
|
+
bundler (2.6.9) lib/bundler/friendly_errors.rb:117:in 'Bundler.with_friendly_errors'
|
5622
|
+
bundler (2.6.9) exe/bundle:20:in '<top (required)>'
|
5623
|
+
/Users/camertron/.asdf/installs/ruby/3.4.4/bin/bundle:25:in 'Kernel#load'
|
5624
|
+
/Users/camertron/.asdf/installs/ruby/3.4.4/bin/bundle:25:in '<main>'
|
5625
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:58:17 -0700
|
5626
|
+
|
5627
|
+
Zeitwerk::SetupRequired (please, finish your configuration and call Zeitwerk::Loader#setup once all is ready):
|
5628
|
+
|
5629
|
+
zeitwerk (2.7.3) lib/zeitwerk/loader.rb:235:in 'Zeitwerk::Loader#reload'
|
5630
|
+
activesupport (8.0.3) lib/active_support/dependencies.rb:78:in 'block in ActiveSupport::Dependencies.clear'
|
5631
|
+
activesupport (8.0.3) lib/active_support/concurrency/share_lock.rb:150:in 'ActiveSupport::Concurrency::ShareLock#exclusive'
|
5632
|
+
activesupport (8.0.3) lib/active_support/dependencies/interlock.rb:17:in 'ActiveSupport::Dependencies::Interlock#unloading'
|
5633
|
+
activesupport (8.0.3) lib/active_support/dependencies.rb:31:in 'ActiveSupport::Dependencies.unload_interlock'
|
5634
|
+
activesupport (8.0.3) lib/active_support/dependencies.rb:76:in 'ActiveSupport::Dependencies.clear'
|
5635
|
+
railties (8.0.3) lib/rails/application/finisher.rb:188:in 'block (2 levels) in <module:Finisher>'
|
5636
|
+
activesupport (8.0.3) lib/active_support/file_update_checker.rb:85:in 'ActiveSupport::FileUpdateChecker#execute'
|
5637
|
+
railties (8.0.3) lib/rails/application/finisher.rb:217:in 'block (3 levels) in <module:Finisher>'
|
5638
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:109:in 'ActiveSupport::Callbacks#run_callbacks'
|
5639
|
+
activesupport (8.0.3) lib/active_support/reloader.rb:128:in 'ActiveSupport::Reloader#class_unload!'
|
5640
|
+
railties (8.0.3) lib/rails/application/finisher.rb:216:in 'block (2 levels) in <module:Finisher>'
|
5641
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:406:in 'BasicObject#instance_exec'
|
5642
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:406:in 'block in ActiveSupport::Callbacks::CallTemplate::InstanceExec0#make_lambda'
|
5643
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:178:in 'block in ActiveSupport::Callbacks::Filters::Before#call'
|
5644
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:668:in 'block (2 levels) in ActiveSupport::Callbacks::CallbackChain#default_terminator'
|
5645
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:667:in 'Kernel#catch'
|
5646
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:667:in 'block in ActiveSupport::Callbacks::CallbackChain#default_terminator'
|
5647
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:179:in 'ActiveSupport::Callbacks::Filters::Before#call'
|
5648
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:559:in 'block in ActiveSupport::Callbacks::CallbackSequence#invoke_before'
|
5649
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:559:in 'Array#each'
|
5650
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:559:in 'ActiveSupport::Callbacks::CallbackSequence#invoke_before'
|
5651
|
+
activesupport (8.0.3) lib/active_support/callbacks.rb:108:in 'ActiveSupport::Callbacks#run_callbacks'
|
5652
|
+
activesupport (8.0.3) lib/active_support/execution_wrapper.rb:128:in 'ActiveSupport::ExecutionWrapper#run'
|
5653
|
+
activesupport (8.0.3) lib/active_support/execution_wrapper.rb:124:in 'ActiveSupport::ExecutionWrapper#run!'
|
5654
|
+
activesupport (8.0.3) lib/active_support/reloader.rb:122:in 'ActiveSupport::Reloader#run!'
|
5655
|
+
activesupport (8.0.3) lib/active_support/execution_wrapper.rb:77:in 'block in ActiveSupport::ExecutionWrapper.run!'
|
5656
|
+
<internal:kernel>:91:in 'Kernel#tap'
|
5657
|
+
activesupport (8.0.3) lib/active_support/execution_wrapper.rb:74:in 'ActiveSupport::ExecutionWrapper.run!'
|
5658
|
+
activesupport (8.0.3) lib/active_support/reloader.rb:64:in 'ActiveSupport::Reloader.run!'
|
5659
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/executor.rb:14:in 'ActionDispatch::Executor#call'
|
5660
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/debug_exceptions.rb:31:in 'ActionDispatch::DebugExceptions#call'
|
5661
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/show_exceptions.rb:32:in 'ActionDispatch::ShowExceptions#call'
|
5662
|
+
railties (8.0.3) lib/rails/rack/logger.rb:41:in 'Rails::Rack::Logger#call_app'
|
5663
|
+
railties (8.0.3) lib/rails/rack/logger.rb:29:in 'Rails::Rack::Logger#call'
|
5664
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/remote_ip.rb:96:in 'ActionDispatch::RemoteIp#call'
|
5665
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/request_id.rb:34:in 'ActionDispatch::RequestId#call'
|
5666
|
+
rack (3.2.3) lib/rack/method_override.rb:28:in 'Rack::MethodOverride#call'
|
5667
|
+
rack (3.2.3) lib/rack/runtime.rb:24:in 'Rack::Runtime#call'
|
5668
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/executor.rb:16:in 'ActionDispatch::Executor#call'
|
5669
|
+
actionpack (8.0.3) lib/action_dispatch/middleware/static.rb:27:in 'ActionDispatch::Static#call'
|
5670
|
+
rack (3.2.3) lib/rack/sendfile.rb:131:in 'Rack::Sendfile#call'
|
5671
|
+
railties (8.0.3) lib/rails/engine.rb:535:in 'Rails::Engine#call'
|
5672
|
+
rack-test (2.2.0) lib/rack/test.rb:360:in 'Rack::Test::Session#process_request'
|
5673
|
+
rack-test (2.2.0) lib/rack/test.rb:153:in 'Rack::Test::Session#request'
|
5674
|
+
actionpack (8.0.3) lib/action_dispatch/testing/integration.rb:297:in 'ActionDispatch::Integration::Session#process'
|
5675
|
+
actionpack (8.0.3) lib/action_dispatch/testing/integration.rb:19:in 'ActionDispatch::Integration::RequestHelpers#get'
|
5676
|
+
actionpack (8.0.3) lib/action_dispatch/testing/integration.rb:388:in 'ActionDispatch::Integration::Runner#get'
|
5677
|
+
/Users/camertron/workspace/camertron/onload/spec/rails/controllers/home_controller_spec.rb:8:in 'block (3 levels) in <top (required)>'
|
5678
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:263:in 'BasicObject#instance_exec'
|
5679
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:263:in 'block in RSpec::Core::Example#run'
|
5680
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:511:in 'block in RSpec::Core::Example#with_around_and_singleton_context_hooks'
|
5681
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:468:in 'block in RSpec::Core::Example#with_around_example_hooks'
|
5682
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:486:in 'block in RSpec::Core::Hooks::HookCollections#run'
|
5683
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:626:in 'block in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
|
5684
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
|
5685
|
+
rspec-rails (8.0.2) lib/rspec/rails/adapters.rb:75:in 'block (2 levels) in <module:MinitestLifecycleAdapter>'
|
5686
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:457:in 'BasicObject#instance_exec'
|
5687
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:457:in 'RSpec::Core::Example#instance_exec'
|
5688
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:390:in 'RSpec::Core::Hooks::AroundHook#execute_with'
|
5689
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:628:in 'block (2 levels) in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
|
5690
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
|
5691
|
+
/Users/camertron/workspace/camertron/onload/spec/spec_setup.rb:49:in 'block (3 levels) in <top (required)>'
|
5692
|
+
/Users/camertron/workspace/camertron/onload/spec/spec_setup.rb:25:in 'Onload::TestHelpers#with_clean_env'
|
5693
|
+
/Users/camertron/workspace/camertron/onload/spec/spec_setup.rb:49:in 'block (2 levels) in <top (required)>'
|
5694
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:457:in 'BasicObject#instance_exec'
|
5695
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:457:in 'RSpec::Core::Example#instance_exec'
|
5696
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:390:in 'RSpec::Core::Hooks::AroundHook#execute_with'
|
5697
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:628:in 'block (2 levels) in RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
|
5698
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:352:in 'RSpec::Core::Example::Procsy#call'
|
5699
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:629:in 'RSpec::Core::Hooks::HookCollections#run_around_example_hooks_for'
|
5700
|
+
rspec-core (3.13.5) lib/rspec/core/hooks.rb:486:in 'RSpec::Core::Hooks::HookCollections#run'
|
5701
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:468:in 'RSpec::Core::Example#with_around_example_hooks'
|
5702
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:511:in 'RSpec::Core::Example#with_around_and_singleton_context_hooks'
|
5703
|
+
rspec-core (3.13.5) lib/rspec/core/example.rb:259:in 'RSpec::Core::Example#run'
|
5704
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:653:in 'block in RSpec::Core::ExampleGroup.run_examples'
|
5705
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:649:in 'Array#map'
|
5706
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:649:in 'RSpec::Core::ExampleGroup.run_examples'
|
5707
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:614:in 'RSpec::Core::ExampleGroup.run'
|
5708
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:615:in 'block in RSpec::Core::ExampleGroup.run'
|
5709
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:615:in 'Array#map'
|
5710
|
+
rspec-core (3.13.5) lib/rspec/core/example_group.rb:615:in 'RSpec::Core::ExampleGroup.run'
|
5711
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:121:in 'block (3 levels) in RSpec::Core::Runner#run_specs'
|
5712
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:121:in 'Array#map'
|
5713
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:121:in 'block (2 levels) in RSpec::Core::Runner#run_specs'
|
5714
|
+
rspec-core (3.13.5) lib/rspec/core/configuration.rb:2097:in 'RSpec::Core::Configuration#with_suite_hooks'
|
5715
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:116:in 'block in RSpec::Core::Runner#run_specs'
|
5716
|
+
rspec-core (3.13.5) lib/rspec/core/reporter.rb:74:in 'RSpec::Core::Reporter#report'
|
5717
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:115:in 'RSpec::Core::Runner#run_specs'
|
5718
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:89:in 'RSpec::Core::Runner#run'
|
5719
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:71:in 'RSpec::Core::Runner.run'
|
5720
|
+
rspec-core (3.13.5) lib/rspec/core/runner.rb:45:in 'RSpec::Core::Runner.invoke'
|
5721
|
+
rspec-core (3.13.5) exe/rspec:4:in '<top (required)>'
|
5722
|
+
/Users/camertron/.asdf/installs/ruby/3.4.4/bin/rspec:25:in 'Kernel#load'
|
5723
|
+
/Users/camertron/.asdf/installs/ruby/3.4.4/bin/rspec:25:in '<top (required)>'
|
5724
|
+
bundler (2.6.9) lib/bundler/cli/exec.rb:59:in 'Kernel.load'
|
5725
|
+
bundler (2.6.9) lib/bundler/cli/exec.rb:59:in 'Bundler::CLI::Exec#kernel_load'
|
5726
|
+
bundler (2.6.9) lib/bundler/cli/exec.rb:23:in 'Bundler::CLI::Exec#run'
|
5727
|
+
bundler (2.6.9) lib/bundler/cli.rb:452:in 'Bundler::CLI#exec'
|
5728
|
+
bundler (2.6.9) lib/bundler/vendor/thor/lib/thor/command.rb:28:in 'Bundler::Thor::Command#run'
|
5729
|
+
bundler (2.6.9) lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in 'Bundler::Thor::Invocation#invoke_command'
|
5730
|
+
bundler (2.6.9) lib/bundler/vendor/thor/lib/thor.rb:538:in 'Bundler::Thor.dispatch'
|
5731
|
+
bundler (2.6.9) lib/bundler/cli.rb:35:in 'Bundler::CLI.dispatch'
|
5732
|
+
bundler (2.6.9) lib/bundler/vendor/thor/lib/thor/base.rb:584:in 'Bundler::Thor::Base::ClassMethods#start'
|
5733
|
+
bundler (2.6.9) lib/bundler/cli.rb:29:in 'Bundler::CLI.start'
|
5734
|
+
bundler (2.6.9) exe/bundle:28:in 'block in <top (required)>'
|
5735
|
+
bundler (2.6.9) lib/bundler/friendly_errors.rb:117:in 'Bundler.with_friendly_errors'
|
5736
|
+
bundler (2.6.9) exe/bundle:20:in '<top (required)>'
|
5737
|
+
/Users/camertron/.asdf/installs/ruby/3.4.4/bin/bundle:25:in 'Kernel#load'
|
5738
|
+
/Users/camertron/.asdf/installs/ruby/3.4.4/bin/bundle:25:in '<main>'
|
5739
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:59:32 -0700
|
5740
|
+
Processing by HomeController#index as HTML
|
5741
|
+
Rendering layout layouts/application.html.erb
|
5742
|
+
Rendering home/index.html.erb within layouts/application
|
5743
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.5ms | GC: 0.0ms)
|
5744
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | GC: 0.0ms)
|
5745
|
+
Completed 200 OK in 21ms (Views: 5.8ms | GC: 0.0ms)
|
5746
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 11:59:32 -0700
|
5747
|
+
Processing by HomeController#index as HTML
|
5748
|
+
Rendering layout layouts/application.html.erb
|
5749
|
+
Rendering home/index.html.erb within layouts/application
|
5750
|
+
Rendered home/index.html.erb within layouts/application (Duration: 4.3ms | GC: 0.0ms)
|
5751
|
+
Rendered layout layouts/application.html.erb (Duration: 6.2ms | GC: 0.0ms)
|
5752
|
+
Completed 500 Internal Server Error in 7ms (GC: 0.0ms)
|
5753
|
+
|
5754
|
+
ActionView::Template::Error (undefined local variable or method 'ignore_file' for an instance of Onload::IgnoreFile)
|
5755
|
+
Caused by: NameError (undefined local variable or method 'ignore_file' for an instance of Onload::IgnoreFile)
|
5756
|
+
|
5757
|
+
Information for: ActionView::Template::Error (undefined local variable or method 'ignore_file' for an instance of Onload::IgnoreFile):
|
5758
|
+
1: <div><%= Hello.new.hello %></div>
|
5759
|
+
|
5760
|
+
app/views/home/index.html.erb:1
|
5761
|
+
|
5762
|
+
Information for cause: NameError (undefined local variable or method 'ignore_file' for an instance of Onload::IgnoreFile):
|
5763
|
+
|
5764
|
+
app/views/home/index.html.erb:1
|
5765
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:01:16 -0700
|
5766
|
+
Processing by HomeController#index as HTML
|
5767
|
+
Rendering layout layouts/application.html.erb
|
5768
|
+
Rendering home/index.html.erb within layouts/application
|
5769
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | GC: 0.0ms)
|
5770
|
+
Rendered layout layouts/application.html.erb (Duration: 1.8ms | GC: 0.0ms)
|
5771
|
+
Completed 200 OK in 20ms (Views: 5.8ms | GC: 0.0ms)
|
5772
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:01:16 -0700
|
5773
|
+
Processing by HomeController#index as HTML
|
5774
|
+
Rendering layout layouts/application.html.erb
|
5775
|
+
Rendering home/index.html.erb within layouts/application
|
5776
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.5ms | GC: 0.0ms)
|
5777
|
+
Rendered layout layouts/application.html.erb (Duration: 4.6ms | GC: 0.0ms)
|
5778
|
+
Completed 200 OK in 6ms (Views: 5.3ms | GC: 0.0ms)
|
5779
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:01:40 -0700
|
5780
|
+
Processing by HomeController#index as HTML
|
5781
|
+
Rendering layout layouts/application.html.erb
|
5782
|
+
Rendering home/index.html.erb within layouts/application
|
5783
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
5784
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | GC: 0.0ms)
|
5785
|
+
Completed 200 OK in 19ms (Views: 5.3ms | GC: 0.0ms)
|
5786
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:01:40 -0700
|
5787
|
+
Processing by HomeController#index as HTML
|
5788
|
+
Rendering layout layouts/application.html.erb
|
5789
|
+
Rendering home/index.html.erb within layouts/application
|
5790
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.2ms | GC: 0.0ms)
|
5791
|
+
Rendered layout layouts/application.html.erb (Duration: 4.3ms | GC: 0.0ms)
|
5792
|
+
Completed 200 OK in 5ms (Views: 4.9ms | GC: 0.0ms)
|
5793
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:02:01 -0700
|
5794
|
+
Processing by HomeController#index as HTML
|
5795
|
+
Rendering layout layouts/application.html.erb
|
5796
|
+
Rendering home/index.html.erb within layouts/application
|
5797
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | GC: 0.0ms)
|
5798
|
+
Rendered layout layouts/application.html.erb (Duration: 1.6ms | GC: 0.0ms)
|
5799
|
+
Completed 200 OK in 18ms (Views: 5.2ms | GC: 0.0ms)
|
5800
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:02:02 -0700
|
5801
|
+
Processing by HomeController#index as HTML
|
5802
|
+
Rendering layout layouts/application.html.erb
|
5803
|
+
Rendering home/index.html.erb within layouts/application
|
5804
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.0ms | GC: 0.0ms)
|
5805
|
+
Rendered layout layouts/application.html.erb (Duration: 4.1ms | GC: 0.0ms)
|
5806
|
+
Completed 200 OK in 5ms (Views: 4.7ms | GC: 0.0ms)
|
5807
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:02:13 -0700
|
5808
|
+
Processing by HomeController#index as HTML
|
5809
|
+
Rendering layout layouts/application.html.erb
|
5810
|
+
Rendering home/index.html.erb within layouts/application
|
5811
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
5812
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | GC: 0.0ms)
|
5813
|
+
Completed 200 OK in 18ms (Views: 5.0ms | GC: 0.0ms)
|
5814
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:02:13 -0700
|
5815
|
+
Processing by HomeController#index as HTML
|
5816
|
+
Rendering layout layouts/application.html.erb
|
5817
|
+
Rendering home/index.html.erb within layouts/application
|
5818
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.1ms | GC: 0.0ms)
|
5819
|
+
Rendered layout layouts/application.html.erb (Duration: 4.2ms | GC: 0.0ms)
|
5820
|
+
Completed 200 OK in 5ms (Views: 4.8ms | GC: 0.0ms)
|
5821
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:02:13 -0700
|
5822
|
+
Processing by HomeController#index as HTML
|
5823
|
+
Rendering layout layouts/application.html.erb
|
5824
|
+
Rendering home/index.html.erb within layouts/application
|
5825
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | GC: 0.0ms)
|
5826
|
+
Rendered layout layouts/application.html.erb (Duration: 0.4ms | GC: 0.0ms)
|
5827
|
+
Completed 200 OK in 1ms (Views: 1.1ms | GC: 0.0ms)
|
5828
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:02:13 -0700
|
5829
|
+
Processing by HomeController#index as HTML
|
5830
|
+
Rendering layout layouts/application.html.erb
|
5831
|
+
Rendering home/index.html.erb within layouts/application
|
5832
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | GC: 0.0ms)
|
5833
|
+
Rendered layout layouts/application.html.erb (Duration: 0.6ms | GC: 0.0ms)
|
5834
|
+
Completed 200 OK in 6ms (Views: 1.4ms | GC: 0.0ms)
|
5835
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 12:02:13 -0700
|
5836
|
+
Processing by HomeController#action_list as HTML
|
5837
|
+
Rendering layout layouts/application.html.erb
|
5838
|
+
Rendering home/action_list.html.erb within layouts/application
|
5839
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 15.9ms | GC: 0.0ms)
|
5840
|
+
Rendered layout layouts/application.html.erb (Duration: 17.3ms | GC: 0.0ms)
|
5841
|
+
Completed 200 OK in 22ms (Views: 19.2ms | GC: 0.0ms)
|
5842
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:02:46 +0000
|
5843
|
+
Processing by HomeController#index as HTML
|
5844
|
+
Rendering home/index.html.erb within layouts/application
|
5845
|
+
Rendered home/index.html.erb within layouts/application (Duration: 3.4ms | Allocations: 2528)
|
5846
|
+
Completed 200 OK in 15ms (Views: 7.4ms | Allocations: 11039)
|
5847
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:02:46 +0000
|
5848
|
+
Processing by HomeController#index as HTML
|
5849
|
+
Rendering home/index.html.erb within layouts/application
|
5850
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 1101)
|
5851
|
+
Completed 200 OK in 3ms (Views: 2.7ms | Allocations: 1482)
|
5852
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:02:46 +0000
|
5853
|
+
Processing by HomeController#index as HTML
|
5854
|
+
Rendering home/index.html.erb within layouts/application
|
5855
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 79)
|
5856
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 460)
|
5857
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:02:46 +0000
|
5858
|
+
Processing by HomeController#index as HTML
|
5859
|
+
Rendering home/index.html.erb within layouts/application
|
5860
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 82)
|
5861
|
+
Completed 200 OK in 3ms (Views: 2.7ms | Allocations: 465)
|
5862
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:02:46 +0000
|
5863
|
+
Processing by HomeController#action_list as HTML
|
5864
|
+
Rendering home/action_list.html.erb within layouts/application
|
5865
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 20.4ms | Allocations: 555)
|
5866
|
+
Completed 200 OK in 21ms (Views: 20.8ms | Allocations: 1049)
|
5867
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:02:51 +0000
|
5868
|
+
Processing by HomeController#index as HTML
|
5869
|
+
Rendering layout layouts/application.html.erb
|
5870
|
+
Rendering home/index.html.erb within layouts/application
|
5871
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 2503)
|
5872
|
+
Rendered layout layouts/application.html.erb (Duration: 2.5ms | Allocations: 2630)
|
5873
|
+
Completed 200 OK in 11ms (Views: 5.6ms | Allocations: 10327)
|
5874
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:02:51 +0000
|
5875
|
+
Processing by HomeController#index as HTML
|
5876
|
+
Rendering layout layouts/application.html.erb
|
5877
|
+
Rendering home/index.html.erb within layouts/application
|
5878
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 1094)
|
5879
|
+
Rendered layout layouts/application.html.erb (Duration: 1.8ms | Allocations: 1134)
|
5880
|
+
Completed 200 OK in 2ms (Views: 2.0ms | Allocations: 1447)
|
5881
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:02:52 +0000
|
5882
|
+
Processing by HomeController#index as HTML
|
5883
|
+
Rendering layout layouts/application.html.erb
|
5884
|
+
Rendering home/index.html.erb within layouts/application
|
5885
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.6ms | Allocations: 79)
|
5886
|
+
Rendered layout layouts/application.html.erb (Duration: 0.7ms | Allocations: 119)
|
5887
|
+
Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 433)
|
5888
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:02:52 +0000
|
5889
|
+
Processing by HomeController#index as HTML
|
5890
|
+
Rendering layout layouts/application.html.erb
|
5891
|
+
Rendering home/index.html.erb within layouts/application
|
5892
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 80)
|
5893
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 120)
|
5894
|
+
Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 433)
|
5895
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:02:52 +0000
|
5896
|
+
Processing by HomeController#action_list as HTML
|
5897
|
+
Rendering layout layouts/application.html.erb
|
5898
|
+
Rendering home/action_list.html.erb within layouts/application
|
5899
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 21.9ms | Allocations: 550)
|
5900
|
+
Rendered layout layouts/application.html.erb (Duration: 22.1ms | Allocations: 590)
|
5901
|
+
Completed 200 OK in 23ms (Views: 22.4ms | Allocations: 1007)
|
5902
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:02:56 +0000
|
5903
|
+
Processing by HomeController#index as HTML
|
5904
|
+
Rendering layout layouts/application.html.erb
|
5905
|
+
Rendering home/index.html.erb within layouts/application
|
5906
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.5ms | Allocations: 2587)
|
5907
|
+
Rendered layout layouts/application.html.erb (Duration: 2.9ms | Allocations: 2784)
|
5908
|
+
Completed 200 OK in 14ms (Views: 6.4ms | Allocations: 12933)
|
5909
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:02:56 +0000
|
5910
|
+
Processing by HomeController#index as HTML
|
5911
|
+
Rendering layout layouts/application.html.erb
|
5912
|
+
Rendering home/index.html.erb within layouts/application
|
5913
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 1133)
|
5914
|
+
Rendered layout layouts/application.html.erb (Duration: 2.0ms | Allocations: 1199)
|
5915
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 1687)
|
5916
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:02:56 +0000
|
5917
|
+
Processing by HomeController#index as HTML
|
5918
|
+
Rendering layout layouts/application.html.erb
|
5919
|
+
Rendering home/index.html.erb within layouts/application
|
5920
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.6ms | Allocations: 119)
|
5921
|
+
Rendered layout layouts/application.html.erb (Duration: 0.7ms | Allocations: 185)
|
5922
|
+
Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 672)
|
5923
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:02:56 +0000
|
5924
|
+
Processing by HomeController#index as HTML
|
5925
|
+
Rendering layout layouts/application.html.erb
|
5926
|
+
Rendering home/index.html.erb within layouts/application
|
5927
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 120)
|
5928
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 186)
|
5929
|
+
Completed 200 OK in 7ms (Views: 7.2ms | Allocations: 673)
|
5930
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:02:56 +0000
|
5931
|
+
Processing by HomeController#action_list as HTML
|
5932
|
+
Rendering layout layouts/application.html.erb
|
5933
|
+
Rendering home/action_list.html.erb within layouts/application
|
5934
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 20.4ms | Allocations: 767)
|
5935
|
+
Rendered layout layouts/application.html.erb (Duration: 20.6ms | Allocations: 833)
|
5936
|
+
Completed 200 OK in 21ms (Views: 21.3ms | Allocations: 1317)
|
5937
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:01 +0000
|
5938
|
+
Processing by HomeController#index as HTML
|
5939
|
+
Rendering layout layouts/application.html.erb
|
5940
|
+
Rendering home/index.html.erb within layouts/application
|
5941
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 1224)
|
5942
|
+
Rendered layout layouts/application.html.erb (Duration: 1.7ms | Allocations: 1418)
|
5943
|
+
Completed 200 OK in 15ms (Views: 6.5ms | Allocations: 16457)
|
5944
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:01 +0000
|
5945
|
+
Processing by HomeController#index as HTML
|
5946
|
+
Rendering layout layouts/application.html.erb
|
5947
|
+
Rendering home/index.html.erb within layouts/application
|
5948
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 1333)
|
5949
|
+
Rendered layout layouts/application.html.erb (Duration: 2.1ms | Allocations: 1406)
|
5950
|
+
Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1810)
|
5951
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:01 +0000
|
5952
|
+
Processing by HomeController#index as HTML
|
5953
|
+
Rendering layout layouts/application.html.erb
|
5954
|
+
Rendering home/index.html.erb within layouts/application
|
5955
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 96)
|
5956
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 169)
|
5957
|
+
Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 571)
|
5958
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:01 +0000
|
5959
|
+
Processing by HomeController#index as HTML
|
5960
|
+
Rendering layout layouts/application.html.erb
|
5961
|
+
Rendering home/index.html.erb within layouts/application
|
5962
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 184)
|
5963
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 332)
|
5964
|
+
Completed 200 OK in 3ms (Views: 1.9ms | Allocations: 1067)
|
5965
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:03:01 +0000
|
5966
|
+
Processing by HomeController#action_list as HTML
|
5967
|
+
Rendering layout layouts/application.html.erb
|
5968
|
+
Rendering home/action_list.html.erb within layouts/application
|
5969
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 4.8ms | Allocations: 611)
|
5970
|
+
Rendered layout layouts/application.html.erb (Duration: 5.1ms | Allocations: 759)
|
5971
|
+
Completed 200 OK in 6ms (Views: 5.8ms | Allocations: 1302)
|
5972
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:06 +0000
|
5973
|
+
Processing by HomeController#index as HTML
|
5974
|
+
Rendering layout layouts/application.html.erb
|
5975
|
+
Rendering home/index.html.erb within layouts/application
|
5976
|
+
Rendered home/index.html.erb within layouts/application (Duration: 4.3ms | GC: 2.6ms)
|
5977
|
+
Rendered layout layouts/application.html.erb (Duration: 4.9ms | GC: 2.6ms)
|
5978
|
+
Completed 200 OK in 25ms (Views: 10.2ms | GC: 2.8ms)
|
5979
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:06 +0000
|
5980
|
+
Processing by HomeController#index as HTML
|
5981
|
+
Rendering layout layouts/application.html.erb
|
5982
|
+
Rendering home/index.html.erb within layouts/application
|
5983
|
+
Rendered home/index.html.erb within layouts/application (Duration: 3.1ms | GC: 0.0ms)
|
5984
|
+
Rendered layout layouts/application.html.erb (Duration: 5.5ms | GC: 0.0ms)
|
5985
|
+
Completed 200 OK in 7ms (Views: 6.3ms | GC: 0.0ms)
|
5986
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:06 +0000
|
5987
|
+
Processing by HomeController#index as HTML
|
5988
|
+
Rendering layout layouts/application.html.erb
|
5989
|
+
Rendering home/index.html.erb within layouts/application
|
5990
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | GC: 0.0ms)
|
5991
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | GC: 0.0ms)
|
5992
|
+
Completed 200 OK in 2ms (Views: 1.9ms | GC: 0.0ms)
|
5993
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:06 +0000
|
5994
|
+
Processing by HomeController#index as HTML
|
5995
|
+
Rendering layout layouts/application.html.erb
|
5996
|
+
Rendering home/index.html.erb within layouts/application
|
5997
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | GC: 0.0ms)
|
5998
|
+
Rendered layout layouts/application.html.erb (Duration: 1.8ms | GC: 0.0ms)
|
5999
|
+
Completed 200 OK in 5ms (Views: 3.0ms | GC: 0.0ms)
|
6000
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:03:06 +0000
|
6001
|
+
Processing by HomeController#action_list as HTML
|
6002
|
+
Rendering layout layouts/application.html.erb
|
6003
|
+
Rendering home/action_list.html.erb within layouts/application
|
6004
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 7.8ms | GC: 0.0ms)
|
6005
|
+
Rendered layout layouts/application.html.erb (Duration: 8.8ms | GC: 0.0ms)
|
6006
|
+
Completed 200 OK in 11ms (Views: 10.6ms | GC: 0.0ms)
|
6007
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:11 +0000
|
6008
|
+
Processing by HomeController#index as HTML
|
6009
|
+
Rendering layout layouts/application.html.erb
|
6010
|
+
Rendering home/index.html.erb within layouts/application
|
6011
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.8ms | GC: 0.0ms)
|
6012
|
+
Rendered layout layouts/application.html.erb (Duration: 2.4ms | GC: 0.0ms)
|
6013
|
+
Completed 200 OK in 27ms (Views: 7.9ms | GC: 0.5ms)
|
6014
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:11 +0000
|
6015
|
+
Processing by HomeController#index as HTML
|
6016
|
+
Rendering layout layouts/application.html.erb
|
6017
|
+
Rendering home/index.html.erb within layouts/application
|
6018
|
+
Rendered home/index.html.erb within layouts/application (Duration: 3.3ms | GC: 0.0ms)
|
6019
|
+
Rendered layout layouts/application.html.erb (Duration: 5.7ms | GC: 0.0ms)
|
6020
|
+
Completed 200 OK in 7ms (Views: 6.6ms | GC: 0.0ms)
|
6021
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:11 +0000
|
6022
|
+
Processing by HomeController#index as HTML
|
6023
|
+
Rendering layout layouts/application.html.erb
|
6024
|
+
Rendering home/index.html.erb within layouts/application
|
6025
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | GC: 0.0ms)
|
6026
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | GC: 0.0ms)
|
6027
|
+
Completed 200 OK in 3ms (Views: 2.3ms | GC: 0.0ms)
|
6028
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:11 +0000
|
6029
|
+
Processing by HomeController#index as HTML
|
6030
|
+
Rendering layout layouts/application.html.erb
|
6031
|
+
Rendering home/index.html.erb within layouts/application
|
6032
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | GC: 0.0ms)
|
6033
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | GC: 0.0ms)
|
6034
|
+
Completed 200 OK in 9ms (Views: 2.4ms | GC: 0.0ms)
|
6035
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:03:11 +0000
|
6036
|
+
Processing by HomeController#action_list as HTML
|
6037
|
+
Rendering layout layouts/application.html.erb
|
6038
|
+
Rendering home/action_list.html.erb within layouts/application
|
6039
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 17.3ms | GC: 0.0ms)
|
6040
|
+
Rendered layout layouts/application.html.erb (Duration: 19.2ms | GC: 0.0ms)
|
6041
|
+
Completed 200 OK in 25ms (Views: 21.6ms | GC: 0.0ms)
|
6042
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:50 +0000
|
6043
|
+
Processing by HomeController#index as HTML
|
6044
|
+
Rendering home/index.html.erb within layouts/application
|
6045
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.6ms | Allocations: 2528)
|
6046
|
+
Completed 200 OK in 14ms (Views: 6.6ms | Allocations: 11039)
|
6047
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:50 +0000
|
6048
|
+
Processing by HomeController#index as HTML
|
6049
|
+
Rendering home/index.html.erb within layouts/application
|
6050
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.7ms | Allocations: 1101)
|
6051
|
+
Completed 200 OK in 3ms (Views: 3.1ms | Allocations: 1482)
|
6052
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:50 +0000
|
6053
|
+
Processing by HomeController#index as HTML
|
6054
|
+
Rendering home/index.html.erb within layouts/application
|
6055
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 79)
|
6056
|
+
Completed 200 OK in 2ms (Views: 2.2ms | Allocations: 460)
|
6057
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:50 +0000
|
6058
|
+
Processing by HomeController#index as HTML
|
6059
|
+
Rendering home/index.html.erb within layouts/application
|
6060
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 82)
|
6061
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 465)
|
6062
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:03:51 +0000
|
6063
|
+
Processing by HomeController#action_list as HTML
|
6064
|
+
Rendering home/action_list.html.erb within layouts/application
|
6065
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 23.3ms | Allocations: 555)
|
6066
|
+
Completed 200 OK in 24ms (Views: 23.7ms | Allocations: 1049)
|
6067
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:56 +0000
|
6068
|
+
Processing by HomeController#index as HTML
|
6069
|
+
Rendering layout layouts/application.html.erb
|
6070
|
+
Rendering home/index.html.erb within layouts/application
|
6071
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 2503)
|
6072
|
+
Rendered layout layouts/application.html.erb (Duration: 2.6ms | Allocations: 2630)
|
6073
|
+
Completed 200 OK in 11ms (Views: 5.8ms | Allocations: 10327)
|
6074
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:56 +0000
|
6075
|
+
Processing by HomeController#index as HTML
|
6076
|
+
Rendering layout layouts/application.html.erb
|
6077
|
+
Rendering home/index.html.erb within layouts/application
|
6078
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.5ms | Allocations: 1094)
|
6079
|
+
Rendered layout layouts/application.html.erb (Duration: 2.6ms | Allocations: 1134)
|
6080
|
+
Completed 200 OK in 3ms (Views: 3.0ms | Allocations: 1447)
|
6081
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:56 +0000
|
6082
|
+
Processing by HomeController#index as HTML
|
6083
|
+
Rendering layout layouts/application.html.erb
|
6084
|
+
Rendering home/index.html.erb within layouts/application
|
6085
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 79)
|
6086
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | Allocations: 119)
|
6087
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 433)
|
6088
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:03:56 +0000
|
6089
|
+
Processing by HomeController#index as HTML
|
6090
|
+
Rendering layout layouts/application.html.erb
|
6091
|
+
Rendering home/index.html.erb within layouts/application
|
6092
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 80)
|
6093
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 120)
|
6094
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 433)
|
6095
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:03:56 +0000
|
6096
|
+
Processing by HomeController#action_list as HTML
|
6097
|
+
Rendering layout layouts/application.html.erb
|
6098
|
+
Rendering home/action_list.html.erb within layouts/application
|
6099
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 21.0ms | Allocations: 550)
|
6100
|
+
Rendered layout layouts/application.html.erb (Duration: 21.1ms | Allocations: 590)
|
6101
|
+
Completed 200 OK in 22ms (Views: 21.6ms | Allocations: 1007)
|
6102
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:04:01 +0000
|
6103
|
+
Processing by HomeController#index as HTML
|
6104
|
+
Rendering layout layouts/application.html.erb
|
6105
|
+
Rendering home/index.html.erb within layouts/application
|
6106
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.9ms | Allocations: 2587)
|
6107
|
+
Rendered layout layouts/application.html.erb (Duration: 3.2ms | Allocations: 2784)
|
6108
|
+
Completed 200 OK in 14ms (Views: 6.6ms | Allocations: 12933)
|
6109
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:04:01 +0000
|
6110
|
+
Processing by HomeController#index as HTML
|
6111
|
+
Rendering layout layouts/application.html.erb
|
6112
|
+
Rendering home/index.html.erb within layouts/application
|
6113
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 1133)
|
6114
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | Allocations: 1199)
|
6115
|
+
Completed 200 OK in 2ms (Views: 2.2ms | Allocations: 1687)
|
6116
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:04:01 +0000
|
6117
|
+
Processing by HomeController#index as HTML
|
6118
|
+
Rendering layout layouts/application.html.erb
|
6119
|
+
Rendering home/index.html.erb within layouts/application
|
6120
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.6ms | Allocations: 119)
|
6121
|
+
Rendered layout layouts/application.html.erb (Duration: 0.8ms | Allocations: 185)
|
6122
|
+
Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 672)
|
6123
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:04:01 +0000
|
6124
|
+
Processing by HomeController#index as HTML
|
6125
|
+
Rendering layout layouts/application.html.erb
|
6126
|
+
Rendering home/index.html.erb within layouts/application
|
6127
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.5ms | Allocations: 120)
|
6128
|
+
Rendered layout layouts/application.html.erb (Duration: 1.8ms | Allocations: 186)
|
6129
|
+
Completed 200 OK in 12ms (Views: 11.8ms | Allocations: 673)
|
6130
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:04:01 +0000
|
6131
|
+
Processing by HomeController#action_list as HTML
|
6132
|
+
Rendering layout layouts/application.html.erb
|
6133
|
+
Rendering home/action_list.html.erb within layouts/application
|
6134
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 20.3ms | Allocations: 767)
|
6135
|
+
Rendered layout layouts/application.html.erb (Duration: 20.5ms | Allocations: 833)
|
6136
|
+
Completed 200 OK in 21ms (Views: 20.9ms | Allocations: 1318)
|
6137
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:04:06 +0000
|
6138
|
+
Processing by HomeController#index as HTML
|
6139
|
+
Rendering layout layouts/application.html.erb
|
6140
|
+
Rendering home/index.html.erb within layouts/application
|
6141
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 1224)
|
6142
|
+
Rendered layout layouts/application.html.erb (Duration: 1.8ms | Allocations: 1418)
|
6143
|
+
Completed 200 OK in 15ms (Views: 6.7ms | Allocations: 16457)
|
6144
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:04:06 +0000
|
6145
|
+
Processing by HomeController#index as HTML
|
6146
|
+
Rendering layout layouts/application.html.erb
|
6147
|
+
Rendering home/index.html.erb within layouts/application
|
6148
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 1333)
|
6149
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | Allocations: 1406)
|
6150
|
+
Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 1810)
|
6151
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:04:06 +0000
|
6152
|
+
Processing by HomeController#index as HTML
|
6153
|
+
Rendering layout layouts/application.html.erb
|
6154
|
+
Rendering home/index.html.erb within layouts/application
|
6155
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 96)
|
6156
|
+
Rendered layout layouts/application.html.erb (Duration: 0.9ms | Allocations: 169)
|
6157
|
+
Completed 200 OK in 1ms (Views: 1.2ms | Allocations: 572)
|
6158
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:04:06 +0000
|
6159
|
+
Processing by HomeController#index as HTML
|
6160
|
+
Rendering layout layouts/application.html.erb
|
6161
|
+
Rendering home/index.html.erb within layouts/application
|
6162
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.8ms | Allocations: 184)
|
6163
|
+
Rendered layout layouts/application.html.erb (Duration: 1.0ms | Allocations: 332)
|
6164
|
+
Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 1067)
|
6165
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:04:06 +0000
|
6166
|
+
Processing by HomeController#action_list as HTML
|
6167
|
+
Rendering layout layouts/application.html.erb
|
6168
|
+
Rendering home/action_list.html.erb within layouts/application
|
6169
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 4.2ms | Allocations: 611)
|
6170
|
+
Rendered layout layouts/application.html.erb (Duration: 4.6ms | Allocations: 759)
|
6171
|
+
Completed 200 OK in 5ms (Views: 5.3ms | Allocations: 1302)
|
6172
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:04:11 +0000
|
6173
|
+
Processing by HomeController#index as HTML
|
6174
|
+
Rendering layout layouts/application.html.erb
|
6175
|
+
Rendering home/index.html.erb within layouts/application
|
6176
|
+
Rendered home/index.html.erb within layouts/application (Duration: 4.1ms | GC: 2.3ms)
|
6177
|
+
Rendered layout layouts/application.html.erb (Duration: 4.6ms | GC: 2.3ms)
|
6178
|
+
Completed 200 OK in 24ms (Views: 9.4ms | GC: 2.5ms)
|
6179
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:04:11 +0000
|
6180
|
+
Processing by HomeController#index as HTML
|
6181
|
+
Rendering layout layouts/application.html.erb
|
6182
|
+
Rendering home/index.html.erb within layouts/application
|
6183
|
+
Rendered home/index.html.erb within layouts/application (Duration: 3.7ms | GC: 0.0ms)
|
6184
|
+
Rendered layout layouts/application.html.erb (Duration: 5.8ms | GC: 0.0ms)
|
6185
|
+
Completed 200 OK in 7ms (Views: 6.7ms | GC: 0.0ms)
|
6186
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:04:11 +0000
|
6187
|
+
Processing by HomeController#index as HTML
|
6188
|
+
Rendering layout layouts/application.html.erb
|
6189
|
+
Rendering home/index.html.erb within layouts/application
|
6190
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | GC: 0.0ms)
|
6191
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | GC: 0.0ms)
|
6192
|
+
Completed 200 OK in 2ms (Views: 2.0ms | GC: 0.0ms)
|
6193
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:04:11 +0000
|
6194
|
+
Processing by HomeController#index as HTML
|
6195
|
+
Rendering layout layouts/application.html.erb
|
6196
|
+
Rendering home/index.html.erb within layouts/application
|
6197
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.5ms | GC: 0.0ms)
|
6198
|
+
Rendered layout layouts/application.html.erb (Duration: 2.1ms | GC: 0.0ms)
|
6199
|
+
Completed 200 OK in 6ms (Views: 3.6ms | GC: 0.0ms)
|
6200
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:04:11 +0000
|
6201
|
+
Processing by HomeController#action_list as HTML
|
6202
|
+
Rendering layout layouts/application.html.erb
|
6203
|
+
Rendering home/action_list.html.erb within layouts/application
|
6204
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 7.9ms | GC: 0.0ms)
|
6205
|
+
Rendered layout layouts/application.html.erb (Duration: 8.8ms | GC: 0.0ms)
|
6206
|
+
Completed 200 OK in 11ms (Views: 10.7ms | GC: 0.0ms)
|
6207
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:04:15 +0000
|
6208
|
+
Processing by HomeController#index as HTML
|
6209
|
+
Rendering layout layouts/application.html.erb
|
6210
|
+
Rendering home/index.html.erb within layouts/application
|
6211
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.9ms | GC: 0.0ms)
|
6212
|
+
Rendered layout layouts/application.html.erb (Duration: 2.5ms | GC: 0.0ms)
|
6213
|
+
Completed 200 OK in 27ms (Views: 8.2ms | GC: 0.0ms)
|
6214
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:04:15 +0000
|
6215
|
+
Processing by HomeController#index as HTML
|
6216
|
+
Rendering layout layouts/application.html.erb
|
6217
|
+
Rendering home/index.html.erb within layouts/application
|
6218
|
+
Rendered home/index.html.erb within layouts/application (Duration: 3.3ms | GC: 0.0ms)
|
6219
|
+
Rendered layout layouts/application.html.erb (Duration: 5.4ms | GC: 0.0ms)
|
6220
|
+
Completed 200 OK in 7ms (Views: 6.3ms | GC: 0.0ms)
|
6221
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:04:15 +0000
|
6222
|
+
Processing by HomeController#index as HTML
|
6223
|
+
Rendering layout layouts/application.html.erb
|
6224
|
+
Rendering home/index.html.erb within layouts/application
|
6225
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
6226
|
+
Rendered layout layouts/application.html.erb (Duration: 1.8ms | GC: 0.0ms)
|
6227
|
+
Completed 200 OK in 3ms (Views: 3.0ms | GC: 0.0ms)
|
6228
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:04:15 +0000
|
6229
|
+
Processing by HomeController#index as HTML
|
6230
|
+
Rendering layout layouts/application.html.erb
|
6231
|
+
Rendering home/index.html.erb within layouts/application
|
6232
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.8ms | GC: 0.0ms)
|
6233
|
+
Rendered layout layouts/application.html.erb (Duration: 2.4ms | GC: 0.0ms)
|
6234
|
+
Completed 200 OK in 16ms (Views: 3.9ms | GC: 6.5ms)
|
6235
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:04:15 +0000
|
6236
|
+
Processing by HomeController#action_list as HTML
|
6237
|
+
Rendering layout layouts/application.html.erb
|
6238
|
+
Rendering home/action_list.html.erb within layouts/application
|
6239
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.0ms | GC: 0.0ms)
|
6240
|
+
Rendered layout layouts/application.html.erb (Duration: 15.6ms | GC: 0.0ms)
|
6241
|
+
Completed 200 OK in 20ms (Views: 17.8ms | GC: 0.0ms)
|
6242
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:05:23 +0000
|
6243
|
+
Processing by HomeController#index as HTML
|
6244
|
+
Rendering home/index.html.erb within layouts/application
|
6245
|
+
Rendered home/index.html.erb within layouts/application (2.2ms)
|
6246
|
+
Completed 200 OK in 8ms (Views: 6.8ms)
|
6247
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:05:23 +0000
|
6248
|
+
Processing by HomeController#index as HTML
|
6249
|
+
Rendering home/index.html.erb within layouts/application
|
6250
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
6251
|
+
Completed 200 OK in 3ms (Views: 2.1ms)
|
6252
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:05:23 +0000
|
6253
|
+
Processing by HomeController#index as HTML
|
6254
|
+
Rendering home/index.html.erb within layouts/application
|
6255
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
6256
|
+
Completed 200 OK in 3ms (Views: 2.1ms)
|
6257
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:05:23 +0000
|
6258
|
+
Processing by HomeController#index as HTML
|
6259
|
+
Rendering home/index.html.erb within layouts/application
|
6260
|
+
Rendered home/index.html.erb within layouts/application (1.8ms)
|
6261
|
+
Completed 200 OK in 5ms (Views: 4.0ms)
|
6262
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:05:23 +0000
|
6263
|
+
Processing by HomeController#action_list as HTML
|
6264
|
+
Rendering home/action_list.html.erb within layouts/application
|
6265
|
+
Rendered home/action_list.html.erb within layouts/application (8.3ms)
|
6266
|
+
Completed 200 OK in 13ms (Views: 12.0ms)
|
6267
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:13:37 -0700
|
6268
|
+
Processing by HomeController#index as HTML
|
6269
|
+
Rendering home/index.html.erb within layouts/application
|
6270
|
+
Rendered home/index.html.erb within layouts/application (1.2ms)
|
6271
|
+
Completed 500 Internal Server Error in 5ms
|
6272
|
+
|
6273
|
+
LoadError (Unable to autoload constant Hello, expected /Users/camertron/workspace/camertron/onload/spec/fixtures/hello.rb.up to define it):
|
6274
|
+
|
6275
|
+
app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb__1301363616100670482_17648245040'
|
6276
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:14:14 -0700
|
6277
|
+
Processing by HomeController#index as HTML
|
6278
|
+
Rendering home/index.html.erb within layouts/application
|
6279
|
+
Rendered home/index.html.erb within layouts/application (0.9ms)
|
6280
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
6281
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:14:14 -0700
|
6282
|
+
Processing by HomeController#index as HTML
|
6283
|
+
Rendering home/index.html.erb within layouts/application
|
6284
|
+
Rendered home/index.html.erb within layouts/application (0.2ms)
|
6285
|
+
Completed 500 Internal Server Error in 1ms
|
6286
|
+
|
6287
|
+
LoadError (Unable to autoload constant Hello, expected /Users/camertron/workspace/camertron/onload/spec/fixtures/hello.rb.up to define it):
|
6288
|
+
|
6289
|
+
app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___2541283696568722274_23366847480'
|
6290
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:14:14 -0700
|
6291
|
+
Processing by HomeController#index as HTML
|
6292
|
+
Rendering home/index.html.erb within layouts/application
|
6293
|
+
Rendered home/index.html.erb within layouts/application (0.2ms)
|
6294
|
+
Completed 500 Internal Server Error in 1ms
|
6295
|
+
|
6296
|
+
LoadError (Unable to autoload constant Hello, expected /Users/camertron/workspace/camertron/onload/spec/fixtures/hello.rb.up to define it):
|
6297
|
+
|
6298
|
+
app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___2541283696568722274_23367360640'
|
6299
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 12:14:14 -0700
|
6300
|
+
Processing by HomeController#action_list as HTML
|
6301
|
+
Rendering home/action_list.html.erb within layouts/application
|
6302
|
+
Rendered home/action_list.html.erb within layouts/application (0.8ms)
|
6303
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
6304
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:15:16 -0700
|
6305
|
+
Processing by HomeController#index as HTML
|
6306
|
+
Rendering home/index.html.erb within layouts/application
|
6307
|
+
Rendered home/index.html.erb within layouts/application (1.0ms)
|
6308
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
6309
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:15:16 -0700
|
6310
|
+
Processing by HomeController#index as HTML
|
6311
|
+
Rendering home/index.html.erb within layouts/application
|
6312
|
+
Rendered home/index.html.erb within layouts/application (0.2ms)
|
6313
|
+
Completed 500 Internal Server Error in 1ms
|
6314
|
+
|
6315
|
+
LoadError (Unable to autoload constant Hello, expected /Users/camertron/workspace/camertron/onload/spec/fixtures/hello.rb.up to define it):
|
6316
|
+
|
6317
|
+
app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___2754760652514329490_16920175320'
|
6318
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:15:16 -0700
|
6319
|
+
Processing by HomeController#index as HTML
|
6320
|
+
Rendering home/index.html.erb within layouts/application
|
6321
|
+
Rendered home/index.html.erb within layouts/application (0.2ms)
|
6322
|
+
Completed 500 Internal Server Error in 1ms
|
6323
|
+
|
6324
|
+
LoadError (Unable to autoload constant Hello, expected /Users/camertron/workspace/camertron/onload/spec/fixtures/hello.rb.up to define it):
|
6325
|
+
|
6326
|
+
app/views/home/index.html.erb:1:in `_app_views_home_index_html_erb___2754760652514329490_16920816160'
|
6327
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 12:15:16 -0700
|
6328
|
+
Processing by HomeController#action_list as HTML
|
6329
|
+
Rendering home/action_list.html.erb within layouts/application
|
6330
|
+
Rendered home/action_list.html.erb within layouts/application (1.0ms)
|
6331
|
+
Completed 200 OK in 2ms (Views: 1.4ms)
|
6332
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:18:21 -0700
|
6333
|
+
Processing by HomeController#index as HTML
|
6334
|
+
Rendering home/index.html.erb within layouts/application
|
6335
|
+
Rendered home/index.html.erb within layouts/application (1.2ms)
|
6336
|
+
Completed 200 OK in 5ms (Views: 4.2ms)
|
6337
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:18:24 -0700
|
6338
|
+
Processing by HomeController#index as HTML
|
6339
|
+
Rendering home/index.html.erb within layouts/application
|
6340
|
+
Rendered home/index.html.erb within layouts/application (0.8ms)
|
6341
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
6342
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:18:24 -0700
|
6343
|
+
Processing by HomeController#index as HTML
|
6344
|
+
Rendering home/index.html.erb within layouts/application
|
6345
|
+
Rendered home/index.html.erb within layouts/application (0.7ms)
|
6346
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
6347
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:18:24 -0700
|
6348
|
+
Processing by HomeController#index as HTML
|
6349
|
+
Rendering home/index.html.erb within layouts/application
|
6350
|
+
Rendered home/index.html.erb within layouts/application (0.5ms)
|
6351
|
+
Completed 200 OK in 1ms (Views: 1.0ms)
|
6352
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 12:18:24 -0700
|
6353
|
+
Processing by HomeController#index as HTML
|
6354
|
+
Rendering home/index.html.erb within layouts/application
|
6355
|
+
Rendered home/index.html.erb within layouts/application (0.3ms)
|
6356
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
6357
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 12:18:24 -0700
|
6358
|
+
Processing by HomeController#action_list as HTML
|
6359
|
+
Rendering home/action_list.html.erb within layouts/application
|
6360
|
+
Rendered home/action_list.html.erb within layouts/application (0.7ms)
|
6361
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
6362
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:36 +0000
|
6363
|
+
Processing by HomeController#index as HTML
|
6364
|
+
Rendering home/index.html.erb within layouts/application
|
6365
|
+
Rendered home/index.html.erb within layouts/application (2.7ms)
|
6366
|
+
Completed 200 OK in 8ms (Views: 7.2ms)
|
6367
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:37 +0000
|
6368
|
+
Processing by HomeController#index as HTML
|
6369
|
+
Rendering home/index.html.erb within layouts/application
|
6370
|
+
Rendered home/index.html.erb within layouts/application (2.8ms)
|
6371
|
+
Completed 200 OK in 6ms (Views: 5.7ms)
|
6372
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:37 +0000
|
6373
|
+
Processing by HomeController#index as HTML
|
6374
|
+
Rendering home/index.html.erb within layouts/application
|
6375
|
+
Rendered home/index.html.erb within layouts/application (1.2ms)
|
6376
|
+
Completed 200 OK in 4ms (Views: 3.4ms)
|
6377
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:37 +0000
|
6378
|
+
Processing by HomeController#index as HTML
|
6379
|
+
Rendering home/index.html.erb within layouts/application
|
6380
|
+
Rendered home/index.html.erb within layouts/application (1.1ms)
|
6381
|
+
Completed 200 OK in 5ms (Views: 3.5ms)
|
6382
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:18:37 +0000
|
6383
|
+
Processing by HomeController#action_list as HTML
|
6384
|
+
Rendering home/action_list.html.erb within layouts/application
|
6385
|
+
Rendered home/action_list.html.erb within layouts/application (4.7ms)
|
6386
|
+
Completed 200 OK in 12ms (Views: 9.1ms)
|
6387
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:42 +0000
|
6388
|
+
Processing by HomeController#index as HTML
|
6389
|
+
Rendering home/index.html.erb within layouts/application
|
6390
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.6ms | Allocations: 2528)
|
6391
|
+
Completed 200 OK in 12ms (Views: 6.5ms | Allocations: 11039)
|
6392
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:42 +0000
|
6393
|
+
Processing by HomeController#index as HTML
|
6394
|
+
Rendering home/index.html.erb within layouts/application
|
6395
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.6ms | Allocations: 1821)
|
6396
|
+
Completed 200 OK in 3ms (Views: 3.0ms | Allocations: 2202)
|
6397
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:42 +0000
|
6398
|
+
Processing by HomeController#index as HTML
|
6399
|
+
Rendering home/index.html.erb within layouts/application
|
6400
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 79)
|
6401
|
+
Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 460)
|
6402
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:42 +0000
|
6403
|
+
Processing by HomeController#index as HTML
|
6404
|
+
Rendering home/index.html.erb within layouts/application
|
6405
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 82)
|
6406
|
+
Completed 200 OK in 2ms (Views: 1.4ms | Allocations: 465)
|
6407
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:18:42 +0000
|
6408
|
+
Processing by HomeController#action_list as HTML
|
6409
|
+
Rendering home/action_list.html.erb within layouts/application
|
6410
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 20.9ms | Allocations: 555)
|
6411
|
+
Completed 200 OK in 22ms (Views: 21.3ms | Allocations: 1049)
|
6412
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:47 +0000
|
6413
|
+
Processing by HomeController#index as HTML
|
6414
|
+
Rendering layout layouts/application.html.erb
|
6415
|
+
Rendering home/index.html.erb within layouts/application
|
6416
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 2503)
|
6417
|
+
Rendered layout layouts/application.html.erb (Duration: 2.4ms | Allocations: 2630)
|
6418
|
+
Completed 200 OK in 10ms (Views: 5.4ms | Allocations: 10327)
|
6419
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:47 +0000
|
6420
|
+
Processing by HomeController#index as HTML
|
6421
|
+
Rendering layout layouts/application.html.erb
|
6422
|
+
Rendering home/index.html.erb within layouts/application
|
6423
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 1807)
|
6424
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | Allocations: 1847)
|
6425
|
+
Completed 200 OK in 2ms (Views: 2.2ms | Allocations: 2160)
|
6426
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:47 +0000
|
6427
|
+
Processing by HomeController#index as HTML
|
6428
|
+
Rendering layout layouts/application.html.erb
|
6429
|
+
Rendering home/index.html.erb within layouts/application
|
6430
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 79)
|
6431
|
+
Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 119)
|
6432
|
+
Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 432)
|
6433
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:47 +0000
|
6434
|
+
Processing by HomeController#index as HTML
|
6435
|
+
Rendering layout layouts/application.html.erb
|
6436
|
+
Rendering home/index.html.erb within layouts/application
|
6437
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 80)
|
6438
|
+
Rendered layout layouts/application.html.erb (Duration: 0.8ms | Allocations: 120)
|
6439
|
+
Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 433)
|
6440
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:18:47 +0000
|
6441
|
+
Processing by HomeController#action_list as HTML
|
6442
|
+
Rendering layout layouts/application.html.erb
|
6443
|
+
Rendering home/action_list.html.erb within layouts/application
|
6444
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 22.6ms | Allocations: 550)
|
6445
|
+
Rendered layout layouts/application.html.erb (Duration: 22.8ms | Allocations: 590)
|
6446
|
+
Completed 200 OK in 23ms (Views: 23.1ms | Allocations: 1008)
|
6447
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:51 +0000
|
6448
|
+
Processing by HomeController#index as HTML
|
6449
|
+
Rendering layout layouts/application.html.erb
|
6450
|
+
Rendering home/index.html.erb within layouts/application
|
6451
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.9ms | Allocations: 2587)
|
6452
|
+
Rendered layout layouts/application.html.erb (Duration: 3.2ms | Allocations: 2784)
|
6453
|
+
Completed 200 OK in 15ms (Views: 7.1ms | Allocations: 12933)
|
6454
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:52 +0000
|
6455
|
+
Processing by HomeController#index as HTML
|
6456
|
+
Rendering layout layouts/application.html.erb
|
6457
|
+
Rendering home/index.html.erb within layouts/application
|
6458
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.7ms | Allocations: 1818)
|
6459
|
+
Rendered layout layouts/application.html.erb (Duration: 2.9ms | Allocations: 1884)
|
6460
|
+
Completed 200 OK in 3ms (Views: 3.3ms | Allocations: 2372)
|
6461
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:52 +0000
|
6462
|
+
Processing by HomeController#index as HTML
|
6463
|
+
Rendering layout layouts/application.html.erb
|
6464
|
+
Rendering home/index.html.erb within layouts/application
|
6465
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 119)
|
6466
|
+
Rendered layout layouts/application.html.erb (Duration: 0.8ms | Allocations: 185)
|
6467
|
+
Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 672)
|
6468
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:52 +0000
|
6469
|
+
Processing by HomeController#index as HTML
|
6470
|
+
Rendering layout layouts/application.html.erb
|
6471
|
+
Rendering home/index.html.erb within layouts/application
|
6472
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 120)
|
6473
|
+
Rendered layout layouts/application.html.erb (Duration: 6.5ms | Allocations: 186)
|
6474
|
+
Completed 200 OK in 12ms (Views: 11.6ms | Allocations: 673)
|
6475
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:18:52 +0000
|
6476
|
+
Processing by HomeController#action_list as HTML
|
6477
|
+
Rendering layout layouts/application.html.erb
|
6478
|
+
Rendering home/action_list.html.erb within layouts/application
|
6479
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 18.6ms | Allocations: 767)
|
6480
|
+
Rendered layout layouts/application.html.erb (Duration: 18.8ms | Allocations: 833)
|
6481
|
+
Completed 200 OK in 19ms (Views: 19.2ms | Allocations: 1318)
|
6482
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:56 +0000
|
6483
|
+
Processing by HomeController#index as HTML
|
6484
|
+
Rendering layout layouts/application.html.erb
|
6485
|
+
Rendering home/index.html.erb within layouts/application
|
6486
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 1224)
|
6487
|
+
Rendered layout layouts/application.html.erb (Duration: 1.8ms | Allocations: 1418)
|
6488
|
+
Completed 200 OK in 16ms (Views: 7.2ms | Allocations: 16457)
|
6489
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:56 +0000
|
6490
|
+
Processing by HomeController#index as HTML
|
6491
|
+
Rendering layout layouts/application.html.erb
|
6492
|
+
Rendering home/index.html.erb within layouts/application
|
6493
|
+
Rendered home/index.html.erb within layouts/application (Duration: 2.8ms | Allocations: 2160)
|
6494
|
+
Rendered layout layouts/application.html.erb (Duration: 3.0ms | Allocations: 2233)
|
6495
|
+
Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 2637)
|
6496
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:56 +0000
|
6497
|
+
Processing by HomeController#index as HTML
|
6498
|
+
Rendering layout layouts/application.html.erb
|
6499
|
+
Rendering home/index.html.erb within layouts/application
|
6500
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 96)
|
6501
|
+
Rendered layout layouts/application.html.erb (Duration: 0.8ms | Allocations: 169)
|
6502
|
+
Completed 200 OK in 1ms (Views: 1.2ms | Allocations: 571)
|
6503
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:18:56 +0000
|
6504
|
+
Processing by HomeController#index as HTML
|
6505
|
+
Rendering layout layouts/application.html.erb
|
6506
|
+
Rendering home/index.html.erb within layouts/application
|
6507
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 184)
|
6508
|
+
Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 332)
|
6509
|
+
Completed 200 OK in 3ms (Views: 2.3ms | Allocations: 1066)
|
6510
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:18:56 +0000
|
6511
|
+
Processing by HomeController#action_list as HTML
|
6512
|
+
Rendering layout layouts/application.html.erb
|
6513
|
+
Rendering home/action_list.html.erb within layouts/application
|
6514
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 7.0ms | Allocations: 611)
|
6515
|
+
Rendered layout layouts/application.html.erb (Duration: 7.4ms | Allocations: 759)
|
6516
|
+
Completed 200 OK in 9ms (Views: 8.4ms | Allocations: 1302)
|
6517
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:19:01 +0000
|
6518
|
+
Processing by HomeController#index as HTML
|
6519
|
+
Rendering layout layouts/application.html.erb
|
6520
|
+
Rendering home/index.html.erb within layouts/application
|
6521
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.8ms | GC: 0.2ms)
|
6522
|
+
Rendered layout layouts/application.html.erb (Duration: 2.4ms | GC: 0.2ms)
|
6523
|
+
Completed 200 OK in 23ms (Views: 9.3ms | GC: 2.4ms)
|
6524
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:19:01 +0000
|
6525
|
+
Processing by HomeController#index as HTML
|
6526
|
+
Rendering layout layouts/application.html.erb
|
6527
|
+
Rendering home/index.html.erb within layouts/application
|
6528
|
+
Rendered home/index.html.erb within layouts/application (Duration: 3.0ms | GC: 0.0ms)
|
6529
|
+
Rendered layout layouts/application.html.erb (Duration: 5.3ms | GC: 0.0ms)
|
6530
|
+
Completed 200 OK in 6ms (Views: 6.1ms | GC: 0.0ms)
|
6531
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:19:01 +0000
|
6532
|
+
Processing by HomeController#index as HTML
|
6533
|
+
Rendering layout layouts/application.html.erb
|
6534
|
+
Rendering home/index.html.erb within layouts/application
|
6535
|
+
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | GC: 0.0ms)
|
6536
|
+
Rendered layout layouts/application.html.erb (Duration: 1.2ms | GC: 0.0ms)
|
6537
|
+
Completed 200 OK in 2ms (Views: 1.9ms | GC: 0.0ms)
|
6538
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:19:01 +0000
|
6539
|
+
Processing by HomeController#index as HTML
|
6540
|
+
Rendering layout layouts/application.html.erb
|
6541
|
+
Rendering home/index.html.erb within layouts/application
|
6542
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | GC: 0.0ms)
|
6543
|
+
Rendered layout layouts/application.html.erb (Duration: 1.5ms | GC: 0.0ms)
|
6544
|
+
Completed 200 OK in 7ms (Views: 3.1ms | GC: 0.0ms)
|
6545
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:19:02 +0000
|
6546
|
+
Processing by HomeController#action_list as HTML
|
6547
|
+
Rendering layout layouts/application.html.erb
|
6548
|
+
Rendering home/action_list.html.erb within layouts/application
|
6549
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 9.5ms | GC: 0.0ms)
|
6550
|
+
Rendered layout layouts/application.html.erb (Duration: 10.5ms | GC: 0.0ms)
|
6551
|
+
Completed 200 OK in 13ms (Views: 12.4ms | GC: 0.0ms)
|
6552
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:19:06 +0000
|
6553
|
+
Processing by HomeController#index as HTML
|
6554
|
+
Rendering layout layouts/application.html.erb
|
6555
|
+
Rendering home/index.html.erb within layouts/application
|
6556
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.7ms | GC: 0.0ms)
|
6557
|
+
Rendered layout layouts/application.html.erb (Duration: 2.3ms | GC: 0.0ms)
|
6558
|
+
Completed 200 OK in 26ms (Views: 7.8ms | GC: 0.5ms)
|
6559
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:19:06 +0000
|
6560
|
+
Processing by HomeController#index as HTML
|
6561
|
+
Rendering layout layouts/application.html.erb
|
6562
|
+
Rendering home/index.html.erb within layouts/application
|
6563
|
+
Rendered home/index.html.erb within layouts/application (Duration: 3.7ms | GC: 0.0ms)
|
6564
|
+
Rendered layout layouts/application.html.erb (Duration: 5.9ms | GC: 0.0ms)
|
6565
|
+
Completed 200 OK in 7ms (Views: 6.7ms | GC: 0.0ms)
|
6566
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:19:06 +0000
|
6567
|
+
Processing by HomeController#index as HTML
|
6568
|
+
Rendering layout layouts/application.html.erb
|
6569
|
+
Rendering home/index.html.erb within layouts/application
|
6570
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | GC: 0.0ms)
|
6571
|
+
Rendered layout layouts/application.html.erb (Duration: 1.4ms | GC: 0.0ms)
|
6572
|
+
Completed 200 OK in 3ms (Views: 2.3ms | GC: 0.0ms)
|
6573
|
+
Started GET "/" for 127.0.0.1 at 2025-10-12 19:19:06 +0000
|
6574
|
+
Processing by HomeController#index as HTML
|
6575
|
+
Rendering layout layouts/application.html.erb
|
6576
|
+
Rendering home/index.html.erb within layouts/application
|
6577
|
+
Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | GC: 0.0ms)
|
6578
|
+
Rendered layout layouts/application.html.erb (Duration: 1.9ms | GC: 0.0ms)
|
6579
|
+
Completed 200 OK in 9ms (Views: 3.2ms | GC: 0.0ms)
|
6580
|
+
Started GET "/action_list" for 127.0.0.1 at 2025-10-12 19:19:06 +0000
|
6581
|
+
Processing by HomeController#action_list as HTML
|
6582
|
+
Rendering layout layouts/application.html.erb
|
6583
|
+
Rendering home/action_list.html.erb within layouts/application
|
6584
|
+
Rendered home/action_list.html.erb within layouts/application (Duration: 14.1ms | GC: 0.0ms)
|
6585
|
+
Rendered layout layouts/application.html.erb (Duration: 15.8ms | GC: 0.0ms)
|
6586
|
+
Completed 200 OK in 21ms (Views: 17.9ms | GC: 0.0ms)
|