rails-rfc6570 3.3.0 → 3.5.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.
Files changed (140) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +25 -0
  3. data/README.md +3 -1
  4. data/lib/rails/rfc6570/formatter.rb +9 -12
  5. data/lib/rails/rfc6570/patches.rb +1 -1
  6. data/lib/rails/rfc6570/version.rb +1 -1
  7. data/lib/rails/rfc6570.rb +10 -29
  8. data/spec/dummy/config/application.rb +5 -1
  9. data/spec/dummy/config/environments/test.rb +1 -1
  10. data/spec/rails/rfc6570/extensions/route_set_spec.rb +29 -0
  11. data/spec/rails/rfc6570/helper_spec.rb +44 -0
  12. data/spec/rails/rfc6570/visitor_spec.rb +12 -0
  13. data/spec/rails/rfc6570_spec.rb +49 -1
  14. data/spec/spec_helper.rb +6 -0
  15. data/vendor/bundle/ruby/3.4.0/bundler/gems/rubocop-config-3bcd2110ca87/LICENSE +21 -0
  16. data/vendor/bundle/ruby/3.4.0/bundler/gems/rubocop-config-3bcd2110ca87/README.md +23 -0
  17. data/vendor/bundle/ruby/3.4.0/bundler/gems/rubocop-config-3bcd2110ca87/rubocop-config.gemspec +31 -0
  18. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/CHANGELOG.md +285 -0
  19. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/MIT-LICENSE +21 -0
  20. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.3/README.rdoc +57 -0
  21. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/CHANGELOG.md +129 -0
  22. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/MIT-LICENSE +21 -0
  23. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/README.rdoc +40 -0
  24. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/CHANGELOG.md +309 -0
  25. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/MIT-LICENSE +20 -0
  26. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.3/README.rdoc +40 -0
  27. data/vendor/bundle/ruby/3.4.0/gems/addressable-2.8.7/CHANGELOG.md +301 -0
  28. data/vendor/bundle/ruby/3.4.0/gems/addressable-2.8.7/LICENSE.txt +202 -0
  29. data/vendor/bundle/ruby/3.4.0/gems/addressable-2.8.7/README.md +121 -0
  30. data/vendor/bundle/ruby/3.4.0/gems/addressable-2.8.7/addressable.gemspec +28 -0
  31. data/vendor/bundle/ruby/3.4.0/gems/base64-0.3.0/README.md +48 -0
  32. data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/README.md +138 -0
  33. data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.1/benchmark.gemspec +32 -0
  34. data/vendor/bundle/ruby/3.4.0/gems/bigdecimal-3.2.3/LICENSE +56 -0
  35. data/vendor/bundle/ruby/3.4.0/gems/bigdecimal-3.2.3/bigdecimal.gemspec +57 -0
  36. data/vendor/bundle/ruby/3.4.0/gems/builder-3.3.0/MIT-LICENSE +20 -0
  37. data/vendor/bundle/ruby/3.4.0/gems/builder-3.3.0/README.md +258 -0
  38. data/vendor/bundle/ruby/3.4.0/gems/builder-3.3.0/builder.gemspec +49 -0
  39. data/vendor/bundle/ruby/3.4.0/gems/concurrent-ruby-1.3.5/CHANGELOG.md +603 -0
  40. data/vendor/bundle/ruby/3.4.0/gems/concurrent-ruby-1.3.5/LICENSE.txt +21 -0
  41. data/vendor/bundle/ruby/3.4.0/gems/concurrent-ruby-1.3.5/README.md +407 -0
  42. data/vendor/bundle/ruby/3.4.0/gems/connection_pool-2.5.4/LICENSE +20 -0
  43. data/vendor/bundle/ruby/3.4.0/gems/connection_pool-2.5.4/README.md +188 -0
  44. data/vendor/bundle/ruby/3.4.0/gems/connection_pool-2.5.4/connection_pool.gemspec +24 -0
  45. data/vendor/bundle/ruby/3.4.0/gems/crass-1.0.6/LICENSE +18 -0
  46. data/vendor/bundle/ruby/3.4.0/gems/crass-1.0.6/README.md +192 -0
  47. data/vendor/bundle/ruby/3.4.0/gems/crass-1.0.6/crass.gemspec +31 -0
  48. data/vendor/bundle/ruby/3.4.0/gems/diff-lcs-1.6.2/CHANGELOG.md +518 -0
  49. data/vendor/bundle/ruby/3.4.0/gems/diff-lcs-1.6.2/README.md +92 -0
  50. data/vendor/bundle/ruby/3.4.0/gems/drb-2.2.3/LICENSE.txt +22 -0
  51. data/vendor/bundle/ruby/3.4.0/gems/drb-2.2.3/drb.gemspec +42 -0
  52. data/vendor/bundle/ruby/3.4.0/gems/erubi-1.13.1/CHANGELOG +111 -0
  53. data/vendor/bundle/ruby/3.4.0/gems/erubi-1.13.1/MIT-LICENSE +21 -0
  54. data/vendor/bundle/ruby/3.4.0/gems/erubi-1.13.1/README.rdoc +151 -0
  55. data/vendor/bundle/ruby/3.4.0/gems/i18n-1.14.7/MIT-LICENSE +20 -0
  56. data/vendor/bundle/ruby/3.4.0/gems/i18n-1.14.7/README.md +127 -0
  57. data/vendor/bundle/ruby/3.4.0/gems/logger-1.7.0/README.md +104 -0
  58. data/vendor/bundle/ruby/3.4.0/gems/loofah-2.24.1/CHANGELOG.md +598 -0
  59. data/vendor/bundle/ruby/3.4.0/gems/loofah-2.24.1/MIT-LICENSE.txt +23 -0
  60. data/vendor/bundle/ruby/3.4.0/gems/loofah-2.24.1/README.md +410 -0
  61. data/vendor/bundle/ruby/3.4.0/gems/minitest-5.25.5/README.rdoc +842 -0
  62. data/vendor/bundle/ruby/3.4.0/gems/nokogiri-1.18.10-x86_64-linux-gnu/LICENSE-DEPENDENCIES.md +2224 -0
  63. data/vendor/bundle/ruby/3.4.0/gems/nokogiri-1.18.10-x86_64-linux-gnu/LICENSE.md +9 -0
  64. data/vendor/bundle/ruby/3.4.0/gems/nokogiri-1.18.10-x86_64-linux-gnu/README.md +293 -0
  65. data/vendor/bundle/ruby/3.4.0/gems/public_suffix-6.0.2/CHANGELOG.md +498 -0
  66. data/vendor/bundle/ruby/3.4.0/gems/public_suffix-6.0.2/LICENSE.txt +22 -0
  67. data/vendor/bundle/ruby/3.4.0/gems/public_suffix-6.0.2/README.md +222 -0
  68. data/vendor/bundle/ruby/3.4.0/gems/racc-1.8.1/README.ja.rdoc +58 -0
  69. data/vendor/bundle/ruby/3.4.0/gems/racc-1.8.1/README.rdoc +60 -0
  70. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.1/CHANGELOG.md +1236 -0
  71. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.1/MIT-LICENSE +20 -0
  72. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.1/README.md +376 -0
  73. data/vendor/bundle/ruby/3.4.0/gems/rack-test-2.2.0/MIT-LICENSE.txt +20 -0
  74. data/vendor/bundle/ruby/3.4.0/gems/rack-test-2.2.0/README.md +139 -0
  75. data/vendor/bundle/ruby/3.4.0/gems/rails-dom-testing-2.3.0/MIT-LICENSE +23 -0
  76. data/vendor/bundle/ruby/3.4.0/gems/rails-dom-testing-2.3.0/README.md +94 -0
  77. data/vendor/bundle/ruby/3.4.0/gems/rails-html-sanitizer-1.6.2/CHANGELOG.md +255 -0
  78. data/vendor/bundle/ruby/3.4.0/gems/rails-html-sanitizer-1.6.2/MIT-LICENSE +23 -0
  79. data/vendor/bundle/ruby/3.4.0/gems/rails-html-sanitizer-1.6.2/README.md +267 -0
  80. data/vendor/bundle/ruby/3.4.0/gems/rake-13.3.0/MIT-LICENSE +21 -0
  81. data/vendor/bundle/ruby/3.4.0/gems/rake-13.3.0/README.rdoc +155 -0
  82. data/vendor/bundle/ruby/3.4.0/gems/rake-13.3.0/rake.gemspec +101 -0
  83. data/vendor/bundle/ruby/3.4.0/gems/rake-release-1.3.0/LICENSE +21 -0
  84. data/vendor/bundle/ruby/3.4.0/gems/rake-release-1.3.0/README.md +107 -0
  85. data/vendor/bundle/ruby/3.4.0/gems/rake-release-1.3.0/rake-release.gemspec +23 -0
  86. data/vendor/bundle/ruby/3.4.0/gems/rspec-3.13.1/LICENSE.md +27 -0
  87. data/vendor/bundle/ruby/3.4.0/gems/rspec-3.13.1/README.md +47 -0
  88. data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.5/LICENSE.md +26 -0
  89. data/vendor/bundle/ruby/3.4.0/gems/rspec-core-3.13.5/README.md +389 -0
  90. data/vendor/bundle/ruby/3.4.0/gems/rspec-expectations-3.13.5/LICENSE.md +25 -0
  91. data/vendor/bundle/ruby/3.4.0/gems/rspec-expectations-3.13.5/README.md +326 -0
  92. data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.5/LICENSE.md +25 -0
  93. data/vendor/bundle/ruby/3.4.0/gems/rspec-mocks-3.13.5/README.md +465 -0
  94. data/vendor/bundle/ruby/3.4.0/gems/rspec-support-3.13.6/LICENSE.md +23 -0
  95. data/vendor/bundle/ruby/3.4.0/gems/rspec-support-3.13.6/README.md +40 -0
  96. data/vendor/bundle/ruby/3.4.0/gems/securerandom-0.4.1/README.md +72 -0
  97. data/vendor/bundle/ruby/3.4.0/gems/tzinfo-2.0.6/LICENSE +19 -0
  98. data/vendor/bundle/ruby/3.4.0/gems/tzinfo-2.0.6/README.md +406 -0
  99. data/vendor/bundle/ruby/3.4.0/gems/uri-1.0.3/README.md +55 -0
  100. data/vendor/bundle/ruby/3.4.0/gems/useragent-0.16.11/LICENSE +20 -0
  101. data/vendor/bundle/ruby/3.4.0/gems/useragent-0.16.11/README.md +42 -0
  102. data/vendor/bundle/ruby/3.4.0/specifications/actionpack-8.0.3.gemspec +36 -0
  103. data/vendor/bundle/ruby/3.4.0/specifications/actionview-8.0.3.gemspec +33 -0
  104. data/vendor/bundle/ruby/3.4.0/specifications/activesupport-8.0.3.gemspec +38 -0
  105. data/vendor/bundle/ruby/3.4.0/specifications/addressable-2.8.7.gemspec +30 -0
  106. data/vendor/bundle/ruby/3.4.0/specifications/base64-0.3.0.gemspec +23 -0
  107. data/vendor/bundle/ruby/3.4.0/specifications/benchmark-0.4.1.gemspec +23 -0
  108. data/vendor/bundle/ruby/3.4.0/specifications/bigdecimal-3.2.3.gemspec +25 -0
  109. data/vendor/bundle/ruby/3.4.0/specifications/builder-3.3.0.gemspec +22 -0
  110. data/vendor/bundle/ruby/3.4.0/specifications/concurrent-ruby-1.3.5.gemspec +24 -0
  111. data/vendor/bundle/ruby/3.4.0/specifications/connection_pool-2.5.4.gemspec +28 -0
  112. data/vendor/bundle/ruby/3.4.0/specifications/crass-1.0.6.gemspec +27 -0
  113. data/vendor/bundle/ruby/3.4.0/specifications/diff-lcs-1.6.2.gemspec +35 -0
  114. data/vendor/bundle/ruby/3.4.0/specifications/drb-2.2.3.gemspec +22 -0
  115. data/vendor/bundle/ruby/3.4.0/specifications/erubi-1.13.1.gemspec +29 -0
  116. data/vendor/bundle/ruby/3.4.0/specifications/i18n-1.14.7.gemspec +26 -0
  117. data/vendor/bundle/ruby/3.4.0/specifications/logger-1.7.0.gemspec +22 -0
  118. data/vendor/bundle/ruby/3.4.0/specifications/loofah-2.24.1.gemspec +27 -0
  119. data/vendor/bundle/ruby/3.4.0/specifications/minitest-5.25.5.gemspec +31 -0
  120. data/vendor/bundle/ruby/3.4.0/specifications/nokogiri-1.18.10-x86_64-linux-gnu.gemspec +31 -0
  121. data/vendor/bundle/ruby/3.4.0/specifications/public_suffix-6.0.2.gemspec +24 -0
  122. data/vendor/bundle/ruby/3.4.0/specifications/racc-1.8.1.gemspec +28 -0
  123. data/vendor/bundle/ruby/3.4.0/specifications/rack-3.2.1.gemspec +31 -0
  124. data/vendor/bundle/ruby/3.4.0/specifications/rack-session-2.1.1.gemspec +30 -0
  125. data/vendor/bundle/ruby/3.4.0/specifications/rack-test-2.2.0.gemspec +29 -0
  126. data/vendor/bundle/ruby/3.4.0/specifications/rails-dom-testing-2.3.0.gemspec +28 -0
  127. data/vendor/bundle/ruby/3.4.0/specifications/rails-html-sanitizer-1.6.2.gemspec +27 -0
  128. data/vendor/bundle/ruby/3.4.0/specifications/rake-13.3.0.gemspec +26 -0
  129. data/vendor/bundle/ruby/3.4.0/specifications/rake-release-1.3.0.gemspec +26 -0
  130. data/vendor/bundle/ruby/3.4.0/specifications/rspec-3.13.1.gemspec +31 -0
  131. data/vendor/bundle/ruby/3.4.0/specifications/rspec-core-3.13.5.gemspec +31 -0
  132. data/vendor/bundle/ruby/3.4.0/specifications/rspec-expectations-3.13.5.gemspec +29 -0
  133. data/vendor/bundle/ruby/3.4.0/specifications/rspec-mocks-3.13.5.gemspec +29 -0
  134. data/vendor/bundle/ruby/3.4.0/specifications/rspec-support-3.13.6.gemspec +29 -0
  135. data/vendor/bundle/ruby/3.4.0/specifications/securerandom-0.4.1.gemspec +23 -0
  136. data/vendor/bundle/ruby/3.4.0/specifications/tzinfo-2.0.6.gemspec +30 -0
  137. data/vendor/bundle/ruby/3.4.0/specifications/uri-1.0.3.gemspec +23 -0
  138. data/vendor/bundle/ruby/3.4.0/specifications/useragent-0.16.11.gemspec +25 -0
  139. metadata +129 -8
  140. data/spec/dummy/log/test.log +0 -432
