active_cached_resource 0.0.1.pre → 0.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/.rubocop.yml +2 -1
- data/Rakefile +22 -14
- data/lib/active_cached_resource/version.rb +3 -3
- data/lib/activeresource/examples/performance.rb +1 -1
- data/lib/activeresource/lib/active_resource/collection.rb +14 -1
- data/lib/activeresource/lib/active_resource/railtie.rb +2 -2
- data/lib/activeresource/lib/active_resource.rb +1 -1
- data/lib/activeresource/test/abstract_unit.rb +2 -1
- data/lib/activeresource/test/cases/active_job_serializer_test.rb +1 -1
- data/lib/activeresource/test/cases/collection_test.rb +24 -0
- data/lib/activeresource/test/cases/log_subscriber_test.rb +2 -1
- data/lib/activeresource/test/fixtures/fixtures.rbi +46 -0
- data/sorbet/config +2 -0
- data/sorbet/rbi/gems/{actioncable@8.0.0.rbi → actioncable@8.0.1.rbi} +51 -51
- data/sorbet/rbi/gems/{actionpack@8.0.0.rbi → actionpack@8.0.1.rbi} +548 -346
- data/sorbet/rbi/gems/{actionview@8.0.0.rbi → actionview@8.0.1.rbi} +465 -263
- data/sorbet/rbi/gems/activejob@8.0.1.rbi +90 -0
- data/sorbet/rbi/gems/activemodel-serializers-xml@1.0.3.rbi +4 -4
- data/sorbet/rbi/gems/{activemodel@8.0.0.rbi → activemodel@8.0.1.rbi} +11 -3
- data/sorbet/rbi/gems/{activerecord@8.0.0.rbi → activerecord@8.0.1.rbi} +957 -576
- data/sorbet/rbi/gems/{activesupport@8.0.0.rbi → activesupport@8.0.1.rbi} +287 -112
- data/sorbet/rbi/gems/{json@2.8.2.rbi → json@2.9.0.rbi} +107 -64
- data/sorbet/rbi/gems/{logger@1.6.1.rbi → logger@1.6.3.rbi} +31 -11
- data/sorbet/rbi/gems/mocha@2.7.1.rbi +12 -0
- data/sorbet/rbi/gems/msgpack@1.7.5.rbi +320 -0
- data/sorbet/rbi/gems/{nokogiri@1.16.7.rbi → nokogiri@1.17.2.rbi} +1692 -802
- data/sorbet/rbi/gems/{psych@5.2.0.rbi → psych@5.2.1.rbi} +47 -47
- data/sorbet/rbi/gems/rack@3.1.8.rbi +1 -1
- data/sorbet/rbi/gems/rails-dom-testing@2.2.0.rbi +22 -22
- data/sorbet/rbi/gems/{rails-html-sanitizer@1.6.0.rbi → rails-html-sanitizer@1.6.2.rbi} +100 -100
- data/sorbet/rbi/gems/{railties@8.0.0.rbi → railties@8.0.1.rbi} +186 -126
- data/sorbet/rbi/gems/rake@13.2.1.rbi +0 -63
- data/sorbet/rbi/gems/{rdoc@6.8.1.rbi → rdoc@6.9.1.rbi} +160 -139
- data/sorbet/rbi/gems/{regexp_parser@2.9.2.rbi → regexp_parser@2.9.3.rbi} +35 -35
- data/sorbet/rbi/gems/{reline@0.5.12.rbi → reline@0.6.0.rbi} +473 -435
- data/sorbet/rbi/gems/{rexml@3.3.9.rbi → rexml@3.4.0.rbi} +87 -74
- data/sorbet/rbi/gems/rspec-core@3.13.2.rbi +3 -6
- data/sorbet/rbi/gems/{rubocop-ast@1.36.1.rbi → rubocop-ast@1.37.0.rbi} +514 -104
- data/sorbet/rbi/gems/rubocop-md@1.2.4.rbi +123 -0
- data/sorbet/rbi/gems/rubocop-minitest@0.36.0.rbi +2613 -0
- data/sorbet/rbi/gems/rubocop-packaging@0.5.2.rbi +388 -0
- data/sorbet/rbi/gems/rubocop-rails@2.27.0.rbi +9535 -0
- data/sorbet/rbi/gems/{rubocop@1.65.1.rbi → rubocop@1.69.2.rbi} +4058 -2628
- data/sorbet/rbi/gems/ruby2_keywords@0.0.5.rbi +9 -0
- data/sorbet/rbi/gems/securerandom@0.4.1.rbi +78 -0
- data/sorbet/rbi/gems/sqlite3@2.3.1.rbi +1824 -0
- data/sorbet/rbi/gems/{standard@1.40.0.rbi → standard@1.43.0.rbi} +61 -64
- data/sorbet/rbi/gems/unicode-display_width@3.1.2.rbi +130 -0
- data/sorbet/rbi/gems/unicode-emoji@4.0.4.rbi +251 -0
- data/sorbet/tapioca/require.rb +2 -1
- metadata +49 -139
- data/sorbet/rbi/gems/activejob@8.0.0.rbi +0 -9
- data/sorbet/rbi/gems/activeresource@6.1.4.rbi +0 -3944
- data/sorbet/rbi/gems/securerandom@0.3.2.rbi +0 -395
- data/sorbet/rbi/gems/unicode-display_width@2.6.0.rbi +0 -66
- /data/sorbet/rbi/gems/{actionmailbox@8.0.0.rbi → actionmailbox@8.0.1.rbi} +0 -0
- /data/sorbet/rbi/gems/{actionmailer@8.0.0.rbi → actionmailer@8.0.1.rbi} +0 -0
- /data/sorbet/rbi/gems/{actiontext@8.0.0.rbi → actiontext@8.0.1.rbi} +0 -0
- /data/sorbet/rbi/gems/{activestorage@8.0.0.rbi → activestorage@8.0.1.rbi} +0 -0
- /data/sorbet/rbi/gems/{date@3.4.0.rbi → date@3.4.1.rbi} +0 -0
- /data/sorbet/rbi/gems/{io-console@0.7.2.rbi → io-console@0.8.0.rbi} +0 -0
- /data/sorbet/rbi/gems/{minitest@5.25.2.rbi → minitest@5.25.4.rbi} +0 -0
- /data/sorbet/rbi/gems/{net-imap@0.5.1.rbi → net-imap@0.5.2.rbi} +0 -0
- /data/sorbet/rbi/gems/{rails@8.0.0.rbi → rails@8.0.1.rbi} +0 -0
- /data/sorbet/rbi/gems/{rspec-support@3.13.1.rbi → rspec-support@3.13.2.rbi} +0 -0
- /data/sorbet/rbi/gems/{rubocop-performance@1.21.1.rbi → rubocop-performance@1.23.0.rbi} +0 -0
- /data/sorbet/rbi/gems/{standard-performance@1.4.0.rbi → standard-performance@1.6.0.rbi} +0 -0
- /data/sorbet/rbi/gems/{useragent@0.16.10.rbi → useragent@0.16.11.rbi} +0 -0
|
@@ -12,16 +12,16 @@ class ActionController::Base < ::ActionController::Metal
|
|
|
12
12
|
include ::ActionController::BasicImplicitRender
|
|
13
13
|
extend ::AbstractController::Helpers::Resolution
|
|
14
14
|
|
|
15
|
-
# source://activesupport/8.0.
|
|
15
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#69
|
|
16
16
|
def __callbacks; end
|
|
17
17
|
|
|
18
|
-
# source://actionpack/8.0.
|
|
18
|
+
# source://actionpack/8.0.1/lib/abstract_controller/helpers.rb#13
|
|
19
19
|
def _helper_methods; end
|
|
20
20
|
|
|
21
|
-
# source://actionpack/8.0.
|
|
21
|
+
# source://actionpack/8.0.1/lib/abstract_controller/helpers.rb#13
|
|
22
22
|
def _helper_methods=(_arg0); end
|
|
23
23
|
|
|
24
|
-
# source://actionpack/8.0.
|
|
24
|
+
# source://actionpack/8.0.1/lib/abstract_controller/helpers.rb#13
|
|
25
25
|
def _helper_methods?; end
|
|
26
26
|
|
|
27
27
|
# source://actionview//lib/action_view/layouts.rb#212
|
|
@@ -30,223 +30,223 @@ class ActionController::Base < ::ActionController::Metal
|
|
|
30
30
|
# source://actionview//lib/action_view/layouts.rb#212
|
|
31
31
|
def _layout_conditions?; end
|
|
32
32
|
|
|
33
|
-
# source://activesupport/8.0.
|
|
33
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#923
|
|
34
34
|
def _process_action_callbacks; end
|
|
35
35
|
|
|
36
|
-
# source://actionpack/8.0.
|
|
36
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/renderers.rb#31
|
|
37
37
|
def _renderers; end
|
|
38
38
|
|
|
39
|
-
# source://actionpack/8.0.
|
|
39
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/renderers.rb#31
|
|
40
40
|
def _renderers=(_arg0); end
|
|
41
41
|
|
|
42
|
-
# source://actionpack/8.0.
|
|
42
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/renderers.rb#31
|
|
43
43
|
def _renderers?; end
|
|
44
44
|
|
|
45
|
-
# source://activesupport/8.0.
|
|
45
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#911
|
|
46
46
|
def _run_process_action_callbacks(&block); end
|
|
47
47
|
|
|
48
|
-
# source://actionpack/8.0.
|
|
48
|
+
# source://actionpack/8.0.1/lib/abstract_controller/caching.rb#44
|
|
49
49
|
def _view_cache_dependencies; end
|
|
50
50
|
|
|
51
|
-
# source://actionpack/8.0.
|
|
51
|
+
# source://actionpack/8.0.1/lib/abstract_controller/caching.rb#44
|
|
52
52
|
def _view_cache_dependencies=(_arg0); end
|
|
53
53
|
|
|
54
|
-
# source://actionpack/8.0.
|
|
54
|
+
# source://actionpack/8.0.1/lib/abstract_controller/caching.rb#44
|
|
55
55
|
def _view_cache_dependencies?; end
|
|
56
56
|
|
|
57
|
-
# source://actionpack/8.0.
|
|
57
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/params_wrapper.rb#185
|
|
58
58
|
def _wrapper_options; end
|
|
59
59
|
|
|
60
|
-
# source://actionpack/8.0.
|
|
60
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/params_wrapper.rb#185
|
|
61
61
|
def _wrapper_options=(_arg0); end
|
|
62
62
|
|
|
63
|
-
# source://actionpack/8.0.
|
|
63
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/params_wrapper.rb#185
|
|
64
64
|
def _wrapper_options?; end
|
|
65
65
|
|
|
66
|
-
# source://actionpack/8.0.
|
|
66
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/flash.rb#38
|
|
67
67
|
def alert; end
|
|
68
68
|
|
|
69
|
-
# source://activesupport/8.0.
|
|
69
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
70
70
|
def allow_forgery_protection; end
|
|
71
71
|
|
|
72
|
-
# source://activesupport/8.0.
|
|
72
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
73
73
|
def allow_forgery_protection=(value); end
|
|
74
74
|
|
|
75
|
-
# source://activesupport/8.0.
|
|
75
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
76
76
|
def asset_host; end
|
|
77
77
|
|
|
78
|
-
# source://activesupport/8.0.
|
|
78
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
79
79
|
def asset_host=(value); end
|
|
80
80
|
|
|
81
|
-
# source://activesupport/8.0.
|
|
81
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
82
82
|
def assets_dir; end
|
|
83
83
|
|
|
84
|
-
# source://activesupport/8.0.
|
|
84
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
85
85
|
def assets_dir=(value); end
|
|
86
86
|
|
|
87
|
-
# source://activesupport/8.0.
|
|
87
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
88
88
|
def csrf_token_storage_strategy; end
|
|
89
89
|
|
|
90
|
-
# source://activesupport/8.0.
|
|
90
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
91
91
|
def csrf_token_storage_strategy=(value); end
|
|
92
92
|
|
|
93
|
-
# source://activesupport/8.0.
|
|
93
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
94
94
|
def default_asset_host_protocol; end
|
|
95
95
|
|
|
96
|
-
# source://activesupport/8.0.
|
|
96
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
97
97
|
def default_asset_host_protocol=(value); end
|
|
98
98
|
|
|
99
|
-
# source://activesupport/8.0.
|
|
99
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
100
100
|
def default_static_extension; end
|
|
101
101
|
|
|
102
|
-
# source://activesupport/8.0.
|
|
102
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
103
103
|
def default_static_extension=(value); end
|
|
104
104
|
|
|
105
|
-
# source://actionpack/8.0.
|
|
105
|
+
# source://actionpack/8.0.1/lib/action_dispatch/routing/url_for.rb#100
|
|
106
106
|
def default_url_options; end
|
|
107
107
|
|
|
108
|
-
# source://actionpack/8.0.
|
|
108
|
+
# source://actionpack/8.0.1/lib/action_dispatch/routing/url_for.rb#100
|
|
109
109
|
def default_url_options=(_arg0); end
|
|
110
110
|
|
|
111
|
-
# source://actionpack/8.0.
|
|
111
|
+
# source://actionpack/8.0.1/lib/action_dispatch/routing/url_for.rb#100
|
|
112
112
|
def default_url_options?; end
|
|
113
113
|
|
|
114
|
-
# source://activesupport/8.0.
|
|
114
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
115
115
|
def enable_fragment_cache_logging; end
|
|
116
116
|
|
|
117
|
-
# source://activesupport/8.0.
|
|
117
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
118
118
|
def enable_fragment_cache_logging=(value); end
|
|
119
119
|
|
|
120
|
-
# source://actionpack/8.0.
|
|
120
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/etag_with_template_digest.rb#31
|
|
121
121
|
def etag_with_template_digest; end
|
|
122
122
|
|
|
123
|
-
# source://actionpack/8.0.
|
|
123
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/etag_with_template_digest.rb#31
|
|
124
124
|
def etag_with_template_digest=(_arg0); end
|
|
125
125
|
|
|
126
|
-
# source://actionpack/8.0.
|
|
126
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/etag_with_template_digest.rb#31
|
|
127
127
|
def etag_with_template_digest?; end
|
|
128
128
|
|
|
129
|
-
# source://actionpack/8.0.
|
|
129
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/conditional_get.rb#15
|
|
130
130
|
def etaggers; end
|
|
131
131
|
|
|
132
|
-
# source://actionpack/8.0.
|
|
132
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/conditional_get.rb#15
|
|
133
133
|
def etaggers=(_arg0); end
|
|
134
134
|
|
|
135
|
-
# source://actionpack/8.0.
|
|
135
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/conditional_get.rb#15
|
|
136
136
|
def etaggers?; end
|
|
137
137
|
|
|
138
|
-
# source://actionpack/8.0.
|
|
138
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/flash.rb#12
|
|
139
139
|
def flash(*_arg0, **_arg1, &_arg2); end
|
|
140
140
|
|
|
141
|
-
# source://activesupport/8.0.
|
|
141
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
142
142
|
def forgery_protection_origin_check; end
|
|
143
143
|
|
|
144
|
-
# source://activesupport/8.0.
|
|
144
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
145
145
|
def forgery_protection_origin_check=(value); end
|
|
146
146
|
|
|
147
|
-
# source://activesupport/8.0.
|
|
147
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
148
148
|
def forgery_protection_strategy; end
|
|
149
149
|
|
|
150
|
-
# source://activesupport/8.0.
|
|
150
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
151
151
|
def forgery_protection_strategy=(value); end
|
|
152
152
|
|
|
153
|
-
# source://actionpack/8.0.
|
|
153
|
+
# source://actionpack/8.0.1/lib/abstract_controller/caching/fragments.rb#26
|
|
154
154
|
def fragment_cache_keys; end
|
|
155
155
|
|
|
156
|
-
# source://actionpack/8.0.
|
|
156
|
+
# source://actionpack/8.0.1/lib/abstract_controller/caching/fragments.rb#26
|
|
157
157
|
def fragment_cache_keys=(_arg0); end
|
|
158
158
|
|
|
159
|
-
# source://actionpack/8.0.
|
|
159
|
+
# source://actionpack/8.0.1/lib/abstract_controller/caching/fragments.rb#26
|
|
160
160
|
def fragment_cache_keys?; end
|
|
161
161
|
|
|
162
|
-
# source://actionpack/8.0.
|
|
162
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/helpers.rb#70
|
|
163
163
|
def helpers_path; end
|
|
164
164
|
|
|
165
|
-
# source://actionpack/8.0.
|
|
165
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/helpers.rb#70
|
|
166
166
|
def helpers_path=(_arg0); end
|
|
167
167
|
|
|
168
|
-
# source://actionpack/8.0.
|
|
168
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/helpers.rb#70
|
|
169
169
|
def helpers_path?; end
|
|
170
170
|
|
|
171
|
-
# source://actionpack/8.0.
|
|
171
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/helpers.rb#71
|
|
172
172
|
def include_all_helpers; end
|
|
173
173
|
|
|
174
|
-
# source://actionpack/8.0.
|
|
174
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/helpers.rb#71
|
|
175
175
|
def include_all_helpers=(_arg0); end
|
|
176
176
|
|
|
177
|
-
# source://actionpack/8.0.
|
|
177
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/helpers.rb#71
|
|
178
178
|
def include_all_helpers?; end
|
|
179
179
|
|
|
180
|
-
# source://activesupport/8.0.
|
|
180
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
181
181
|
def javascripts_dir; end
|
|
182
182
|
|
|
183
|
-
# source://activesupport/8.0.
|
|
183
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
184
184
|
def javascripts_dir=(value); end
|
|
185
185
|
|
|
186
|
-
# source://activesupport/8.0.
|
|
186
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
187
187
|
def log_warning_on_csrf_failure; end
|
|
188
188
|
|
|
189
|
-
# source://activesupport/8.0.
|
|
189
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
190
190
|
def log_warning_on_csrf_failure=(value); end
|
|
191
191
|
|
|
192
|
-
# source://activesupport/8.0.
|
|
192
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
193
193
|
def logger; end
|
|
194
194
|
|
|
195
|
-
# source://activesupport/8.0.
|
|
195
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
196
196
|
def logger=(value); end
|
|
197
197
|
|
|
198
|
-
# source://actionpack/8.0.
|
|
198
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/flash.rb#38
|
|
199
199
|
def notice; end
|
|
200
200
|
|
|
201
|
-
# source://activesupport/8.0.
|
|
201
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
202
202
|
def per_form_csrf_tokens; end
|
|
203
203
|
|
|
204
|
-
# source://activesupport/8.0.
|
|
204
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
205
205
|
def per_form_csrf_tokens=(value); end
|
|
206
206
|
|
|
207
|
-
# source://activesupport/8.0.
|
|
207
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
208
208
|
def perform_caching; end
|
|
209
209
|
|
|
210
|
-
# source://activesupport/8.0.
|
|
210
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
211
211
|
def perform_caching=(value); end
|
|
212
212
|
|
|
213
|
-
# source://actionpack/8.0.
|
|
213
|
+
# source://actionpack/8.0.1/lib/abstract_controller/callbacks.rb#36
|
|
214
214
|
def raise_on_missing_callback_actions; end
|
|
215
215
|
|
|
216
|
-
# source://actionpack/8.0.
|
|
216
|
+
# source://actionpack/8.0.1/lib/abstract_controller/callbacks.rb#36
|
|
217
217
|
def raise_on_missing_callback_actions=(val); end
|
|
218
218
|
|
|
219
|
-
# source://actionpack/8.0.
|
|
219
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/redirecting.rb#17
|
|
220
220
|
def raise_on_open_redirects; end
|
|
221
221
|
|
|
222
|
-
# source://actionpack/8.0.
|
|
222
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/redirecting.rb#17
|
|
223
223
|
def raise_on_open_redirects=(val); end
|
|
224
224
|
|
|
225
|
-
# source://activesupport/8.0.
|
|
225
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
226
226
|
def relative_url_root; end
|
|
227
227
|
|
|
228
|
-
# source://activesupport/8.0.
|
|
228
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
229
229
|
def relative_url_root=(value); end
|
|
230
230
|
|
|
231
|
-
# source://activesupport/8.0.
|
|
231
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
232
232
|
def request_forgery_protection_token; end
|
|
233
233
|
|
|
234
|
-
# source://activesupport/8.0.
|
|
234
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
235
235
|
def request_forgery_protection_token=(value); end
|
|
236
236
|
|
|
237
|
-
# source://activesupport/8.0.
|
|
237
|
+
# source://activesupport/8.0.1/lib/active_support/rescuable.rb#15
|
|
238
238
|
def rescue_handlers; end
|
|
239
239
|
|
|
240
|
-
# source://activesupport/8.0.
|
|
240
|
+
# source://activesupport/8.0.1/lib/active_support/rescuable.rb#15
|
|
241
241
|
def rescue_handlers=(_arg0); end
|
|
242
242
|
|
|
243
|
-
# source://activesupport/8.0.
|
|
243
|
+
# source://activesupport/8.0.1/lib/active_support/rescuable.rb#15
|
|
244
244
|
def rescue_handlers?; end
|
|
245
245
|
|
|
246
|
-
# source://activesupport/8.0.
|
|
246
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
247
247
|
def stylesheets_dir; end
|
|
248
248
|
|
|
249
|
-
# source://activesupport/8.0.
|
|
249
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
250
250
|
def stylesheets_dir=(value); end
|
|
251
251
|
|
|
252
252
|
private
|
|
@@ -254,282 +254,380 @@ class ActionController::Base < ::ActionController::Metal
|
|
|
254
254
|
# source://actionview//lib/action_view/layouts.rb#328
|
|
255
255
|
def _layout(lookup_context, formats); end
|
|
256
256
|
|
|
257
|
-
# source://actionpack/8.0.
|
|
257
|
+
# source://actionpack/8.0.1/lib/action_controller/base.rb#324
|
|
258
258
|
def _protected_ivars; end
|
|
259
259
|
|
|
260
260
|
class << self
|
|
261
|
-
# source://activesupport/8.0.
|
|
261
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#69
|
|
262
262
|
def __callbacks; end
|
|
263
263
|
|
|
264
|
-
# source://activesupport/8.0.
|
|
265
|
-
def __callbacks=(
|
|
264
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#69
|
|
265
|
+
def __callbacks=(value); end
|
|
266
266
|
|
|
267
|
-
# source://
|
|
267
|
+
# source://actionpack/8.0.1/lib/action_controller/form_builder.rb#35
|
|
268
268
|
def _default_form_builder; end
|
|
269
269
|
|
|
270
|
-
# source://
|
|
271
|
-
def _default_form_builder=(
|
|
270
|
+
# source://actionpack/8.0.1/lib/action_controller/form_builder.rb#35
|
|
271
|
+
def _default_form_builder=(value); end
|
|
272
272
|
|
|
273
|
-
# source://actionpack/8.0.
|
|
273
|
+
# source://actionpack/8.0.1/lib/action_controller/form_builder.rb#35
|
|
274
274
|
def _default_form_builder?; end
|
|
275
275
|
|
|
276
|
-
# source://
|
|
276
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/flash.rb#10
|
|
277
277
|
def _flash_types; end
|
|
278
278
|
|
|
279
|
-
# source://
|
|
280
|
-
def _flash_types=(
|
|
279
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/flash.rb#10
|
|
280
|
+
def _flash_types=(value); end
|
|
281
281
|
|
|
282
|
-
# source://actionpack/8.0.
|
|
282
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/flash.rb#10
|
|
283
283
|
def _flash_types?; end
|
|
284
284
|
|
|
285
|
-
# source://
|
|
285
|
+
# source://actionpack/8.0.1/lib/abstract_controller/helpers.rb#13
|
|
286
286
|
def _helper_methods; end
|
|
287
287
|
|
|
288
|
-
# source://
|
|
289
|
-
def _helper_methods=(
|
|
288
|
+
# source://actionpack/8.0.1/lib/abstract_controller/helpers.rb#13
|
|
289
|
+
def _helper_methods=(value); end
|
|
290
290
|
|
|
291
|
-
# source://actionpack/8.0.
|
|
291
|
+
# source://actionpack/8.0.1/lib/abstract_controller/helpers.rb#13
|
|
292
292
|
def _helper_methods?; end
|
|
293
293
|
|
|
294
|
-
# source://actionpack/8.0.
|
|
294
|
+
# source://actionpack/8.0.1/lib/abstract_controller/helpers.rb#17
|
|
295
295
|
def _helpers; end
|
|
296
296
|
|
|
297
|
-
# source://
|
|
297
|
+
# source://actionview//lib/action_view/layouts.rb#211
|
|
298
298
|
def _layout; end
|
|
299
299
|
|
|
300
|
-
# source://
|
|
301
|
-
def _layout=(
|
|
300
|
+
# source://actionview//lib/action_view/layouts.rb#211
|
|
301
|
+
def _layout=(value); end
|
|
302
302
|
|
|
303
303
|
# source://actionview//lib/action_view/layouts.rb#211
|
|
304
304
|
def _layout?; end
|
|
305
305
|
|
|
306
|
-
# source://
|
|
306
|
+
# source://actionview//lib/action_view/layouts.rb#212
|
|
307
307
|
def _layout_conditions; end
|
|
308
308
|
|
|
309
|
-
# source://
|
|
310
|
-
def _layout_conditions=(
|
|
309
|
+
# source://actionview//lib/action_view/layouts.rb#212
|
|
310
|
+
def _layout_conditions=(value); end
|
|
311
311
|
|
|
312
312
|
# source://actionview//lib/action_view/layouts.rb#212
|
|
313
313
|
def _layout_conditions?; end
|
|
314
314
|
|
|
315
|
-
# source://activesupport/8.0.
|
|
315
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#915
|
|
316
316
|
def _process_action_callbacks; end
|
|
317
317
|
|
|
318
|
-
# source://activesupport/8.0.
|
|
318
|
+
# source://activesupport/8.0.1/lib/active_support/callbacks.rb#919
|
|
319
319
|
def _process_action_callbacks=(value); end
|
|
320
320
|
|
|
321
|
-
# source://
|
|
321
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/renderers.rb#31
|
|
322
322
|
def _renderers; end
|
|
323
323
|
|
|
324
|
-
# source://
|
|
325
|
-
def _renderers=(
|
|
324
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/renderers.rb#31
|
|
325
|
+
def _renderers=(value); end
|
|
326
326
|
|
|
327
|
-
# source://actionpack/8.0.
|
|
327
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/renderers.rb#31
|
|
328
328
|
def _renderers?; end
|
|
329
329
|
|
|
330
|
-
# source://
|
|
330
|
+
# source://actionpack/8.0.1/lib/abstract_controller/caching.rb#44
|
|
331
331
|
def _view_cache_dependencies; end
|
|
332
332
|
|
|
333
|
-
# source://
|
|
334
|
-
def _view_cache_dependencies=(
|
|
333
|
+
# source://actionpack/8.0.1/lib/abstract_controller/caching.rb#44
|
|
334
|
+
def _view_cache_dependencies=(value); end
|
|
335
335
|
|
|
336
|
-
# source://actionpack/8.0.
|
|
336
|
+
# source://actionpack/8.0.1/lib/abstract_controller/caching.rb#44
|
|
337
337
|
def _view_cache_dependencies?; end
|
|
338
338
|
|
|
339
|
-
# source://
|
|
339
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/params_wrapper.rb#185
|
|
340
340
|
def _wrapper_options; end
|
|
341
341
|
|
|
342
|
-
# source://
|
|
343
|
-
def _wrapper_options=(
|
|
342
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/params_wrapper.rb#185
|
|
343
|
+
def _wrapper_options=(value); end
|
|
344
344
|
|
|
345
|
-
# source://actionpack/8.0.
|
|
345
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/params_wrapper.rb#185
|
|
346
346
|
def _wrapper_options?; end
|
|
347
347
|
|
|
348
|
-
# source://activesupport/8.0.
|
|
348
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
349
349
|
def allow_forgery_protection; end
|
|
350
350
|
|
|
351
|
-
# source://activesupport/8.0.
|
|
351
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
352
352
|
def allow_forgery_protection=(value); end
|
|
353
353
|
|
|
354
|
-
# source://activesupport/8.0.
|
|
354
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
355
355
|
def asset_host; end
|
|
356
356
|
|
|
357
|
-
# source://activesupport/8.0.
|
|
357
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
358
358
|
def asset_host=(value); end
|
|
359
359
|
|
|
360
|
-
# source://activesupport/8.0.
|
|
360
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
361
361
|
def assets_dir; end
|
|
362
362
|
|
|
363
|
-
# source://activesupport/8.0.
|
|
363
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
364
364
|
def assets_dir=(value); end
|
|
365
365
|
|
|
366
|
-
# source://activesupport/8.0.
|
|
366
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
367
367
|
def csrf_token_storage_strategy; end
|
|
368
368
|
|
|
369
|
-
# source://activesupport/8.0.
|
|
369
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
370
370
|
def csrf_token_storage_strategy=(value); end
|
|
371
371
|
|
|
372
|
-
# source://activesupport/8.0.
|
|
372
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
373
373
|
def default_asset_host_protocol; end
|
|
374
374
|
|
|
375
|
-
# source://activesupport/8.0.
|
|
375
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
376
376
|
def default_asset_host_protocol=(value); end
|
|
377
377
|
|
|
378
|
-
# source://activesupport/8.0.
|
|
378
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
379
379
|
def default_static_extension; end
|
|
380
380
|
|
|
381
|
-
# source://activesupport/8.0.
|
|
381
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
382
382
|
def default_static_extension=(value); end
|
|
383
383
|
|
|
384
|
-
# source://
|
|
384
|
+
# source://actionpack/8.0.1/lib/action_dispatch/routing/url_for.rb#100
|
|
385
385
|
def default_url_options; end
|
|
386
386
|
|
|
387
|
-
# source://
|
|
388
|
-
def default_url_options=(
|
|
387
|
+
# source://actionpack/8.0.1/lib/action_dispatch/routing/url_for.rb#100
|
|
388
|
+
def default_url_options=(value); end
|
|
389
389
|
|
|
390
|
-
# source://actionpack/8.0.
|
|
390
|
+
# source://actionpack/8.0.1/lib/action_dispatch/routing/url_for.rb#100
|
|
391
391
|
def default_url_options?; end
|
|
392
392
|
|
|
393
|
-
# source://activesupport/8.0.
|
|
393
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
394
394
|
def enable_fragment_cache_logging; end
|
|
395
395
|
|
|
396
|
-
# source://activesupport/8.0.
|
|
396
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
397
397
|
def enable_fragment_cache_logging=(value); end
|
|
398
398
|
|
|
399
|
-
# source://
|
|
399
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/etag_with_template_digest.rb#31
|
|
400
400
|
def etag_with_template_digest; end
|
|
401
401
|
|
|
402
|
-
# source://
|
|
403
|
-
def etag_with_template_digest=(
|
|
402
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/etag_with_template_digest.rb#31
|
|
403
|
+
def etag_with_template_digest=(value); end
|
|
404
404
|
|
|
405
|
-
# source://actionpack/8.0.
|
|
405
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/etag_with_template_digest.rb#31
|
|
406
406
|
def etag_with_template_digest?; end
|
|
407
407
|
|
|
408
|
-
# source://
|
|
408
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/conditional_get.rb#15
|
|
409
409
|
def etaggers; end
|
|
410
410
|
|
|
411
|
-
# source://
|
|
412
|
-
def etaggers=(
|
|
411
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/conditional_get.rb#15
|
|
412
|
+
def etaggers=(value); end
|
|
413
413
|
|
|
414
|
-
# source://actionpack/8.0.
|
|
414
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/conditional_get.rb#15
|
|
415
415
|
def etaggers?; end
|
|
416
416
|
|
|
417
|
-
# source://activesupport/8.0.
|
|
417
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
418
418
|
def forgery_protection_origin_check; end
|
|
419
419
|
|
|
420
|
-
# source://activesupport/8.0.
|
|
420
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
421
421
|
def forgery_protection_origin_check=(value); end
|
|
422
422
|
|
|
423
|
-
# source://activesupport/8.0.
|
|
423
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
424
424
|
def forgery_protection_strategy; end
|
|
425
425
|
|
|
426
|
-
# source://activesupport/8.0.
|
|
426
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
427
427
|
def forgery_protection_strategy=(value); end
|
|
428
428
|
|
|
429
|
-
# source://
|
|
429
|
+
# source://actionpack/8.0.1/lib/abstract_controller/caching/fragments.rb#26
|
|
430
430
|
def fragment_cache_keys; end
|
|
431
431
|
|
|
432
|
-
# source://
|
|
433
|
-
def fragment_cache_keys=(
|
|
432
|
+
# source://actionpack/8.0.1/lib/abstract_controller/caching/fragments.rb#26
|
|
433
|
+
def fragment_cache_keys=(value); end
|
|
434
434
|
|
|
435
|
-
# source://actionpack/8.0.
|
|
435
|
+
# source://actionpack/8.0.1/lib/abstract_controller/caching/fragments.rb#26
|
|
436
436
|
def fragment_cache_keys?; end
|
|
437
437
|
|
|
438
|
-
# source://
|
|
438
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/helpers.rb#70
|
|
439
439
|
def helpers_path; end
|
|
440
440
|
|
|
441
|
-
# source://
|
|
442
|
-
def helpers_path=(
|
|
441
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/helpers.rb#70
|
|
442
|
+
def helpers_path=(value); end
|
|
443
443
|
|
|
444
|
-
# source://actionpack/8.0.
|
|
444
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/helpers.rb#70
|
|
445
445
|
def helpers_path?; end
|
|
446
446
|
|
|
447
|
-
# source://
|
|
447
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/helpers.rb#71
|
|
448
448
|
def include_all_helpers; end
|
|
449
449
|
|
|
450
|
-
# source://
|
|
451
|
-
def include_all_helpers=(
|
|
450
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/helpers.rb#71
|
|
451
|
+
def include_all_helpers=(value); end
|
|
452
452
|
|
|
453
|
-
# source://actionpack/8.0.
|
|
453
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/helpers.rb#71
|
|
454
454
|
def include_all_helpers?; end
|
|
455
455
|
|
|
456
|
-
# source://activesupport/8.0.
|
|
456
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
457
457
|
def javascripts_dir; end
|
|
458
458
|
|
|
459
|
-
# source://activesupport/8.0.
|
|
459
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
460
460
|
def javascripts_dir=(value); end
|
|
461
461
|
|
|
462
|
-
# source://activesupport/8.0.
|
|
462
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
463
463
|
def log_warning_on_csrf_failure; end
|
|
464
464
|
|
|
465
|
-
# source://activesupport/8.0.
|
|
465
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
466
466
|
def log_warning_on_csrf_failure=(value); end
|
|
467
467
|
|
|
468
|
-
# source://activesupport/8.0.
|
|
468
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
469
469
|
def logger; end
|
|
470
470
|
|
|
471
|
-
# source://activesupport/8.0.
|
|
471
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
472
472
|
def logger=(value); end
|
|
473
473
|
|
|
474
|
-
# source://activesupport/8.0.
|
|
475
|
-
def middleware_stack; end
|
|
476
|
-
|
|
477
|
-
# source://activesupport/8.0.0/lib/active_support/class_attribute.rb#15
|
|
478
|
-
def middleware_stack=(new_value); end
|
|
479
|
-
|
|
480
|
-
# source://activesupport/8.0.0/lib/active_support/configurable.rb#115
|
|
474
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
481
475
|
def per_form_csrf_tokens; end
|
|
482
476
|
|
|
483
|
-
# source://activesupport/8.0.
|
|
477
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
484
478
|
def per_form_csrf_tokens=(value); end
|
|
485
479
|
|
|
486
|
-
# source://activesupport/8.0.
|
|
480
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
487
481
|
def perform_caching; end
|
|
488
482
|
|
|
489
|
-
# source://activesupport/8.0.
|
|
483
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
490
484
|
def perform_caching=(value); end
|
|
491
485
|
|
|
492
|
-
# source://actionpack/8.0.
|
|
486
|
+
# source://actionpack/8.0.1/lib/abstract_controller/callbacks.rb#36
|
|
493
487
|
def raise_on_missing_callback_actions; end
|
|
494
488
|
|
|
495
|
-
# source://actionpack/8.0.
|
|
489
|
+
# source://actionpack/8.0.1/lib/abstract_controller/callbacks.rb#36
|
|
496
490
|
def raise_on_missing_callback_actions=(val); end
|
|
497
491
|
|
|
498
|
-
# source://actionpack/8.0.
|
|
492
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/redirecting.rb#17
|
|
499
493
|
def raise_on_open_redirects; end
|
|
500
494
|
|
|
501
|
-
# source://actionpack/8.0.
|
|
495
|
+
# source://actionpack/8.0.1/lib/action_controller/metal/redirecting.rb#17
|
|
502
496
|
def raise_on_open_redirects=(val); end
|
|
503
497
|
|
|
504
|
-
# source://activesupport/8.0.
|
|
498
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
505
499
|
def relative_url_root; end
|
|
506
500
|
|
|
507
|
-
# source://activesupport/8.0.
|
|
501
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
508
502
|
def relative_url_root=(value); end
|
|
509
503
|
|
|
510
|
-
# source://activesupport/8.0.
|
|
504
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
511
505
|
def request_forgery_protection_token; end
|
|
512
506
|
|
|
513
|
-
# source://activesupport/8.0.
|
|
507
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
514
508
|
def request_forgery_protection_token=(value); end
|
|
515
509
|
|
|
516
|
-
# source://activesupport/8.0.
|
|
510
|
+
# source://activesupport/8.0.1/lib/active_support/rescuable.rb#15
|
|
517
511
|
def rescue_handlers; end
|
|
518
512
|
|
|
519
|
-
# source://activesupport/8.0.
|
|
520
|
-
def rescue_handlers=(
|
|
513
|
+
# source://activesupport/8.0.1/lib/active_support/rescuable.rb#15
|
|
514
|
+
def rescue_handlers=(value); end
|
|
521
515
|
|
|
522
|
-
# source://activesupport/8.0.
|
|
516
|
+
# source://activesupport/8.0.1/lib/active_support/rescuable.rb#15
|
|
523
517
|
def rescue_handlers?; end
|
|
524
518
|
|
|
525
|
-
# source://activesupport/8.0.
|
|
519
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#115
|
|
526
520
|
def stylesheets_dir; end
|
|
527
521
|
|
|
528
|
-
# source://activesupport/8.0.
|
|
522
|
+
# source://activesupport/8.0.1/lib/active_support/configurable.rb#116
|
|
529
523
|
def stylesheets_dir=(value); end
|
|
530
524
|
|
|
531
|
-
# source://actionpack/8.0.
|
|
525
|
+
# source://actionpack/8.0.1/lib/action_controller/base.rb#222
|
|
532
526
|
def without_modules(*modules); end
|
|
527
|
+
|
|
528
|
+
private
|
|
529
|
+
|
|
530
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
531
|
+
def __class_attr___callbacks; end
|
|
532
|
+
|
|
533
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
534
|
+
def __class_attr___callbacks=(new_value); end
|
|
535
|
+
|
|
536
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
537
|
+
def __class_attr__default_form_builder; end
|
|
538
|
+
|
|
539
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
540
|
+
def __class_attr__default_form_builder=(new_value); end
|
|
541
|
+
|
|
542
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
543
|
+
def __class_attr__flash_types; end
|
|
544
|
+
|
|
545
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
546
|
+
def __class_attr__flash_types=(new_value); end
|
|
547
|
+
|
|
548
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
549
|
+
def __class_attr__helper_methods; end
|
|
550
|
+
|
|
551
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
552
|
+
def __class_attr__helper_methods=(new_value); end
|
|
553
|
+
|
|
554
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
555
|
+
def __class_attr__layout; end
|
|
556
|
+
|
|
557
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
558
|
+
def __class_attr__layout=(new_value); end
|
|
559
|
+
|
|
560
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
561
|
+
def __class_attr__layout_conditions; end
|
|
562
|
+
|
|
563
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
564
|
+
def __class_attr__layout_conditions=(new_value); end
|
|
565
|
+
|
|
566
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
567
|
+
def __class_attr__renderers; end
|
|
568
|
+
|
|
569
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
570
|
+
def __class_attr__renderers=(new_value); end
|
|
571
|
+
|
|
572
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
573
|
+
def __class_attr__view_cache_dependencies; end
|
|
574
|
+
|
|
575
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
576
|
+
def __class_attr__view_cache_dependencies=(new_value); end
|
|
577
|
+
|
|
578
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
579
|
+
def __class_attr__wrapper_options; end
|
|
580
|
+
|
|
581
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
582
|
+
def __class_attr__wrapper_options=(new_value); end
|
|
583
|
+
|
|
584
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
585
|
+
def __class_attr_default_url_options; end
|
|
586
|
+
|
|
587
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
588
|
+
def __class_attr_default_url_options=(new_value); end
|
|
589
|
+
|
|
590
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
591
|
+
def __class_attr_etag_with_template_digest; end
|
|
592
|
+
|
|
593
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
594
|
+
def __class_attr_etag_with_template_digest=(new_value); end
|
|
595
|
+
|
|
596
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
597
|
+
def __class_attr_etaggers; end
|
|
598
|
+
|
|
599
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
600
|
+
def __class_attr_etaggers=(new_value); end
|
|
601
|
+
|
|
602
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
603
|
+
def __class_attr_fragment_cache_keys; end
|
|
604
|
+
|
|
605
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
606
|
+
def __class_attr_fragment_cache_keys=(new_value); end
|
|
607
|
+
|
|
608
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
609
|
+
def __class_attr_helpers_path; end
|
|
610
|
+
|
|
611
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
612
|
+
def __class_attr_helpers_path=(new_value); end
|
|
613
|
+
|
|
614
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
615
|
+
def __class_attr_include_all_helpers; end
|
|
616
|
+
|
|
617
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
618
|
+
def __class_attr_include_all_helpers=(new_value); end
|
|
619
|
+
|
|
620
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
621
|
+
def __class_attr_middleware_stack; end
|
|
622
|
+
|
|
623
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
624
|
+
def __class_attr_middleware_stack=(new_value); end
|
|
625
|
+
|
|
626
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
627
|
+
def __class_attr_rescue_handlers; end
|
|
628
|
+
|
|
629
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
630
|
+
def __class_attr_rescue_handlers=(new_value); end
|
|
533
631
|
end
|
|
534
632
|
end
|
|
535
633
|
|
|
@@ -937,10 +1035,10 @@ class ActionView::Base
|
|
|
937
1035
|
# source://actionview//lib/action_view/base.rb#223
|
|
938
1036
|
def assign(new_assigns); end
|
|
939
1037
|
|
|
940
|
-
# source://activesupport/8.0.
|
|
1038
|
+
# source://activesupport/8.0.1/lib/active_support/core_ext/module/attr_internal.rb#43
|
|
941
1039
|
def assigns; end
|
|
942
1040
|
|
|
943
|
-
# source://activesupport/8.0.
|
|
1041
|
+
# source://activesupport/8.0.1/lib/active_support/core_ext/module/attr_internal.rb#43
|
|
944
1042
|
def assigns=(_arg0); end
|
|
945
1043
|
|
|
946
1044
|
# source://actionview//lib/action_view/base.rb#176
|
|
@@ -954,10 +1052,10 @@ class ActionView::Base
|
|
|
954
1052
|
# source://actionview//lib/action_view/base.rb#287
|
|
955
1053
|
def compiled_method_container; end
|
|
956
1054
|
|
|
957
|
-
# source://activesupport/8.0.
|
|
1055
|
+
# source://activesupport/8.0.1/lib/active_support/core_ext/module/attr_internal.rb#43
|
|
958
1056
|
def config; end
|
|
959
1057
|
|
|
960
|
-
# source://activesupport/8.0.
|
|
1058
|
+
# source://activesupport/8.0.1/lib/active_support/core_ext/module/attr_internal.rb#43
|
|
961
1059
|
def config=(_arg0); end
|
|
962
1060
|
|
|
963
1061
|
# source://actionview//lib/action_view/helpers/translation_helper.rb#18
|
|
@@ -1034,11 +1132,11 @@ class ActionView::Base
|
|
|
1034
1132
|
def view_renderer; end
|
|
1035
1133
|
|
|
1036
1134
|
class << self
|
|
1037
|
-
# source://
|
|
1135
|
+
# source://actionview//lib/action_view/base.rb#181
|
|
1038
1136
|
def _routes; end
|
|
1039
1137
|
|
|
1040
|
-
# source://
|
|
1041
|
-
def _routes=(
|
|
1138
|
+
# source://actionview//lib/action_view/base.rb#181
|
|
1139
|
+
def _routes=(value); end
|
|
1042
1140
|
|
|
1043
1141
|
# source://actionview//lib/action_view/base.rb#181
|
|
1044
1142
|
def _routes?; end
|
|
@@ -1098,20 +1196,20 @@ class ActionView::Base
|
|
|
1098
1196
|
# source://actionview//lib/action_view/base.rb#161
|
|
1099
1197
|
def field_error_proc=(val); end
|
|
1100
1198
|
|
|
1101
|
-
# source://
|
|
1199
|
+
# source://actionview//lib/action_view/base.rb#182
|
|
1102
1200
|
def logger; end
|
|
1103
1201
|
|
|
1104
|
-
# source://
|
|
1105
|
-
def logger=(
|
|
1202
|
+
# source://actionview//lib/action_view/base.rb#182
|
|
1203
|
+
def logger=(value); end
|
|
1106
1204
|
|
|
1107
1205
|
# source://actionview//lib/action_view/base.rb#182
|
|
1108
1206
|
def logger?; end
|
|
1109
1207
|
|
|
1110
|
-
# source://
|
|
1208
|
+
# source://actionview//lib/action_view/base.rb#170
|
|
1111
1209
|
def prefix_partial_path_with_controller_namespace; end
|
|
1112
1210
|
|
|
1113
|
-
# source://
|
|
1114
|
-
def prefix_partial_path_with_controller_namespace=(
|
|
1211
|
+
# source://actionview//lib/action_view/base.rb#170
|
|
1212
|
+
def prefix_partial_path_with_controller_namespace=(value); end
|
|
1115
1213
|
|
|
1116
1214
|
# source://actionview//lib/action_view/base.rb#170
|
|
1117
1215
|
def prefix_partial_path_with_controller_namespace?; end
|
|
@@ -1135,6 +1233,26 @@ class ActionView::Base
|
|
|
1135
1233
|
#
|
|
1136
1234
|
# source://actionview//lib/action_view/base.rb#195
|
|
1137
1235
|
def xss_safe?; end
|
|
1236
|
+
|
|
1237
|
+
private
|
|
1238
|
+
|
|
1239
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
1240
|
+
def __class_attr__routes; end
|
|
1241
|
+
|
|
1242
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
1243
|
+
def __class_attr__routes=(new_value); end
|
|
1244
|
+
|
|
1245
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
1246
|
+
def __class_attr_logger; end
|
|
1247
|
+
|
|
1248
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
1249
|
+
def __class_attr_logger=(new_value); end
|
|
1250
|
+
|
|
1251
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
1252
|
+
def __class_attr_prefix_partial_path_with_controller_namespace; end
|
|
1253
|
+
|
|
1254
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
1255
|
+
def __class_attr_prefix_partial_path_with_controller_namespace=(new_value); end
|
|
1138
1256
|
end
|
|
1139
1257
|
end
|
|
1140
1258
|
|
|
@@ -5746,14 +5864,22 @@ class ActionView::Helpers::FormBuilder
|
|
|
5746
5864
|
# source://actionview//lib/action_view/helpers/form_helper.rb#1708
|
|
5747
5865
|
def _to_partial_path; end
|
|
5748
5866
|
|
|
5749
|
-
# source://
|
|
5867
|
+
# source://actionview//lib/action_view/helpers/form_helper.rb#1685
|
|
5750
5868
|
def field_helpers; end
|
|
5751
5869
|
|
|
5752
|
-
# source://
|
|
5753
|
-
def field_helpers=(
|
|
5870
|
+
# source://actionview//lib/action_view/helpers/form_helper.rb#1685
|
|
5871
|
+
def field_helpers=(value); end
|
|
5754
5872
|
|
|
5755
5873
|
# source://actionview//lib/action_view/helpers/form_helper.rb#1685
|
|
5756
5874
|
def field_helpers?; end
|
|
5875
|
+
|
|
5876
|
+
private
|
|
5877
|
+
|
|
5878
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
5879
|
+
def __class_attr_field_helpers; end
|
|
5880
|
+
|
|
5881
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
5882
|
+
def __class_attr_field_helpers=(new_value); end
|
|
5757
5883
|
end
|
|
5758
5884
|
end
|
|
5759
5885
|
|
|
@@ -9959,55 +10085,55 @@ module ActionView::Helpers::SanitizeHelper::ClassMethods
|
|
|
9959
10085
|
# source://actionview//lib/action_view/helpers/sanitize_helper.rb#165
|
|
9960
10086
|
def sanitized_allowed_attributes; end
|
|
9961
10087
|
|
|
9962
|
-
# source://rails-html-sanitizer/1.6.
|
|
10088
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#34
|
|
9963
10089
|
def sanitized_allowed_attributes=(attributes); end
|
|
9964
10090
|
|
|
9965
|
-
# source://rails-html-sanitizer/1.6.
|
|
10091
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#47
|
|
9966
10092
|
def sanitized_allowed_css_keywords; end
|
|
9967
10093
|
|
|
9968
|
-
# source://rails-html-sanitizer/1.6.
|
|
10094
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#48
|
|
9969
10095
|
def sanitized_allowed_css_keywords=(_); end
|
|
9970
10096
|
|
|
9971
|
-
# source://rails-html-sanitizer/1.6.
|
|
10097
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#47
|
|
9972
10098
|
def sanitized_allowed_css_properties; end
|
|
9973
10099
|
|
|
9974
|
-
# source://rails-html-sanitizer/1.6.
|
|
10100
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#48
|
|
9975
10101
|
def sanitized_allowed_css_properties=(_); end
|
|
9976
10102
|
|
|
9977
|
-
# source://rails-html-sanitizer/1.6.
|
|
10103
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#47
|
|
9978
10104
|
def sanitized_allowed_protocols; end
|
|
9979
10105
|
|
|
9980
|
-
# source://rails-html-sanitizer/1.6.
|
|
10106
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#48
|
|
9981
10107
|
def sanitized_allowed_protocols=(_); end
|
|
9982
10108
|
|
|
9983
10109
|
# source://actionview//lib/action_view/helpers/sanitize_helper.rb#161
|
|
9984
10110
|
def sanitized_allowed_tags; end
|
|
9985
10111
|
|
|
9986
|
-
# source://rails-html-sanitizer/1.6.
|
|
10112
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#24
|
|
9987
10113
|
def sanitized_allowed_tags=(tags); end
|
|
9988
10114
|
|
|
9989
|
-
# source://rails-html-sanitizer/1.6.
|
|
10115
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#47
|
|
9990
10116
|
def sanitized_bad_tags; end
|
|
9991
10117
|
|
|
9992
|
-
# source://rails-html-sanitizer/1.6.
|
|
10118
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#48
|
|
9993
10119
|
def sanitized_bad_tags=(_); end
|
|
9994
10120
|
|
|
9995
|
-
# source://rails-html-sanitizer/1.6.
|
|
10121
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#47
|
|
9996
10122
|
def sanitized_protocol_separator; end
|
|
9997
10123
|
|
|
9998
|
-
# source://rails-html-sanitizer/1.6.
|
|
10124
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#48
|
|
9999
10125
|
def sanitized_protocol_separator=(_); end
|
|
10000
10126
|
|
|
10001
|
-
# source://rails-html-sanitizer/1.6.
|
|
10127
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#47
|
|
10002
10128
|
def sanitized_shorthand_css_properties; end
|
|
10003
10129
|
|
|
10004
|
-
# source://rails-html-sanitizer/1.6.
|
|
10130
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#48
|
|
10005
10131
|
def sanitized_shorthand_css_properties=(_); end
|
|
10006
10132
|
|
|
10007
|
-
# source://rails-html-sanitizer/1.6.
|
|
10133
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#47
|
|
10008
10134
|
def sanitized_uri_attributes; end
|
|
10009
10135
|
|
|
10010
|
-
# source://rails-html-sanitizer/1.6.
|
|
10136
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#48
|
|
10011
10137
|
def sanitized_uri_attributes=(_); end
|
|
10012
10138
|
|
|
10013
10139
|
# source://actionview//lib/action_view/helpers/sanitize_helper.rb#157
|
|
@@ -10015,7 +10141,7 @@ module ActionView::Helpers::SanitizeHelper::ClassMethods
|
|
|
10015
10141
|
|
|
10016
10142
|
private
|
|
10017
10143
|
|
|
10018
|
-
# source://rails-html-sanitizer/1.6.
|
|
10144
|
+
# source://rails-html-sanitizer/1.6.2/lib/rails-html-sanitizer.rb#52
|
|
10019
10145
|
def deprecate_option(name); end
|
|
10020
10146
|
end
|
|
10021
10147
|
|
|
@@ -12971,11 +13097,13 @@ class ActionView::LogSubscriber < ::ActiveSupport::LogSubscriber
|
|
|
12971
13097
|
# source://actionview//lib/action_view/log_subscriber.rb#105
|
|
12972
13098
|
def attach_to(*_arg0); end
|
|
12973
13099
|
|
|
12974
|
-
|
|
12975
|
-
|
|
13100
|
+
private
|
|
13101
|
+
|
|
13102
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
13103
|
+
def __class_attr_log_levels; end
|
|
12976
13104
|
|
|
12977
|
-
# source://activesupport/8.0.
|
|
12978
|
-
def
|
|
13105
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
13106
|
+
def __class_attr_log_levels=(new_value); end
|
|
12979
13107
|
end
|
|
12980
13108
|
end
|
|
12981
13109
|
|
|
@@ -14892,20 +15020,28 @@ class ActionView::Template::Handlers::Builder
|
|
|
14892
15020
|
def require_engine; end
|
|
14893
15021
|
|
|
14894
15022
|
class << self
|
|
14895
|
-
# source://
|
|
15023
|
+
# source://actionview//lib/action_view/template/handlers/builder.rb#6
|
|
14896
15024
|
def default_format; end
|
|
14897
15025
|
|
|
14898
|
-
# source://
|
|
14899
|
-
def default_format=(
|
|
15026
|
+
# source://actionview//lib/action_view/template/handlers/builder.rb#6
|
|
15027
|
+
def default_format=(value); end
|
|
14900
15028
|
|
|
14901
15029
|
# source://actionview//lib/action_view/template/handlers/builder.rb#6
|
|
14902
15030
|
def default_format?; end
|
|
15031
|
+
|
|
15032
|
+
private
|
|
15033
|
+
|
|
15034
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
15035
|
+
def __class_attr_default_format; end
|
|
15036
|
+
|
|
15037
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
15038
|
+
def __class_attr_default_format=(new_value); end
|
|
14903
15039
|
end
|
|
14904
15040
|
end
|
|
14905
15041
|
|
|
14906
15042
|
# source://actionview//lib/action_view/template/handlers/erb.rb#9
|
|
14907
15043
|
class ActionView::Template::Handlers::ERB
|
|
14908
|
-
# source://actionview//lib/action_view/template/handlers/erb.rb#
|
|
15044
|
+
# source://actionview//lib/action_view/template/handlers/erb.rb#63
|
|
14909
15045
|
def call(template, source); end
|
|
14910
15046
|
|
|
14911
15047
|
# source://actionview//lib/action_view/template/handlers/erb.rb#17
|
|
@@ -14962,53 +15098,103 @@ class ActionView::Template::Handlers::ERB
|
|
|
14962
15098
|
|
|
14963
15099
|
private
|
|
14964
15100
|
|
|
14965
|
-
# source
|
|
15101
|
+
# Find which token in the source template spans the byte range that
|
|
15102
|
+
# contains the error_column, then return the offset compared to the
|
|
15103
|
+
# original source template.
|
|
15104
|
+
#
|
|
15105
|
+
# Iterate consecutive pairs of CODE or TEXT tokens, requiring
|
|
15106
|
+
# a match of the first token before matching either token.
|
|
15107
|
+
#
|
|
15108
|
+
# For example, if we want to find tokens A, B, C, we do the following:
|
|
15109
|
+
# 1. Find a match for A: test error_column or advance scanner.
|
|
15110
|
+
# 2. Find a match for B or A:
|
|
15111
|
+
# a. If B: start over with next token set (B, C).
|
|
15112
|
+
# b. If A: test error_column or advance scanner.
|
|
15113
|
+
# c. Otherwise: Advance 1 byte
|
|
15114
|
+
#
|
|
15115
|
+
# Prioritize matching the next token over the current token once
|
|
15116
|
+
# a match for the current token has been found. This is to prevent
|
|
15117
|
+
# the current token from looping past the next token if they both
|
|
15118
|
+
# match (i.e. if the current token is a single space character).
|
|
15119
|
+
#
|
|
15120
|
+
# @raise [LocationParsingError]
|
|
15121
|
+
#
|
|
15122
|
+
# source://actionview//lib/action_view/template/handlers/erb.rb#128
|
|
14966
15123
|
def find_offset(compiled, source_tokens, error_column); end
|
|
14967
15124
|
|
|
15125
|
+
# source://actionview//lib/action_view/template/handlers/erb.rb#153
|
|
15126
|
+
def offset_source_tokens(source_tokens); end
|
|
15127
|
+
|
|
14968
15128
|
# @raise [WrongEncodingError]
|
|
14969
15129
|
#
|
|
14970
|
-
# source://actionview//lib/action_view/template/handlers/erb.rb#
|
|
15130
|
+
# source://actionview//lib/action_view/template/handlers/erb.rb#95
|
|
14971
15131
|
def valid_encoding(string, encoding); end
|
|
14972
15132
|
|
|
14973
15133
|
class << self
|
|
14974
15134
|
# source://actionview//lib/action_view/template/handlers/erb.rb#29
|
|
14975
15135
|
def call(template, source); end
|
|
14976
15136
|
|
|
14977
|
-
# source://
|
|
15137
|
+
# source://actionview//lib/action_view/template/handlers/erb.rb#17
|
|
14978
15138
|
def erb_implementation; end
|
|
14979
15139
|
|
|
14980
|
-
# source://
|
|
14981
|
-
def erb_implementation=(
|
|
15140
|
+
# source://actionview//lib/action_view/template/handlers/erb.rb#17
|
|
15141
|
+
def erb_implementation=(value); end
|
|
14982
15142
|
|
|
14983
15143
|
# source://actionview//lib/action_view/template/handlers/erb.rb#17
|
|
14984
15144
|
def erb_implementation?; end
|
|
14985
15145
|
|
|
14986
|
-
# source://
|
|
15146
|
+
# source://actionview//lib/action_view/template/handlers/erb.rb#14
|
|
14987
15147
|
def erb_trim_mode; end
|
|
14988
15148
|
|
|
14989
|
-
# source://
|
|
14990
|
-
def erb_trim_mode=(
|
|
15149
|
+
# source://actionview//lib/action_view/template/handlers/erb.rb#14
|
|
15150
|
+
def erb_trim_mode=(value); end
|
|
14991
15151
|
|
|
14992
15152
|
# source://actionview//lib/action_view/template/handlers/erb.rb#14
|
|
14993
15153
|
def erb_trim_mode?; end
|
|
14994
15154
|
|
|
14995
|
-
# source://
|
|
15155
|
+
# source://actionview//lib/action_view/template/handlers/erb.rb#20
|
|
14996
15156
|
def escape_ignore_list; end
|
|
14997
15157
|
|
|
14998
|
-
# source://
|
|
14999
|
-
def escape_ignore_list=(
|
|
15158
|
+
# source://actionview//lib/action_view/template/handlers/erb.rb#20
|
|
15159
|
+
def escape_ignore_list=(value); end
|
|
15000
15160
|
|
|
15001
15161
|
# source://actionview//lib/action_view/template/handlers/erb.rb#20
|
|
15002
15162
|
def escape_ignore_list?; end
|
|
15003
15163
|
|
|
15004
|
-
# source://
|
|
15164
|
+
# source://actionview//lib/action_view/template/handlers/erb.rb#23
|
|
15005
15165
|
def strip_trailing_newlines; end
|
|
15006
15166
|
|
|
15007
|
-
# source://
|
|
15008
|
-
def strip_trailing_newlines=(
|
|
15167
|
+
# source://actionview//lib/action_view/template/handlers/erb.rb#23
|
|
15168
|
+
def strip_trailing_newlines=(value); end
|
|
15009
15169
|
|
|
15010
15170
|
# source://actionview//lib/action_view/template/handlers/erb.rb#23
|
|
15011
15171
|
def strip_trailing_newlines?; end
|
|
15172
|
+
|
|
15173
|
+
private
|
|
15174
|
+
|
|
15175
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
15176
|
+
def __class_attr_erb_implementation; end
|
|
15177
|
+
|
|
15178
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
15179
|
+
def __class_attr_erb_implementation=(new_value); end
|
|
15180
|
+
|
|
15181
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
15182
|
+
def __class_attr_erb_trim_mode; end
|
|
15183
|
+
|
|
15184
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
15185
|
+
def __class_attr_erb_trim_mode=(new_value); end
|
|
15186
|
+
|
|
15187
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
15188
|
+
def __class_attr_escape_ignore_list; end
|
|
15189
|
+
|
|
15190
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
15191
|
+
def __class_attr_escape_ignore_list=(new_value); end
|
|
15192
|
+
|
|
15193
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
15194
|
+
def __class_attr_strip_trailing_newlines; end
|
|
15195
|
+
|
|
15196
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
15197
|
+
def __class_attr_strip_trailing_newlines=(new_value); end
|
|
15012
15198
|
end
|
|
15013
15199
|
end
|
|
15014
15200
|
|
|
@@ -15504,13 +15690,13 @@ class ActionView::TestCase < ::ActiveSupport::TestCase
|
|
|
15504
15690
|
extend ::ActiveSupport::Testing::ConstantLookup::ClassMethods
|
|
15505
15691
|
extend ::ActionView::TestCase::Behavior::ClassMethods
|
|
15506
15692
|
|
|
15507
|
-
# source://actionpack/8.0.
|
|
15693
|
+
# source://actionpack/8.0.1/lib/abstract_controller/helpers.rb#13
|
|
15508
15694
|
def _helper_methods; end
|
|
15509
15695
|
|
|
15510
|
-
# source://actionpack/8.0.
|
|
15696
|
+
# source://actionpack/8.0.1/lib/abstract_controller/helpers.rb#13
|
|
15511
15697
|
def _helper_methods=(_arg0); end
|
|
15512
15698
|
|
|
15513
|
-
# source://actionpack/8.0.
|
|
15699
|
+
# source://actionpack/8.0.1/lib/abstract_controller/helpers.rb#13
|
|
15514
15700
|
def _helper_methods?; end
|
|
15515
15701
|
|
|
15516
15702
|
# source://actionview//lib/action_view/helpers/translation_helper.rb#18
|
|
@@ -15520,29 +15706,23 @@ class ActionView::TestCase < ::ActiveSupport::TestCase
|
|
|
15520
15706
|
def debug_missing_translation=(val); end
|
|
15521
15707
|
|
|
15522
15708
|
class << self
|
|
15523
|
-
# source://
|
|
15524
|
-
def __callbacks; end
|
|
15525
|
-
|
|
15526
|
-
# source://activesupport/8.0.0/lib/active_support/class_attribute.rb#15
|
|
15527
|
-
def __callbacks=(new_value); end
|
|
15528
|
-
|
|
15529
|
-
# source://activesupport/8.0.0/lib/active_support/class_attribute.rb#12
|
|
15709
|
+
# source://actionpack/8.0.1/lib/abstract_controller/helpers.rb#13
|
|
15530
15710
|
def _helper_methods; end
|
|
15531
15711
|
|
|
15532
|
-
# source://
|
|
15533
|
-
def _helper_methods=(
|
|
15712
|
+
# source://actionpack/8.0.1/lib/abstract_controller/helpers.rb#13
|
|
15713
|
+
def _helper_methods=(value); end
|
|
15534
15714
|
|
|
15535
|
-
# source://actionpack/8.0.
|
|
15715
|
+
# source://actionpack/8.0.1/lib/abstract_controller/helpers.rb#13
|
|
15536
15716
|
def _helper_methods?; end
|
|
15537
15717
|
|
|
15538
|
-
# source://actionpack/8.0.
|
|
15718
|
+
# source://actionpack/8.0.1/lib/abstract_controller/helpers.rb#17
|
|
15539
15719
|
def _helpers; end
|
|
15540
15720
|
|
|
15541
|
-
# source://
|
|
15721
|
+
# source://actionview//lib/action_view/test_case.rb#200
|
|
15542
15722
|
def content_class; end
|
|
15543
15723
|
|
|
15544
|
-
# source://
|
|
15545
|
-
def content_class=(
|
|
15724
|
+
# source://actionview//lib/action_view/test_case.rb#200
|
|
15725
|
+
def content_class=(value); end
|
|
15546
15726
|
|
|
15547
15727
|
# source://actionview//lib/action_view/test_case.rb#200
|
|
15548
15728
|
def content_class?; end
|
|
@@ -15552,6 +15732,26 @@ class ActionView::TestCase < ::ActiveSupport::TestCase
|
|
|
15552
15732
|
|
|
15553
15733
|
# source://actionview//lib/action_view/helpers/translation_helper.rb#18
|
|
15554
15734
|
def debug_missing_translation=(val); end
|
|
15735
|
+
|
|
15736
|
+
private
|
|
15737
|
+
|
|
15738
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
15739
|
+
def __class_attr___callbacks; end
|
|
15740
|
+
|
|
15741
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
15742
|
+
def __class_attr___callbacks=(new_value); end
|
|
15743
|
+
|
|
15744
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
15745
|
+
def __class_attr__helper_methods; end
|
|
15746
|
+
|
|
15747
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
15748
|
+
def __class_attr__helper_methods=(new_value); end
|
|
15749
|
+
|
|
15750
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
15751
|
+
def __class_attr_content_class; end
|
|
15752
|
+
|
|
15753
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
15754
|
+
def __class_attr_content_class=(new_value); end
|
|
15555
15755
|
end
|
|
15556
15756
|
end
|
|
15557
15757
|
|
|
@@ -15995,11 +16195,13 @@ class ActionView::TestCase::TestController < ::ActionController::Base
|
|
|
15995
16195
|
# source://actionview//lib/action_view/test_case.rb#23
|
|
15996
16196
|
def controller_path=(_arg0); end
|
|
15997
16197
|
|
|
15998
|
-
|
|
15999
|
-
|
|
16198
|
+
private
|
|
16199
|
+
|
|
16200
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#15
|
|
16201
|
+
def __class_attr_middleware_stack; end
|
|
16000
16202
|
|
|
16001
|
-
# source://activesupport/8.0.
|
|
16002
|
-
def
|
|
16203
|
+
# source://activesupport/8.0.1/lib/active_support/class_attribute.rb#17
|
|
16204
|
+
def __class_attr_middleware_stack=(new_value); end
|
|
16003
16205
|
end
|
|
16004
16206
|
end
|
|
16005
16207
|
|