alchemrest 3.1.0 → 3.2.2
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/Gemfile.lock +27 -27
- data/gemfiles/faraday_2.gemfile.lock +1 -1
- data/gemfiles/rails_7_2.gemfile.lock +1 -1
- data/gemfiles/rails_8_0.gemfile.lock +1 -1
- data/lib/alchemrest/version.rb +1 -1
- data/rbi/alchemrest.rbi +39 -2
- data/sorbet/rbi/gems/{actionpack@8.0.4.rbi → actionpack@8.0.4.1.rbi} +204 -204
- data/sorbet/rbi/gems/{actionview@8.0.4.rbi → actionview@8.0.4.1.rbi} +251 -251
- data/sorbet/rbi/gems/{activemodel@8.0.4.rbi → activemodel@8.0.4.1.rbi} +3 -3
- data/sorbet/rbi/gems/{activesupport@8.0.4.rbi → activesupport@8.0.4.1.rbi} +84 -84
- data/sorbet/rbi/gems/{addressable@2.8.7.rbi → addressable@2.9.0.rbi} +94 -97
- data/sorbet/rbi/gems/{bigdecimal@3.3.1.rbi → bigdecimal@4.0.1.rbi} +16 -5
- data/sorbet/rbi/gems/{concurrent-ruby@1.3.5.rbi → concurrent-ruby@1.3.6.rbi} +95 -81
- data/sorbet/rbi/gems/{i18n@1.14.7.rbi → i18n@1.14.8.rbi} +103 -103
- data/sorbet/rbi/gems/{minitest@5.26.0.rbi → minitest@5.27.0.rbi} +208 -205
- data/sorbet/rbi/gems/{rack-session@2.1.1.rbi → rack-session@2.1.2.rbi} +95 -34
- data/sorbet/rbi/gems/{rack@3.1.14.rbi → rack@3.1.21.rbi} +213 -177
- data/sorbet/rbi/gems/{railties@8.0.4.rbi → railties@8.0.4.1.rbi} +59 -59
- data/sorbet/rbi/gems/{uri@1.1.0.rbi → uri@1.1.1.rbi} +13 -13
- metadata +17 -17
- /data/sorbet/rbi/gems/{connection_pool@2.5.4.rbi → connection_pool@3.0.2.rbi} +0 -0
- /data/sorbet/rbi/gems/{public_suffix@6.0.1.rbi → public_suffix@7.0.5.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.4/lib/active_support/callbacks.rb#69
|
|
15
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
|
|
16
16
|
def __callbacks; end
|
|
17
17
|
|
|
18
|
-
# source://actionpack/8.0.4/lib/abstract_controller/helpers.rb#13
|
|
18
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/helpers.rb#13
|
|
19
19
|
def _helper_methods; end
|
|
20
20
|
|
|
21
|
-
# source://actionpack/8.0.4/lib/abstract_controller/helpers.rb#13
|
|
21
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/helpers.rb#13
|
|
22
22
|
def _helper_methods=(_arg0); end
|
|
23
23
|
|
|
24
|
-
# source://actionpack/8.0.4/lib/abstract_controller/helpers.rb#13
|
|
24
|
+
# source://actionpack/8.0.4.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.4/lib/active_support/callbacks.rb#924
|
|
33
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#924
|
|
34
34
|
def _process_action_callbacks; end
|
|
35
35
|
|
|
36
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/renderers.rb#31
|
|
36
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/renderers.rb#31
|
|
37
37
|
def _renderers; end
|
|
38
38
|
|
|
39
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/renderers.rb#31
|
|
39
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/renderers.rb#31
|
|
40
40
|
def _renderers=(_arg0); end
|
|
41
41
|
|
|
42
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/renderers.rb#31
|
|
42
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/renderers.rb#31
|
|
43
43
|
def _renderers?; end
|
|
44
44
|
|
|
45
|
-
# source://activesupport/8.0.4/lib/active_support/callbacks.rb#912
|
|
45
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#912
|
|
46
46
|
def _run_process_action_callbacks(&block); end
|
|
47
47
|
|
|
48
|
-
# source://actionpack/8.0.4/lib/abstract_controller/caching.rb#44
|
|
48
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/caching.rb#44
|
|
49
49
|
def _view_cache_dependencies; end
|
|
50
50
|
|
|
51
|
-
# source://actionpack/8.0.4/lib/abstract_controller/caching.rb#44
|
|
51
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/caching.rb#44
|
|
52
52
|
def _view_cache_dependencies=(_arg0); end
|
|
53
53
|
|
|
54
|
-
# source://actionpack/8.0.4/lib/abstract_controller/caching.rb#44
|
|
54
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/caching.rb#44
|
|
55
55
|
def _view_cache_dependencies?; end
|
|
56
56
|
|
|
57
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/params_wrapper.rb#185
|
|
57
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/params_wrapper.rb#185
|
|
58
58
|
def _wrapper_options; end
|
|
59
59
|
|
|
60
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/params_wrapper.rb#185
|
|
60
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/params_wrapper.rb#185
|
|
61
61
|
def _wrapper_options=(_arg0); end
|
|
62
62
|
|
|
63
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/params_wrapper.rb#185
|
|
63
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/params_wrapper.rb#185
|
|
64
64
|
def _wrapper_options?; end
|
|
65
65
|
|
|
66
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/flash.rb#38
|
|
66
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/flash.rb#38
|
|
67
67
|
def alert; end
|
|
68
68
|
|
|
69
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
69
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
70
70
|
def allow_forgery_protection; end
|
|
71
71
|
|
|
72
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
72
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
73
73
|
def allow_forgery_protection=(value); end
|
|
74
74
|
|
|
75
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
75
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
76
76
|
def asset_host; end
|
|
77
77
|
|
|
78
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
78
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
79
79
|
def asset_host=(value); end
|
|
80
80
|
|
|
81
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
81
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
82
82
|
def assets_dir; end
|
|
83
83
|
|
|
84
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
84
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
85
85
|
def assets_dir=(value); end
|
|
86
86
|
|
|
87
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
87
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
88
88
|
def csrf_token_storage_strategy; end
|
|
89
89
|
|
|
90
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
90
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
91
91
|
def csrf_token_storage_strategy=(value); end
|
|
92
92
|
|
|
93
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
93
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
94
94
|
def default_asset_host_protocol; end
|
|
95
95
|
|
|
96
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
96
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
97
97
|
def default_asset_host_protocol=(value); end
|
|
98
98
|
|
|
99
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
99
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
100
100
|
def default_static_extension; end
|
|
101
101
|
|
|
102
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
102
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
103
103
|
def default_static_extension=(value); end
|
|
104
104
|
|
|
105
|
-
# source://actionpack/8.0.4/lib/action_dispatch/routing/url_for.rb#100
|
|
105
|
+
# source://actionpack/8.0.4.1/lib/action_dispatch/routing/url_for.rb#100
|
|
106
106
|
def default_url_options; end
|
|
107
107
|
|
|
108
|
-
# source://actionpack/8.0.4/lib/action_dispatch/routing/url_for.rb#100
|
|
108
|
+
# source://actionpack/8.0.4.1/lib/action_dispatch/routing/url_for.rb#100
|
|
109
109
|
def default_url_options=(_arg0); end
|
|
110
110
|
|
|
111
|
-
# source://actionpack/8.0.4/lib/action_dispatch/routing/url_for.rb#100
|
|
111
|
+
# source://actionpack/8.0.4.1/lib/action_dispatch/routing/url_for.rb#100
|
|
112
112
|
def default_url_options?; end
|
|
113
113
|
|
|
114
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
114
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
115
115
|
def enable_fragment_cache_logging; end
|
|
116
116
|
|
|
117
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
117
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
118
118
|
def enable_fragment_cache_logging=(value); end
|
|
119
119
|
|
|
120
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/etag_with_template_digest.rb#31
|
|
120
|
+
# source://actionpack/8.0.4.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.4/lib/action_controller/metal/etag_with_template_digest.rb#31
|
|
123
|
+
# source://actionpack/8.0.4.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.4/lib/action_controller/metal/etag_with_template_digest.rb#31
|
|
126
|
+
# source://actionpack/8.0.4.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.4/lib/action_controller/metal/conditional_get.rb#15
|
|
129
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/conditional_get.rb#15
|
|
130
130
|
def etaggers; end
|
|
131
131
|
|
|
132
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/conditional_get.rb#15
|
|
132
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/conditional_get.rb#15
|
|
133
133
|
def etaggers=(_arg0); end
|
|
134
134
|
|
|
135
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/conditional_get.rb#15
|
|
135
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/conditional_get.rb#15
|
|
136
136
|
def etaggers?; end
|
|
137
137
|
|
|
138
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/flash.rb#12
|
|
138
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/flash.rb#12
|
|
139
139
|
def flash(*_arg0, **_arg1, &_arg2); end
|
|
140
140
|
|
|
141
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
141
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
142
142
|
def forgery_protection_origin_check; end
|
|
143
143
|
|
|
144
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
144
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
145
145
|
def forgery_protection_origin_check=(value); end
|
|
146
146
|
|
|
147
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
147
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
148
148
|
def forgery_protection_strategy; end
|
|
149
149
|
|
|
150
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
150
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
151
151
|
def forgery_protection_strategy=(value); end
|
|
152
152
|
|
|
153
|
-
# source://actionpack/8.0.4/lib/abstract_controller/caching/fragments.rb#26
|
|
153
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/caching/fragments.rb#26
|
|
154
154
|
def fragment_cache_keys; end
|
|
155
155
|
|
|
156
|
-
# source://actionpack/8.0.4/lib/abstract_controller/caching/fragments.rb#26
|
|
156
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/caching/fragments.rb#26
|
|
157
157
|
def fragment_cache_keys=(_arg0); end
|
|
158
158
|
|
|
159
|
-
# source://actionpack/8.0.4/lib/abstract_controller/caching/fragments.rb#26
|
|
159
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/caching/fragments.rb#26
|
|
160
160
|
def fragment_cache_keys?; end
|
|
161
161
|
|
|
162
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/helpers.rb#70
|
|
162
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/helpers.rb#70
|
|
163
163
|
def helpers_path; end
|
|
164
164
|
|
|
165
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/helpers.rb#70
|
|
165
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/helpers.rb#70
|
|
166
166
|
def helpers_path=(_arg0); end
|
|
167
167
|
|
|
168
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/helpers.rb#70
|
|
168
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/helpers.rb#70
|
|
169
169
|
def helpers_path?; end
|
|
170
170
|
|
|
171
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/helpers.rb#71
|
|
171
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/helpers.rb#71
|
|
172
172
|
def include_all_helpers; end
|
|
173
173
|
|
|
174
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/helpers.rb#71
|
|
174
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/helpers.rb#71
|
|
175
175
|
def include_all_helpers=(_arg0); end
|
|
176
176
|
|
|
177
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/helpers.rb#71
|
|
177
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/helpers.rb#71
|
|
178
178
|
def include_all_helpers?; end
|
|
179
179
|
|
|
180
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
180
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
181
181
|
def javascripts_dir; end
|
|
182
182
|
|
|
183
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
183
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
184
184
|
def javascripts_dir=(value); end
|
|
185
185
|
|
|
186
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
186
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
187
187
|
def log_warning_on_csrf_failure; end
|
|
188
188
|
|
|
189
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
189
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
190
190
|
def log_warning_on_csrf_failure=(value); end
|
|
191
191
|
|
|
192
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
192
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
193
193
|
def logger; end
|
|
194
194
|
|
|
195
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
195
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
196
196
|
def logger=(value); end
|
|
197
197
|
|
|
198
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/flash.rb#38
|
|
198
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/flash.rb#38
|
|
199
199
|
def notice; end
|
|
200
200
|
|
|
201
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
201
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
202
202
|
def per_form_csrf_tokens; end
|
|
203
203
|
|
|
204
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
204
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
205
205
|
def per_form_csrf_tokens=(value); end
|
|
206
206
|
|
|
207
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
207
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
208
208
|
def perform_caching; end
|
|
209
209
|
|
|
210
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
210
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
211
211
|
def perform_caching=(value); end
|
|
212
212
|
|
|
213
|
-
# source://actionpack/8.0.4/lib/abstract_controller/callbacks.rb#36
|
|
213
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/callbacks.rb#36
|
|
214
214
|
def raise_on_missing_callback_actions; end
|
|
215
215
|
|
|
216
|
-
# source://actionpack/8.0.4/lib/abstract_controller/callbacks.rb#36
|
|
216
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/callbacks.rb#36
|
|
217
217
|
def raise_on_missing_callback_actions=(val); end
|
|
218
218
|
|
|
219
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/redirecting.rb#17
|
|
219
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/redirecting.rb#17
|
|
220
220
|
def raise_on_open_redirects; end
|
|
221
221
|
|
|
222
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/redirecting.rb#17
|
|
222
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/redirecting.rb#17
|
|
223
223
|
def raise_on_open_redirects=(val); end
|
|
224
224
|
|
|
225
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
225
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
226
226
|
def relative_url_root; end
|
|
227
227
|
|
|
228
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
228
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
229
229
|
def relative_url_root=(value); end
|
|
230
230
|
|
|
231
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
231
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
232
232
|
def request_forgery_protection_token; end
|
|
233
233
|
|
|
234
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
234
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
235
235
|
def request_forgery_protection_token=(value); end
|
|
236
236
|
|
|
237
|
-
# source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
|
|
237
|
+
# source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
|
|
238
238
|
def rescue_handlers; end
|
|
239
239
|
|
|
240
|
-
# source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
|
|
240
|
+
# source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
|
|
241
241
|
def rescue_handlers=(_arg0); end
|
|
242
242
|
|
|
243
|
-
# source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
|
|
243
|
+
# source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
|
|
244
244
|
def rescue_handlers?; end
|
|
245
245
|
|
|
246
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
246
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
247
247
|
def stylesheets_dir; end
|
|
248
248
|
|
|
249
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
249
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
250
250
|
def stylesheets_dir=(value); end
|
|
251
251
|
|
|
252
252
|
private
|
|
@@ -254,44 +254,44 @@ class ActionController::Base < ::ActionController::Metal
|
|
|
254
254
|
# source://actionview//lib/action_view/layouts.rb#328
|
|
255
255
|
def _layout(lookup_context, formats, keys); end
|
|
256
256
|
|
|
257
|
-
# source://actionpack/8.0.4/lib/action_controller/base.rb#324
|
|
257
|
+
# source://actionpack/8.0.4.1/lib/action_controller/base.rb#324
|
|
258
258
|
def _protected_ivars; end
|
|
259
259
|
|
|
260
260
|
class << self
|
|
261
|
-
# source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
|
|
261
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
|
|
262
262
|
def __callbacks; end
|
|
263
263
|
|
|
264
|
-
# source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
|
|
264
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
|
|
265
265
|
def __callbacks=(value); end
|
|
266
266
|
|
|
267
|
-
# source://actionpack/8.0.4/lib/action_controller/form_builder.rb#35
|
|
267
|
+
# source://actionpack/8.0.4.1/lib/action_controller/form_builder.rb#35
|
|
268
268
|
def _default_form_builder; end
|
|
269
269
|
|
|
270
|
-
# source://actionpack/8.0.4/lib/action_controller/form_builder.rb#35
|
|
270
|
+
# source://actionpack/8.0.4.1/lib/action_controller/form_builder.rb#35
|
|
271
271
|
def _default_form_builder=(value); end
|
|
272
272
|
|
|
273
|
-
# source://actionpack/8.0.4/lib/action_controller/form_builder.rb#35
|
|
273
|
+
# source://actionpack/8.0.4.1/lib/action_controller/form_builder.rb#35
|
|
274
274
|
def _default_form_builder?; end
|
|
275
275
|
|
|
276
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/flash.rb#10
|
|
276
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/flash.rb#10
|
|
277
277
|
def _flash_types; end
|
|
278
278
|
|
|
279
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/flash.rb#10
|
|
279
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/flash.rb#10
|
|
280
280
|
def _flash_types=(value); end
|
|
281
281
|
|
|
282
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/flash.rb#10
|
|
282
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/flash.rb#10
|
|
283
283
|
def _flash_types?; end
|
|
284
284
|
|
|
285
|
-
# source://actionpack/8.0.4/lib/abstract_controller/helpers.rb#13
|
|
285
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/helpers.rb#13
|
|
286
286
|
def _helper_methods; end
|
|
287
287
|
|
|
288
|
-
# source://actionpack/8.0.4/lib/abstract_controller/helpers.rb#13
|
|
288
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/helpers.rb#13
|
|
289
289
|
def _helper_methods=(value); end
|
|
290
290
|
|
|
291
|
-
# source://actionpack/8.0.4/lib/abstract_controller/helpers.rb#13
|
|
291
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/helpers.rb#13
|
|
292
292
|
def _helper_methods?; end
|
|
293
293
|
|
|
294
|
-
# source://actionpack/8.0.4/lib/abstract_controller/helpers.rb#17
|
|
294
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/helpers.rb#17
|
|
295
295
|
def _helpers; end
|
|
296
296
|
|
|
297
297
|
# source://actionview//lib/action_view/layouts.rb#211
|
|
@@ -312,321 +312,321 @@ class ActionController::Base < ::ActionController::Metal
|
|
|
312
312
|
# source://actionview//lib/action_view/layouts.rb#212
|
|
313
313
|
def _layout_conditions?; end
|
|
314
314
|
|
|
315
|
-
# source://activesupport/8.0.4/lib/active_support/callbacks.rb#916
|
|
315
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#916
|
|
316
316
|
def _process_action_callbacks; end
|
|
317
317
|
|
|
318
|
-
# source://activesupport/8.0.4/lib/active_support/callbacks.rb#920
|
|
318
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#920
|
|
319
319
|
def _process_action_callbacks=(value); end
|
|
320
320
|
|
|
321
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/renderers.rb#31
|
|
321
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/renderers.rb#31
|
|
322
322
|
def _renderers; end
|
|
323
323
|
|
|
324
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/renderers.rb#31
|
|
324
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/renderers.rb#31
|
|
325
325
|
def _renderers=(value); end
|
|
326
326
|
|
|
327
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/renderers.rb#31
|
|
327
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/renderers.rb#31
|
|
328
328
|
def _renderers?; end
|
|
329
329
|
|
|
330
|
-
# source://actionpack/8.0.4/lib/abstract_controller/caching.rb#44
|
|
330
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/caching.rb#44
|
|
331
331
|
def _view_cache_dependencies; end
|
|
332
332
|
|
|
333
|
-
# source://actionpack/8.0.4/lib/abstract_controller/caching.rb#44
|
|
333
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/caching.rb#44
|
|
334
334
|
def _view_cache_dependencies=(value); end
|
|
335
335
|
|
|
336
|
-
# source://actionpack/8.0.4/lib/abstract_controller/caching.rb#44
|
|
336
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/caching.rb#44
|
|
337
337
|
def _view_cache_dependencies?; end
|
|
338
338
|
|
|
339
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/params_wrapper.rb#185
|
|
339
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/params_wrapper.rb#185
|
|
340
340
|
def _wrapper_options; end
|
|
341
341
|
|
|
342
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/params_wrapper.rb#185
|
|
342
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/params_wrapper.rb#185
|
|
343
343
|
def _wrapper_options=(value); end
|
|
344
344
|
|
|
345
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/params_wrapper.rb#185
|
|
345
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/params_wrapper.rb#185
|
|
346
346
|
def _wrapper_options?; end
|
|
347
347
|
|
|
348
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
348
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
349
349
|
def allow_forgery_protection; end
|
|
350
350
|
|
|
351
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
351
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
352
352
|
def allow_forgery_protection=(value); end
|
|
353
353
|
|
|
354
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
354
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
355
355
|
def asset_host; end
|
|
356
356
|
|
|
357
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
357
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
358
358
|
def asset_host=(value); end
|
|
359
359
|
|
|
360
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
360
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
361
361
|
def assets_dir; end
|
|
362
362
|
|
|
363
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
363
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
364
364
|
def assets_dir=(value); end
|
|
365
365
|
|
|
366
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
366
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
367
367
|
def csrf_token_storage_strategy; end
|
|
368
368
|
|
|
369
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
369
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
370
370
|
def csrf_token_storage_strategy=(value); end
|
|
371
371
|
|
|
372
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
372
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
373
373
|
def default_asset_host_protocol; end
|
|
374
374
|
|
|
375
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
375
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
376
376
|
def default_asset_host_protocol=(value); end
|
|
377
377
|
|
|
378
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
378
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
379
379
|
def default_static_extension; end
|
|
380
380
|
|
|
381
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
381
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
382
382
|
def default_static_extension=(value); end
|
|
383
383
|
|
|
384
|
-
# source://actionpack/8.0.4/lib/action_dispatch/routing/url_for.rb#100
|
|
384
|
+
# source://actionpack/8.0.4.1/lib/action_dispatch/routing/url_for.rb#100
|
|
385
385
|
def default_url_options; end
|
|
386
386
|
|
|
387
|
-
# source://actionpack/8.0.4/lib/action_dispatch/routing/url_for.rb#100
|
|
387
|
+
# source://actionpack/8.0.4.1/lib/action_dispatch/routing/url_for.rb#100
|
|
388
388
|
def default_url_options=(value); end
|
|
389
389
|
|
|
390
|
-
# source://actionpack/8.0.4/lib/action_dispatch/routing/url_for.rb#100
|
|
390
|
+
# source://actionpack/8.0.4.1/lib/action_dispatch/routing/url_for.rb#100
|
|
391
391
|
def default_url_options?; end
|
|
392
392
|
|
|
393
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
393
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
394
394
|
def enable_fragment_cache_logging; end
|
|
395
395
|
|
|
396
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
396
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
397
397
|
def enable_fragment_cache_logging=(value); end
|
|
398
398
|
|
|
399
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/etag_with_template_digest.rb#31
|
|
399
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/etag_with_template_digest.rb#31
|
|
400
400
|
def etag_with_template_digest; end
|
|
401
401
|
|
|
402
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/etag_with_template_digest.rb#31
|
|
402
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/etag_with_template_digest.rb#31
|
|
403
403
|
def etag_with_template_digest=(value); end
|
|
404
404
|
|
|
405
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/etag_with_template_digest.rb#31
|
|
405
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/etag_with_template_digest.rb#31
|
|
406
406
|
def etag_with_template_digest?; end
|
|
407
407
|
|
|
408
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/conditional_get.rb#15
|
|
408
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/conditional_get.rb#15
|
|
409
409
|
def etaggers; end
|
|
410
410
|
|
|
411
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/conditional_get.rb#15
|
|
411
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/conditional_get.rb#15
|
|
412
412
|
def etaggers=(value); end
|
|
413
413
|
|
|
414
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/conditional_get.rb#15
|
|
414
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/conditional_get.rb#15
|
|
415
415
|
def etaggers?; end
|
|
416
416
|
|
|
417
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
417
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
418
418
|
def forgery_protection_origin_check; end
|
|
419
419
|
|
|
420
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
420
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
421
421
|
def forgery_protection_origin_check=(value); end
|
|
422
422
|
|
|
423
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
423
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
424
424
|
def forgery_protection_strategy; end
|
|
425
425
|
|
|
426
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
426
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
427
427
|
def forgery_protection_strategy=(value); end
|
|
428
428
|
|
|
429
|
-
# source://actionpack/8.0.4/lib/abstract_controller/caching/fragments.rb#26
|
|
429
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/caching/fragments.rb#26
|
|
430
430
|
def fragment_cache_keys; end
|
|
431
431
|
|
|
432
|
-
# source://actionpack/8.0.4/lib/abstract_controller/caching/fragments.rb#26
|
|
432
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/caching/fragments.rb#26
|
|
433
433
|
def fragment_cache_keys=(value); end
|
|
434
434
|
|
|
435
|
-
# source://actionpack/8.0.4/lib/abstract_controller/caching/fragments.rb#26
|
|
435
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/caching/fragments.rb#26
|
|
436
436
|
def fragment_cache_keys?; end
|
|
437
437
|
|
|
438
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/helpers.rb#70
|
|
438
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/helpers.rb#70
|
|
439
439
|
def helpers_path; end
|
|
440
440
|
|
|
441
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/helpers.rb#70
|
|
441
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/helpers.rb#70
|
|
442
442
|
def helpers_path=(value); end
|
|
443
443
|
|
|
444
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/helpers.rb#70
|
|
444
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/helpers.rb#70
|
|
445
445
|
def helpers_path?; end
|
|
446
446
|
|
|
447
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/helpers.rb#71
|
|
447
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/helpers.rb#71
|
|
448
448
|
def include_all_helpers; end
|
|
449
449
|
|
|
450
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/helpers.rb#71
|
|
450
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/helpers.rb#71
|
|
451
451
|
def include_all_helpers=(value); end
|
|
452
452
|
|
|
453
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/helpers.rb#71
|
|
453
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/helpers.rb#71
|
|
454
454
|
def include_all_helpers?; end
|
|
455
455
|
|
|
456
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
456
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
457
457
|
def javascripts_dir; end
|
|
458
458
|
|
|
459
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
459
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
460
460
|
def javascripts_dir=(value); end
|
|
461
461
|
|
|
462
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
462
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
463
463
|
def log_warning_on_csrf_failure; end
|
|
464
464
|
|
|
465
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
465
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
466
466
|
def log_warning_on_csrf_failure=(value); end
|
|
467
467
|
|
|
468
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
468
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
469
469
|
def logger; end
|
|
470
470
|
|
|
471
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
471
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
472
472
|
def logger=(value); end
|
|
473
473
|
|
|
474
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
474
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
475
475
|
def per_form_csrf_tokens; end
|
|
476
476
|
|
|
477
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
477
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
478
478
|
def per_form_csrf_tokens=(value); end
|
|
479
479
|
|
|
480
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
480
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
481
481
|
def perform_caching; end
|
|
482
482
|
|
|
483
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
483
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
484
484
|
def perform_caching=(value); end
|
|
485
485
|
|
|
486
|
-
# source://actionpack/8.0.4/lib/abstract_controller/callbacks.rb#36
|
|
486
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/callbacks.rb#36
|
|
487
487
|
def raise_on_missing_callback_actions; end
|
|
488
488
|
|
|
489
|
-
# source://actionpack/8.0.4/lib/abstract_controller/callbacks.rb#36
|
|
489
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/callbacks.rb#36
|
|
490
490
|
def raise_on_missing_callback_actions=(val); end
|
|
491
491
|
|
|
492
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/redirecting.rb#17
|
|
492
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/redirecting.rb#17
|
|
493
493
|
def raise_on_open_redirects; end
|
|
494
494
|
|
|
495
|
-
# source://actionpack/8.0.4/lib/action_controller/metal/redirecting.rb#17
|
|
495
|
+
# source://actionpack/8.0.4.1/lib/action_controller/metal/redirecting.rb#17
|
|
496
496
|
def raise_on_open_redirects=(val); end
|
|
497
497
|
|
|
498
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
498
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
499
499
|
def relative_url_root; end
|
|
500
500
|
|
|
501
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
501
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
502
502
|
def relative_url_root=(value); end
|
|
503
503
|
|
|
504
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
504
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
505
505
|
def request_forgery_protection_token; end
|
|
506
506
|
|
|
507
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
507
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
508
508
|
def request_forgery_protection_token=(value); end
|
|
509
509
|
|
|
510
|
-
# source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
|
|
510
|
+
# source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
|
|
511
511
|
def rescue_handlers; end
|
|
512
512
|
|
|
513
|
-
# source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
|
|
513
|
+
# source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
|
|
514
514
|
def rescue_handlers=(value); end
|
|
515
515
|
|
|
516
|
-
# source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
|
|
516
|
+
# source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
|
|
517
517
|
def rescue_handlers?; end
|
|
518
518
|
|
|
519
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#115
|
|
519
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
|
|
520
520
|
def stylesheets_dir; end
|
|
521
521
|
|
|
522
|
-
# source://activesupport/8.0.4/lib/active_support/configurable.rb#116
|
|
522
|
+
# source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
|
|
523
523
|
def stylesheets_dir=(value); end
|
|
524
524
|
|
|
525
|
-
# source://actionpack/8.0.4/lib/action_controller/base.rb#222
|
|
525
|
+
# source://actionpack/8.0.4.1/lib/action_controller/base.rb#222
|
|
526
526
|
def without_modules(*modules); end
|
|
527
527
|
|
|
528
528
|
private
|
|
529
529
|
|
|
530
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
530
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
531
531
|
def __class_attr___callbacks; end
|
|
532
532
|
|
|
533
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
533
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
534
534
|
def __class_attr___callbacks=(new_value); end
|
|
535
535
|
|
|
536
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
536
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
537
537
|
def __class_attr__default_form_builder; end
|
|
538
538
|
|
|
539
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
539
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
540
540
|
def __class_attr__default_form_builder=(new_value); end
|
|
541
541
|
|
|
542
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
542
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
543
543
|
def __class_attr__flash_types; end
|
|
544
544
|
|
|
545
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
545
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
546
546
|
def __class_attr__flash_types=(new_value); end
|
|
547
547
|
|
|
548
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
548
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
549
549
|
def __class_attr__helper_methods; end
|
|
550
550
|
|
|
551
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
551
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
552
552
|
def __class_attr__helper_methods=(new_value); end
|
|
553
553
|
|
|
554
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
554
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
555
555
|
def __class_attr__layout; end
|
|
556
556
|
|
|
557
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
557
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
558
558
|
def __class_attr__layout=(new_value); end
|
|
559
559
|
|
|
560
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
560
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
561
561
|
def __class_attr__layout_conditions; end
|
|
562
562
|
|
|
563
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
563
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
564
564
|
def __class_attr__layout_conditions=(new_value); end
|
|
565
565
|
|
|
566
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
566
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
567
567
|
def __class_attr__renderers; end
|
|
568
568
|
|
|
569
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
569
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
570
570
|
def __class_attr__renderers=(new_value); end
|
|
571
571
|
|
|
572
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
572
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
573
573
|
def __class_attr__view_cache_dependencies; end
|
|
574
574
|
|
|
575
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
575
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
576
576
|
def __class_attr__view_cache_dependencies=(new_value); end
|
|
577
577
|
|
|
578
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
578
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
579
579
|
def __class_attr__wrapper_options; end
|
|
580
580
|
|
|
581
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
581
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
582
582
|
def __class_attr__wrapper_options=(new_value); end
|
|
583
583
|
|
|
584
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
584
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
585
585
|
def __class_attr_default_url_options; end
|
|
586
586
|
|
|
587
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
587
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
588
588
|
def __class_attr_default_url_options=(new_value); end
|
|
589
589
|
|
|
590
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
590
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
591
591
|
def __class_attr_etag_with_template_digest; end
|
|
592
592
|
|
|
593
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
593
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
594
594
|
def __class_attr_etag_with_template_digest=(new_value); end
|
|
595
595
|
|
|
596
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
596
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
597
597
|
def __class_attr_etaggers; end
|
|
598
598
|
|
|
599
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
599
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
600
600
|
def __class_attr_etaggers=(new_value); end
|
|
601
601
|
|
|
602
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
602
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
603
603
|
def __class_attr_fragment_cache_keys; end
|
|
604
604
|
|
|
605
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
605
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
606
606
|
def __class_attr_fragment_cache_keys=(new_value); end
|
|
607
607
|
|
|
608
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
608
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
609
609
|
def __class_attr_helpers_path; end
|
|
610
610
|
|
|
611
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
611
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
612
612
|
def __class_attr_helpers_path=(new_value); end
|
|
613
613
|
|
|
614
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
614
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
615
615
|
def __class_attr_include_all_helpers; end
|
|
616
616
|
|
|
617
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
617
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
618
618
|
def __class_attr_include_all_helpers=(new_value); end
|
|
619
619
|
|
|
620
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
620
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
621
621
|
def __class_attr_middleware_stack; end
|
|
622
622
|
|
|
623
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
623
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
624
624
|
def __class_attr_middleware_stack=(new_value); end
|
|
625
625
|
|
|
626
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
626
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
627
627
|
def __class_attr_rescue_handlers; end
|
|
628
628
|
|
|
629
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
629
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
630
630
|
def __class_attr_rescue_handlers=(new_value); end
|
|
631
631
|
end
|
|
632
632
|
end
|
|
@@ -832,10 +832,10 @@ class ActionView::Base
|
|
|
832
832
|
# source://actionview//lib/action_view/base.rb#223
|
|
833
833
|
def assign(new_assigns); end
|
|
834
834
|
|
|
835
|
-
# source://activesupport/8.0.4/lib/active_support/core_ext/module/attr_internal.rb#43
|
|
835
|
+
# source://activesupport/8.0.4.1/lib/active_support/core_ext/module/attr_internal.rb#43
|
|
836
836
|
def assigns; end
|
|
837
837
|
|
|
838
|
-
# source://activesupport/8.0.4/lib/active_support/core_ext/module/attr_internal.rb#43
|
|
838
|
+
# source://activesupport/8.0.4.1/lib/active_support/core_ext/module/attr_internal.rb#43
|
|
839
839
|
def assigns=(_arg0); end
|
|
840
840
|
|
|
841
841
|
# source://actionview//lib/action_view/base.rb#176
|
|
@@ -847,10 +847,10 @@ class ActionView::Base
|
|
|
847
847
|
# source://actionview//lib/action_view/base.rb#284
|
|
848
848
|
def compiled_method_container; end
|
|
849
849
|
|
|
850
|
-
# source://activesupport/8.0.4/lib/active_support/core_ext/module/attr_internal.rb#43
|
|
850
|
+
# source://activesupport/8.0.4.1/lib/active_support/core_ext/module/attr_internal.rb#43
|
|
851
851
|
def config; end
|
|
852
852
|
|
|
853
|
-
# source://activesupport/8.0.4/lib/active_support/core_ext/module/attr_internal.rb#43
|
|
853
|
+
# source://activesupport/8.0.4.1/lib/active_support/core_ext/module/attr_internal.rb#43
|
|
854
854
|
def config=(_arg0); end
|
|
855
855
|
|
|
856
856
|
# source://actionview//lib/action_view/helpers/translation_helper.rb#18
|
|
@@ -1021,22 +1021,22 @@ class ActionView::Base
|
|
|
1021
1021
|
|
|
1022
1022
|
private
|
|
1023
1023
|
|
|
1024
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
1024
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
1025
1025
|
def __class_attr__routes; end
|
|
1026
1026
|
|
|
1027
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
1027
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
1028
1028
|
def __class_attr__routes=(new_value); end
|
|
1029
1029
|
|
|
1030
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
1030
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
1031
1031
|
def __class_attr_logger; end
|
|
1032
1032
|
|
|
1033
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
1033
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
1034
1034
|
def __class_attr_logger=(new_value); end
|
|
1035
1035
|
|
|
1036
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
1036
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
1037
1037
|
def __class_attr_prefix_partial_path_with_controller_namespace; end
|
|
1038
1038
|
|
|
1039
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
1039
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
1040
1040
|
def __class_attr_prefix_partial_path_with_controller_namespace=(new_value); end
|
|
1041
1041
|
end
|
|
1042
1042
|
end
|
|
@@ -2397,10 +2397,10 @@ class ActionView::Helpers::FormBuilder
|
|
|
2397
2397
|
|
|
2398
2398
|
private
|
|
2399
2399
|
|
|
2400
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
2400
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
2401
2401
|
def __class_attr_field_helpers; end
|
|
2402
2402
|
|
|
2403
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
2403
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
2404
2404
|
def __class_attr_field_helpers=(new_value); end
|
|
2405
2405
|
end
|
|
2406
2406
|
end
|
|
@@ -3015,40 +3015,40 @@ module ActionView::Helpers::TagHelper
|
|
|
3015
3015
|
include ::ActionView::Helpers::CaptureHelper
|
|
3016
3016
|
include ::ActionView::Helpers::OutputSafetyHelper
|
|
3017
3017
|
|
|
3018
|
-
# source://actionview//lib/action_view/helpers/tag_helper.rb#
|
|
3018
|
+
# source://actionview//lib/action_view/helpers/tag_helper.rb#561
|
|
3019
3019
|
def cdata_section(content); end
|
|
3020
3020
|
|
|
3021
|
-
# source://actionview//lib/action_view/helpers/tag_helper.rb#
|
|
3021
|
+
# source://actionview//lib/action_view/helpers/tag_helper.rb#541
|
|
3022
3022
|
def class_names(*args); end
|
|
3023
3023
|
|
|
3024
|
-
# source://actionview//lib/action_view/helpers/tag_helper.rb#
|
|
3024
|
+
# source://actionview//lib/action_view/helpers/tag_helper.rb#519
|
|
3025
3025
|
def content_tag(name, content_or_options_with_block = T.unsafe(nil), options = T.unsafe(nil), escape = T.unsafe(nil), &block); end
|
|
3026
3026
|
|
|
3027
|
-
# source://actionview//lib/action_view/helpers/tag_helper.rb#
|
|
3027
|
+
# source://actionview//lib/action_view/helpers/tag_helper.rb#573
|
|
3028
3028
|
def escape_once(html); end
|
|
3029
3029
|
|
|
3030
|
-
# source://actionview//lib/action_view/helpers/tag_helper.rb#
|
|
3030
|
+
# source://actionview//lib/action_view/helpers/tag_helper.rb#482
|
|
3031
3031
|
def tag(name = T.unsafe(nil), options = T.unsafe(nil), open = T.unsafe(nil), escape = T.unsafe(nil)); end
|
|
3032
3032
|
|
|
3033
|
-
# source://actionview//lib/action_view/helpers/tag_helper.rb#
|
|
3033
|
+
# source://actionview//lib/action_view/helpers/tag_helper.rb#541
|
|
3034
3034
|
def token_list(*args); end
|
|
3035
3035
|
|
|
3036
3036
|
private
|
|
3037
3037
|
|
|
3038
|
-
# source://actionview//lib/action_view/helpers/tag_helper.rb#
|
|
3038
|
+
# source://actionview//lib/action_view/helpers/tag_helper.rb#583
|
|
3039
3039
|
def build_tag_values(*args); end
|
|
3040
3040
|
|
|
3041
|
-
# source://actionview//lib/action_view/helpers/tag_helper.rb#
|
|
3041
|
+
# source://actionview//lib/action_view/helpers/tag_helper.rb#578
|
|
3042
3042
|
def ensure_valid_html5_tag_name(name); end
|
|
3043
3043
|
|
|
3044
|
-
# source://actionview//lib/action_view/helpers/tag_helper.rb#
|
|
3044
|
+
# source://actionview//lib/action_view/helpers/tag_helper.rb#603
|
|
3045
3045
|
def tag_builder; end
|
|
3046
3046
|
|
|
3047
3047
|
class << self
|
|
3048
|
-
# source://actionview//lib/action_view/helpers/tag_helper.rb#
|
|
3048
|
+
# source://actionview//lib/action_view/helpers/tag_helper.rb#583
|
|
3049
3049
|
def build_tag_values(*args); end
|
|
3050
3050
|
|
|
3051
|
-
# source://actionview//lib/action_view/helpers/tag_helper.rb#
|
|
3051
|
+
# source://actionview//lib/action_view/helpers/tag_helper.rb#578
|
|
3052
3052
|
def ensure_valid_html5_tag_name(name); end
|
|
3053
3053
|
end
|
|
3054
3054
|
end
|
|
@@ -3127,7 +3127,7 @@ class ActionView::Helpers::TagHelper::TagBuilder
|
|
|
3127
3127
|
# source://actionview//lib/action_view/helpers/tag_helper.rb#122
|
|
3128
3128
|
def body(content = T.unsafe(nil), escape: T.unsafe(nil), **options, &block); end
|
|
3129
3129
|
|
|
3130
|
-
# source://actionview//lib/action_view/helpers/tag_helper.rb#
|
|
3130
|
+
# source://actionview//lib/action_view/helpers/tag_helper.rb#293
|
|
3131
3131
|
def boolean_tag_option(key); end
|
|
3132
3132
|
|
|
3133
3133
|
# source://actionview//lib/action_view/helpers/tag_helper.rb#86
|
|
@@ -3418,7 +3418,7 @@ class ActionView::Helpers::TagHelper::TagBuilder
|
|
|
3418
3418
|
# source://actionview//lib/action_view/helpers/tag_helper.rb#197
|
|
3419
3419
|
def table(content = T.unsafe(nil), escape: T.unsafe(nil), **options, &block); end
|
|
3420
3420
|
|
|
3421
|
-
# source://actionview//lib/action_view/helpers/tag_helper.rb#
|
|
3421
|
+
# source://actionview//lib/action_view/helpers/tag_helper.rb#297
|
|
3422
3422
|
def tag_option(key, value, escape); end
|
|
3423
3423
|
|
|
3424
3424
|
# source://actionview//lib/action_view/helpers/tag_helper.rb#248
|
|
@@ -3483,13 +3483,13 @@ class ActionView::Helpers::TagHelper::TagBuilder
|
|
|
3483
3483
|
|
|
3484
3484
|
private
|
|
3485
3485
|
|
|
3486
|
-
# source://actionview//lib/action_view/helpers/tag_helper.rb#
|
|
3486
|
+
# source://actionview//lib/action_view/helpers/tag_helper.rb#327
|
|
3487
3487
|
def method_missing(called, *args, escape: T.unsafe(nil), **options, &block); end
|
|
3488
3488
|
|
|
3489
|
-
# source://actionview//lib/action_view/helpers/tag_helper.rb#
|
|
3489
|
+
# source://actionview//lib/action_view/helpers/tag_helper.rb#315
|
|
3490
3490
|
def prefix_tag_option(prefix, key, value, escape); end
|
|
3491
3491
|
|
|
3492
|
-
# source://actionview//lib/action_view/helpers/tag_helper.rb#
|
|
3492
|
+
# source://actionview//lib/action_view/helpers/tag_helper.rb#323
|
|
3493
3493
|
def respond_to_missing?(*args); end
|
|
3494
3494
|
|
|
3495
3495
|
class << self
|
|
@@ -4410,10 +4410,10 @@ class ActionView::LogSubscriber < ::ActiveSupport::LogSubscriber
|
|
|
4410
4410
|
|
|
4411
4411
|
private
|
|
4412
4412
|
|
|
4413
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
4413
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
4414
4414
|
def __class_attr_log_levels; end
|
|
4415
4415
|
|
|
4416
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
4416
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
4417
4417
|
def __class_attr_log_levels=(new_value); end
|
|
4418
4418
|
end
|
|
4419
4419
|
end
|
|
@@ -5571,10 +5571,10 @@ class ActionView::Template::Handlers::Builder
|
|
|
5571
5571
|
|
|
5572
5572
|
private
|
|
5573
5573
|
|
|
5574
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
5574
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
5575
5575
|
def __class_attr_default_format; end
|
|
5576
5576
|
|
|
5577
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
5577
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
5578
5578
|
def __class_attr_default_format=(new_value); end
|
|
5579
5579
|
end
|
|
5580
5580
|
end
|
|
@@ -5682,28 +5682,28 @@ class ActionView::Template::Handlers::ERB
|
|
|
5682
5682
|
|
|
5683
5683
|
private
|
|
5684
5684
|
|
|
5685
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
5685
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
5686
5686
|
def __class_attr_erb_implementation; end
|
|
5687
5687
|
|
|
5688
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
5688
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
5689
5689
|
def __class_attr_erb_implementation=(new_value); end
|
|
5690
5690
|
|
|
5691
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
5691
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
5692
5692
|
def __class_attr_erb_trim_mode; end
|
|
5693
5693
|
|
|
5694
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
5694
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
5695
5695
|
def __class_attr_erb_trim_mode=(new_value); end
|
|
5696
5696
|
|
|
5697
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
5697
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
5698
5698
|
def __class_attr_escape_ignore_list; end
|
|
5699
5699
|
|
|
5700
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
5700
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
5701
5701
|
def __class_attr_escape_ignore_list=(new_value); end
|
|
5702
5702
|
|
|
5703
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
5703
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
5704
5704
|
def __class_attr_strip_trailing_newlines; end
|
|
5705
5705
|
|
|
5706
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
5706
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
5707
5707
|
def __class_attr_strip_trailing_newlines=(new_value); end
|
|
5708
5708
|
end
|
|
5709
5709
|
end
|
|
@@ -6091,13 +6091,13 @@ class ActionView::TestCase < ::ActiveSupport::TestCase
|
|
|
6091
6091
|
extend ::ActiveSupport::Testing::ConstantLookup::ClassMethods
|
|
6092
6092
|
extend ::ActionView::TestCase::Behavior::ClassMethods
|
|
6093
6093
|
|
|
6094
|
-
# source://actionpack/8.0.4/lib/abstract_controller/helpers.rb#13
|
|
6094
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/helpers.rb#13
|
|
6095
6095
|
def _helper_methods; end
|
|
6096
6096
|
|
|
6097
|
-
# source://actionpack/8.0.4/lib/abstract_controller/helpers.rb#13
|
|
6097
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/helpers.rb#13
|
|
6098
6098
|
def _helper_methods=(_arg0); end
|
|
6099
6099
|
|
|
6100
|
-
# source://actionpack/8.0.4/lib/abstract_controller/helpers.rb#13
|
|
6100
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/helpers.rb#13
|
|
6101
6101
|
def _helper_methods?; end
|
|
6102
6102
|
|
|
6103
6103
|
# source://actionview//lib/action_view/helpers/translation_helper.rb#18
|
|
@@ -6107,16 +6107,16 @@ class ActionView::TestCase < ::ActiveSupport::TestCase
|
|
|
6107
6107
|
def debug_missing_translation=(val); end
|
|
6108
6108
|
|
|
6109
6109
|
class << self
|
|
6110
|
-
# source://actionpack/8.0.4/lib/abstract_controller/helpers.rb#13
|
|
6110
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/helpers.rb#13
|
|
6111
6111
|
def _helper_methods; end
|
|
6112
6112
|
|
|
6113
|
-
# source://actionpack/8.0.4/lib/abstract_controller/helpers.rb#13
|
|
6113
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/helpers.rb#13
|
|
6114
6114
|
def _helper_methods=(value); end
|
|
6115
6115
|
|
|
6116
|
-
# source://actionpack/8.0.4/lib/abstract_controller/helpers.rb#13
|
|
6116
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/helpers.rb#13
|
|
6117
6117
|
def _helper_methods?; end
|
|
6118
6118
|
|
|
6119
|
-
# source://actionpack/8.0.4/lib/abstract_controller/helpers.rb#17
|
|
6119
|
+
# source://actionpack/8.0.4.1/lib/abstract_controller/helpers.rb#17
|
|
6120
6120
|
def _helpers; end
|
|
6121
6121
|
|
|
6122
6122
|
# source://actionview//lib/action_view/test_case.rb#200
|
|
@@ -6136,22 +6136,22 @@ class ActionView::TestCase < ::ActiveSupport::TestCase
|
|
|
6136
6136
|
|
|
6137
6137
|
private
|
|
6138
6138
|
|
|
6139
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
6139
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
6140
6140
|
def __class_attr___callbacks; end
|
|
6141
6141
|
|
|
6142
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
6142
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
6143
6143
|
def __class_attr___callbacks=(new_value); end
|
|
6144
6144
|
|
|
6145
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
6145
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
6146
6146
|
def __class_attr__helper_methods; end
|
|
6147
6147
|
|
|
6148
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
6148
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
6149
6149
|
def __class_attr__helper_methods=(new_value); end
|
|
6150
6150
|
|
|
6151
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
6151
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
6152
6152
|
def __class_attr_content_class; end
|
|
6153
6153
|
|
|
6154
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
6154
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
6155
6155
|
def __class_attr_content_class=(new_value); end
|
|
6156
6156
|
end
|
|
6157
6157
|
end
|
|
@@ -6401,10 +6401,10 @@ class ActionView::TestCase::TestController < ::ActionController::Base
|
|
|
6401
6401
|
|
|
6402
6402
|
private
|
|
6403
6403
|
|
|
6404
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
6404
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
6405
6405
|
def __class_attr_middleware_stack; end
|
|
6406
6406
|
|
|
6407
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
6407
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
6408
6408
|
def __class_attr_middleware_stack=(new_value); end
|
|
6409
6409
|
end
|
|
6410
6410
|
end
|
|
@@ -6457,7 +6457,7 @@ ActionView::VERSION::MAJOR = T.let(T.unsafe(nil), Integer)
|
|
|
6457
6457
|
ActionView::VERSION::MINOR = T.let(T.unsafe(nil), Integer)
|
|
6458
6458
|
|
|
6459
6459
|
# source://actionview//lib/action_view/gem_version.rb#13
|
|
6460
|
-
ActionView::VERSION::PRE = T.let(T.unsafe(nil),
|
|
6460
|
+
ActionView::VERSION::PRE = T.let(T.unsafe(nil), String)
|
|
6461
6461
|
|
|
6462
6462
|
# source://actionview//lib/action_view/gem_version.rb#15
|
|
6463
6463
|
ActionView::VERSION::STRING = T.let(T.unsafe(nil), String)
|