@@ -1,432 +0,0 @@
1
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:24:11 +0200
2
- Processing by APIController#action as HTML
3
- Completed 200 OK in 23ms (Views: 0.2ms | Allocations: 53589)
4
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:24:11 +0200
5
- Processing by APIController#action as HTML
6
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 602)
7
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:24:11 +0200
8
- Processing by APIController#action as HTML
9
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 602)
10
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:24:11 +0200
11
- Processing by APIController#action as HTML
12
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 602)
13
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:24:11 +0200
14
- Processing by APIController#action as HTML
15
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 602)
16
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:24:11 +0200
17
- Processing by APIController#action as HTML
18
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 602)
19
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:24:11 +0200
20
- Processing by APIController#action as HTML
21
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 602)
22
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:24:11 +0200
23
- Processing by APIController#action as HTML
24
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 680)
25
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:24:11 +0200
26
- Processing by APIController#index as HTML
27
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 581)
28
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:24:11 +0200
29
- Processing by APIController#index as HTML
30
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 397)
31
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:24:11 +0200
32
- Processing by APIController#index as HTML
33
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 397)
34
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:24:11 +0200
35
- Processing by APIController#index as HTML
36
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 397)
37
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:24:11 +0200
38
- Processing by APIController#index as HTML
39
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 397)
40
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:24:11 +0200
41
- Processing by APIController#index as HTML
42
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 397)
43
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:24:11 +0200
44
- Processing by APIController#index as HTML
45
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 397)
46
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:24:11 +0200
47
- Processing by APIController#index as HTML
48
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 397)
49
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:24:15 +0200
50
- Processing by APIController#action as HTML
51
- Completed 200 OK in 23ms (Views: 0.1ms | Allocations: 53612)
52
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:24:15 +0200
53
- Processing by APIController#action as HTML
54
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 602)
55
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:24:15 +0200
56
- Processing by APIController#action as HTML
57
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 602)
58
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:24:15 +0200
59
- Processing by APIController#action as HTML
60
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 602)
61
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:24:15 +0200
62
- Processing by APIController#action as HTML
63
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 602)
64
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:24:15 +0200
65
- Processing by APIController#action as HTML
66
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 602)
67
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:24:15 +0200
68
- Processing by APIController#action as HTML
69
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 602)
70
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:24:15 +0200
71
- Processing by APIController#action as HTML
72
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 680)
73
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:24:15 +0200
74
- Processing by APIController#index as HTML
75
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 583)
76
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:24:15 +0200
77
- Processing by APIController#index as HTML
78
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 397)
79
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:24:15 +0200
80
- Processing by APIController#index as HTML
81
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 397)
82
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:24:15 +0200
83
- Processing by APIController#index as HTML
84
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 397)
85
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:24:15 +0200
86
- Processing by APIController#index as HTML
87
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 397)
88
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:24:15 +0200
89
- Processing by APIController#index as HTML
90
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 397)
91
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:24:15 +0200
92
- Processing by APIController#index as HTML
93
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 397)
94
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:24:15 +0200
95
- Processing by APIController#index as HTML
96
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 397)
97
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:33:48 +0200
98
- Processing by APIController#index as HTML
99
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 952)
100
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:33:48 +0200
101
- Processing by APIController#index as HTML
102
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 397)
103
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:33:48 +0200
104
- Processing by APIController#index as HTML
105
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 397)
106
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:33:48 +0200
107
- Processing by APIController#index as HTML
108
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 397)
109
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:33:48 +0200
110
- Processing by APIController#index as HTML
111
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 397)
112
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:33:48 +0200
113
- Processing by APIController#index as HTML
114
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 397)
115
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:33:48 +0200
116
- Processing by APIController#index as HTML
117
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 397)
118
- Started GET "/" for 127.0.0.1 at 2023-09-04 09:33:48 +0200
119
- Processing by APIController#index as HTML
120
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 397)
121
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:33:48 +0200
122
- Processing by APIController#action as HTML
123
- Completed 200 OK in 24ms (Views: 0.1ms | Allocations: 53235)
124
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:33:48 +0200
125
- Processing by APIController#action as HTML
126
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 602)
127
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:33:48 +0200
128
- Processing by APIController#action as HTML
129
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 602)
130
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:33:48 +0200
131
- Processing by APIController#action as HTML
132
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 602)
133
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:33:48 +0200
134
- Processing by APIController#action as HTML
135
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 602)
136
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:33:48 +0200
137
- Processing by APIController#action as HTML
138
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 602)
139
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:33:48 +0200
140
- Processing by APIController#action as HTML
141
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 602)
142
- Started GET "/action" for 127.0.0.1 at 2023-09-04 09:33:48 +0200
143
- Processing by APIController#action as HTML
144
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 680)
145
- Started GET "/" for 127.0.0.1 at 2023-11-28 00:23:53 +0100
146
- Processing by APIController#index as HTML
147
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 832)
148
- Started GET "/" for 127.0.0.1 at 2023-11-28 00:23:53 +0100
149
- Processing by APIController#index as HTML
150
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 296)
151
- Started GET "/" for 127.0.0.1 at 2023-11-28 00:23:53 +0100
152
- Processing by APIController#index as HTML
153
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 296)
154
- Started GET "/" for 127.0.0.1 at 2023-11-28 00:23:53 +0100
155
- Processing by APIController#index as HTML
156
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 296)
157
- Started GET "/" for 127.0.0.1 at 2023-11-28 00:23:53 +0100
158
- Processing by APIController#index as HTML
159
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 296)
160
- Started GET "/" for 127.0.0.1 at 2023-11-28 00:23:53 +0100
161
- Processing by APIController#index as HTML
162
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 296)
163
- Started GET "/" for 127.0.0.1 at 2023-11-28 00:23:53 +0100
164
- Processing by APIController#index as HTML
165
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 296)
166
- Started GET "/" for 127.0.0.1 at 2023-11-28 00:23:53 +0100
167
- Processing by APIController#index as HTML
168
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 296)
169
- Started GET "/action" for 127.0.0.1 at 2023-11-28 00:23:53 +0100
170
- Processing by APIController#action as HTML
171
- Completed 200 OK in 13ms (Views: 0.1ms | Allocations: 53148)
172
- Started GET "/action" for 127.0.0.1 at 2023-11-28 00:23:53 +0100
173
- Processing by APIController#action as HTML
174
- Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 515)
175
- Started GET "/action" for 127.0.0.1 at 2023-11-28 00:23:53 +0100
176
- Processing by APIController#action as HTML
177
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 515)
178
- Started GET "/action" for 127.0.0.1 at 2023-11-28 00:23:53 +0100
179
- Processing by APIController#action as HTML
180
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 515)
181
- Started GET "/action" for 127.0.0.1 at 2023-11-28 00:23:53 +0100
182
- Processing by APIController#action as HTML
183
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 515)
184
- Started GET "/action" for 127.0.0.1 at 2023-11-28 00:23:53 +0100
185
- Processing by APIController#action as HTML
186
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 515)
187
- Started GET "/action" for 127.0.0.1 at 2023-11-28 00:23:53 +0100
188
- Processing by APIController#action as HTML
189
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 515)
190
- Started GET "/action" for 127.0.0.1 at 2023-11-28 00:23:53 +0100
191
- Processing by APIController#action as HTML
192
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 595)
193
- Started GET "/action" for 127.0.0.1 at 2024-03-09 18:22:20 +0100
194
- Processing by APIController#action as HTML
195
- Completed 200 OK in 25ms (Views: 3.0ms | Allocations: 37431)
196
- Started GET "/action" for 127.0.0.1 at 2024-03-09 18:22:20 +0100
197
- Processing by APIController#action as HTML
198
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 535)
199
- Started GET "/action" for 127.0.0.1 at 2024-03-09 18:22:20 +0100
200
- Processing by APIController#action as HTML
201
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 535)
202
- Started GET "/action" for 127.0.0.1 at 2024-03-09 18:22:20 +0100
203
- Processing by APIController#action as HTML
204
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 535)
205
- Started GET "/action" for 127.0.0.1 at 2024-03-09 18:22:20 +0100
206
- Processing by APIController#action as HTML
207
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 535)
208
- Started GET "/action" for 127.0.0.1 at 2024-03-09 18:22:20 +0100
209
- Processing by APIController#action as HTML
210
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 535)
211
- Started GET "/action" for 127.0.0.1 at 2024-03-09 18:22:20 +0100
212
- Processing by APIController#action as HTML
213
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 535)
214
- Started GET "/action" for 127.0.0.1 at 2024-03-09 18:22:20 +0100
215
- Processing by APIController#action as HTML
216
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 618)
217
- Started GET "/" for 127.0.0.1 at 2024-03-09 18:22:20 +0100
218
- Processing by APIController#index as HTML
219
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 496)
220
- Started GET "/" for 127.0.0.1 at 2024-03-09 18:22:20 +0100
221
- Processing by APIController#index as HTML
222
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 298)
223
- Started GET "/" for 127.0.0.1 at 2024-03-09 18:22:20 +0100
224
- Processing by APIController#index as HTML
225
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 298)
226
- Started GET "/" for 127.0.0.1 at 2024-03-09 18:22:20 +0100
227
- Processing by APIController#index as HTML
228
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 298)
229
- Started GET "/" for 127.0.0.1 at 2024-03-09 18:22:20 +0100
230
- Processing by APIController#index as HTML
231
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 298)
232
- Started GET "/" for 127.0.0.1 at 2024-03-09 18:22:20 +0100
233
- Processing by APIController#index as HTML
234
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 298)
235
- Started GET "/" for 127.0.0.1 at 2024-03-09 18:22:20 +0100
236
- Processing by APIController#index as HTML
237
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 298)
238
- Started GET "/" for 127.0.0.1 at 2024-03-09 18:22:20 +0100
239
- Processing by APIController#index as HTML
240
- Completed 200 OK in 0ms (Views: 0.0ms | Allocations: 298)
241
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:52:15 +0200
242
- Processing by APIController#index as HTML
243
- Completed 200 OK in 0ms (Views: 0.1ms | GC: 0.0ms)
244
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:52:15 +0200
245
- Processing by APIController#index as HTML
246
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
247
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:52:15 +0200
248
- Processing by APIController#index as HTML
249
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
250
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:52:15 +0200
251
- Processing by APIController#index as HTML
252
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
253
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:52:15 +0200
254
- Processing by APIController#index as HTML
255
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
256
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:52:15 +0200
257
- Processing by APIController#index as HTML
258
- Completed 200 OK in 3ms (Views: 0.0ms | GC: 2.7ms)
259
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:52:15 +0200
260
- Processing by APIController#index as HTML
261
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
262
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:52:15 +0200
263
- Processing by APIController#index as HTML
264
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
265
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:52:15 +0200
266
- Processing by APIController#action as HTML
267
- Completed 200 OK in 9ms (Views: 0.0ms | GC: 0.4ms)
268
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:52:15 +0200
269
- Processing by APIController#action as HTML
270
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
271
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:52:15 +0200
272
- Processing by APIController#action as HTML
273
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
274
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:52:15 +0200
275
- Processing by APIController#action as HTML
276
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
277
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:52:15 +0200
278
- Processing by APIController#action as HTML
279
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
280
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:52:15 +0200
281
- Processing by APIController#action as HTML
282
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
283
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:52:15 +0200
284
- Processing by APIController#action as HTML
285
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
286
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:52:15 +0200
287
- Processing by APIController#action as HTML
288
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
289
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:58:30 +0200
290
- Processing by APIController#action as HTML
291
- Completed 200 OK in 29ms (Views: 0.2ms | GC: 20.7ms)
292
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:58:30 +0200
293
- Processing by APIController#action as HTML
294
- Completed 200 OK in 0ms (Views: 0.1ms | GC: 0.0ms)
295
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:58:30 +0200
296
- Processing by APIController#action as HTML
297
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
298
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:58:30 +0200
299
- Processing by APIController#action as HTML
300
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
301
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:58:30 +0200
302
- Processing by APIController#action as HTML
303
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
304
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:58:30 +0200
305
- Processing by APIController#action as HTML
306
- Completed 200 OK in 0ms (Views: 0.1ms | GC: 0.0ms)
307
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:58:30 +0200
308
- Processing by APIController#action as HTML
309
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
310
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:58:30 +0200
311
- Processing by APIController#action as HTML
312
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
313
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:58:30 +0200
314
- Processing by APIController#index as HTML
315
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
316
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:58:30 +0200
317
- Processing by APIController#index as HTML
318
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
319
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:58:30 +0200
320
- Processing by APIController#index as HTML
321
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
322
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:58:30 +0200
323
- Processing by APIController#index as HTML
324
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
325
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:58:30 +0200
326
- Processing by APIController#index as HTML
327
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
328
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:58:30 +0200
329
- Processing by APIController#index as HTML
330
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
331
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:58:30 +0200
332
- Processing by APIController#index as HTML
333
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
334
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:58:30 +0200
335
- Processing by APIController#index as HTML
336
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
337
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:59:02 +0200
338
- Processing by APIController#action as HTML
339
- Completed 200 OK in 30ms (Views: 0.1ms | GC: 20.3ms)
340
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:59:02 +0200
341
- Processing by APIController#action as HTML
342
- Completed 200 OK in 0ms (Views: 0.1ms | GC: 0.0ms)
343
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:59:02 +0200
344
- Processing by APIController#action as HTML
345
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
346
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:59:02 +0200
347
- Processing by APIController#action as HTML
348
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
349
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:59:02 +0200
350
- Processing by APIController#action as HTML
351
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
352
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:59:02 +0200
353
- Processing by APIController#action as HTML
354
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
355
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:59:02 +0200
356
- Processing by APIController#action as HTML
357
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
358
- Started GET "/action" for 127.0.0.1 at 2024-08-24 12:59:02 +0200
359
- Processing by APIController#action as HTML
360
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
361
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:59:02 +0200
362
- Processing by APIController#index as HTML
363
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
364
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:59:02 +0200
365
- Processing by APIController#index as HTML
366
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
367
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:59:02 +0200
368
- Processing by APIController#index as HTML
369
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
370
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:59:02 +0200
371
- Processing by APIController#index as HTML
372
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
373
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:59:02 +0200
374
- Processing by APIController#index as HTML
375
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
376
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:59:02 +0200
377
- Processing by APIController#index as HTML
378
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
379
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:59:02 +0200
380
- Processing by APIController#index as HTML
381
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
382
- Started GET "/" for 127.0.0.1 at 2024-08-24 12:59:02 +0200
383
- Processing by APIController#index as HTML
384
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
385
- Started GET "/" for 127.0.0.1 at 2024-11-25 14:14:19 +0100
386
- Processing by APIController#index as HTML
387
- Completed 200 OK in 1ms (Views: 0.1ms | GC: 0.0ms)
388
- Started GET "/" for 127.0.0.1 at 2024-11-25 14:14:19 +0100
389
- Processing by APIController#index as HTML
390
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
391
- Started GET "/" for 127.0.0.1 at 2024-11-25 14:14:19 +0100
392
- Processing by APIController#index as HTML
393
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
394
- Started GET "/" for 127.0.0.1 at 2024-11-25 14:14:19 +0100
395
- Processing by APIController#index as HTML
396
- Completed 200 OK in 0ms (Views: 0.1ms | GC: 0.0ms)
397
- Started GET "/" for 127.0.0.1 at 2024-11-25 14:14:19 +0100
398
- Processing by APIController#index as HTML
399
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
400
- Started GET "/" for 127.0.0.1 at 2024-11-25 14:14:19 +0100
401
- Processing by APIController#index as HTML
402
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
403
- Started GET "/" for 127.0.0.1 at 2024-11-25 14:14:19 +0100
404
- Processing by APIController#index as HTML
405
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
406
- Started GET "/" for 127.0.0.1 at 2024-11-25 14:14:19 +0100
407
- Processing by APIController#index as HTML
408
- Completed 200 OK in 0ms (Views: 0.1ms | GC: 0.0ms)
409
- Started GET "/action" for 127.0.0.1 at 2024-11-25 14:14:19 +0100
410
- Processing by APIController#action as HTML
411
- Completed 200 OK in 14ms (Views: 0.0ms | GC: 3.8ms)
412
- Started GET "/action" for 127.0.0.1 at 2024-11-25 14:14:19 +0100
413
- Processing by APIController#action as HTML
414
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
415
- Started GET "/action" for 127.0.0.1 at 2024-11-25 14:14:19 +0100
416
- Processing by APIController#action as HTML
417
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
418
- Started GET "/action" for 127.0.0.1 at 2024-11-25 14:14:19 +0100
419
- Processing by APIController#action as HTML
420
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
421
- Started GET "/action" for 127.0.0.1 at 2024-11-25 14:14:19 +0100
422
- Processing by APIController#action as HTML
423
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
424
- Started GET "/action" for 127.0.0.1 at 2024-11-25 14:14:19 +0100
425
- Processing by APIController#action as HTML
426
- Completed 200 OK in 0ms (Views: 0.1ms | GC: 0.1ms)
427
- Started GET "/action" for 127.0.0.1 at 2024-11-25 14:14:19 +0100
428
- Processing by APIController#action as HTML
429
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)
430
- Started GET "/action" for 127.0.0.1 at 2024-11-25 14:14:19 +0100
431
- Processing by APIController#action as HTML
432
- Completed 200 OK in 0ms (Views: 0.0ms | GC: 0.0ms)