titleist 0.1.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/tests.yml +19 -0
  3. data/.gitignore +1 -2
  4. data/.rubocop.yml +26 -1
  5. data/.ruby-version +1 -1
  6. data/Gemfile +13 -2
  7. data/README.md +95 -25
  8. data/Rakefile +17 -6
  9. data/docs/index.md +7 -0
  10. data/lib/generators/titleist/titleist_generator.rb +3 -0
  11. data/lib/titleist.rb +14 -9
  12. data/lib/titleist/controller.rb +36 -0
  13. data/lib/titleist/engine.rb +10 -4
  14. data/lib/titleist/helper.rb +23 -0
  15. data/lib/titleist/title.rb +52 -89
  16. data/lib/titleist/version.rb +5 -1
  17. data/rbi/sord.rbi +117 -0
  18. data/sorbet/config +2 -0
  19. data/sorbet/rbi/gems/actioncable.rbi +318 -0
  20. data/sorbet/rbi/gems/actionmailbox.rbi +56 -0
  21. data/sorbet/rbi/gems/actionmailer.rbi +446 -0
  22. data/sorbet/rbi/gems/actionpack.rbi +3411 -0
  23. data/sorbet/rbi/gems/actiontext.rbi +79 -0
  24. data/sorbet/rbi/gems/actionview.rbi +1185 -0
  25. data/sorbet/rbi/gems/activejob.rbi +362 -0
  26. data/sorbet/rbi/gems/activemodel.rbi +749 -0
  27. data/sorbet/rbi/gems/activerecord.rbi +5713 -0
  28. data/sorbet/rbi/gems/activestorage.rbi +221 -0
  29. data/sorbet/rbi/gems/activesupport.rbi +2437 -0
  30. data/sorbet/rbi/gems/addressable.rbi +146 -0
  31. data/sorbet/rbi/gems/ast.rbi +47 -0
  32. data/sorbet/rbi/gems/capybara.rbi +1787 -0
  33. data/sorbet/rbi/gems/childprocess.rbi +106 -0
  34. data/sorbet/rbi/gems/codeclimate-test-reporter.rbi +125 -0
  35. data/sorbet/rbi/gems/concurrent-ruby.rbi +1587 -0
  36. data/sorbet/rbi/gems/crass.rbi +92 -0
  37. data/sorbet/rbi/gems/docile.rbi +29 -0
  38. data/sorbet/rbi/gems/erubi.rbi +26 -0
  39. data/sorbet/rbi/gems/globalid.rbi +98 -0
  40. data/sorbet/rbi/gems/i18n.rbi +191 -0
  41. data/sorbet/rbi/gems/jaro_winkler.rbi +14 -0
  42. data/sorbet/rbi/gems/loofah.rbi +129 -0
  43. data/sorbet/rbi/gems/mail.rbi +1582 -0
  44. data/sorbet/rbi/gems/marcel.rbi +12 -0
  45. data/sorbet/rbi/gems/method_source.rbi +63 -0
  46. data/sorbet/rbi/gems/mini_mime.rbi +51 -0
  47. data/sorbet/rbi/gems/minitest.rbi +419 -0
  48. data/sorbet/rbi/gems/mocha.rbi +794 -0
  49. data/sorbet/rbi/gems/nio4r.rbi +67 -0
  50. data/sorbet/rbi/gems/nokogiri.rbi +1010 -0
  51. data/sorbet/rbi/gems/parallel.rbi +81 -0
  52. data/sorbet/rbi/gems/parser.rbi +920 -0
  53. data/sorbet/rbi/gems/public_suffix.rbi +103 -0
  54. data/sorbet/rbi/gems/puma.rbi +586 -0
  55. data/sorbet/rbi/gems/rack-test.rbi +161 -0
  56. data/sorbet/rbi/gems/rack.rbi +634 -0
  57. data/sorbet/rbi/gems/rails-dom-testing.rbi +67 -0
  58. data/sorbet/rbi/gems/rails-html-sanitizer.rbi +91 -0
  59. data/sorbet/rbi/gems/railties.rbi +834 -0
  60. data/sorbet/rbi/gems/rainbow.rbi +117 -0
  61. data/sorbet/rbi/gems/rake.rbi +269 -0
  62. data/sorbet/rbi/gems/regexp_parser.rbi +912 -0
  63. data/sorbet/rbi/gems/rubocop.rbi +7232 -0
  64. data/sorbet/rbi/gems/ruby-progressbar.rbi +304 -0
  65. data/sorbet/rbi/gems/rubyzip.rbi +546 -0
  66. data/sorbet/rbi/gems/selenium-webdriver.rbi +1450 -0
  67. data/sorbet/rbi/gems/simplecov-html.rbi +30 -0
  68. data/sorbet/rbi/gems/simplecov.rbi +189 -0
  69. data/sorbet/rbi/gems/site_ruby.rbi +265 -0
  70. data/sorbet/rbi/gems/sprockets-rails.rbi +105 -0
  71. data/sorbet/rbi/gems/sprockets.rbi +753 -0
  72. data/sorbet/rbi/gems/sqlite3.rbi +353 -0
  73. data/sorbet/rbi/gems/thor.rbi +579 -0
  74. data/sorbet/rbi/gems/thread_safe.rbi +81 -0
  75. data/sorbet/rbi/gems/tzinfo.rbi +405 -0
  76. data/sorbet/rbi/gems/unicode-display_width.rbi +16 -0
  77. data/sorbet/rbi/gems/webdrivers.rbi +155 -0
  78. data/sorbet/rbi/gems/xpath.rbi +158 -0
  79. data/sorbet/rbi/gems/yard.rbi +1159 -0
  80. data/sorbet/rbi/hidden-definitions/errors.txt +14957 -0
  81. data/sorbet/rbi/hidden-definitions/hidden.rbi +24898 -0
  82. data/sorbet/rbi/sorbet-typed/lib/actionmailer/all/actionmailer.rbi +13 -0
  83. data/sorbet/rbi/sorbet-typed/lib/actionpack/all/actionpack.rbi +938 -0
  84. data/sorbet/rbi/sorbet-typed/lib/actionview/all/actionview.rbi +314 -0
  85. data/sorbet/rbi/sorbet-typed/lib/activemodel/all/activemodel.rbi +425 -0
  86. data/sorbet/rbi/sorbet-typed/lib/activerecord/>=5.2/activerecord.rbi +17 -0
  87. data/sorbet/rbi/sorbet-typed/lib/activerecord/all/activerecord.rbi +1425 -0
  88. data/sorbet/rbi/sorbet-typed/lib/activerecord/~>6.0.0/activerecord.rbi +475 -0
  89. data/sorbet/rbi/sorbet-typed/lib/activestorage/>=6.0.0/activestorage.rbi +19 -0
  90. data/sorbet/rbi/sorbet-typed/lib/activestorage/all/activestorage.rbi +173 -0
  91. data/sorbet/rbi/sorbet-typed/lib/activesupport/>=6.0.0.rc1/activesupport.rbi +23 -0
  92. data/sorbet/rbi/sorbet-typed/lib/activesupport/all/activesupport.rbi +858 -0
  93. data/sorbet/rbi/sorbet-typed/lib/bundler/all/bundler.rbi +8684 -0
  94. data/sorbet/rbi/sorbet-typed/lib/minitest/all/minitest.rbi +108 -0
  95. data/sorbet/rbi/sorbet-typed/lib/railties/all/railties.rbi +25 -0
  96. data/sorbet/rbi/sorbet-typed/lib/rainbow/all/rainbow.rbi +254 -0
  97. data/sorbet/rbi/sorbet-typed/lib/ruby/all/gem.rbi +4222 -0
  98. data/sorbet/rbi/sorbet-typed/lib/ruby/all/open3.rbi +111 -0
  99. data/sorbet/rbi/sorbet-typed/lib/ruby/all/resolv.rbi +543 -0
  100. data/sorbet/rbi/todo.rbi +20 -0
  101. data/titleist.gemspec +3 -14
  102. metadata +96 -155
  103. data/.travis.yml +0 -45
  104. data/app/controllers/.keep +0 -0
  105. data/app/helpers/.keep +0 -0
  106. data/app/helpers/titleist_helper.rb +0 -47
  107. data/app/mailers/.keep +0 -0
  108. data/app/models/.keep +0 -0
  109. data/app/views/.keep +0 -0
@@ -0,0 +1,79 @@
1
+ # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
+ # srb rbi gems
3
+
4
+ # typed: strong
5
+ #
6
+ # If you would like to make changes to this file, great! Please create the gem's shim here:
7
+ #
8
+ # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/actiontext/all/actiontext.rbi
9
+ #
10
+ # actiontext-6.0.2.1
11
+ module ActionText
12
+ def self.railtie_helpers_paths; end
13
+ def self.railtie_namespace; end
14
+ def self.railtie_routes_url_helpers(include_path_helpers = nil); end
15
+ def self.table_name_prefix; end
16
+ def self.use_relative_model_naming?; end
17
+ extend ActiveSupport::Autoload
18
+ end
19
+ module ActionText::Attachables
20
+ extend ActiveSupport::Autoload
21
+ end
22
+ module ActionText::Attachments
23
+ extend ActiveSupport::Autoload
24
+ end
25
+ class ActionText::Engine < Rails::Engine
26
+ end
27
+ module ActionText::Attribute
28
+ extend ActiveSupport::Concern
29
+ end
30
+ module ActionText::Attribute::ClassMethods
31
+ def has_rich_text(name); end
32
+ end
33
+ module ActionText::Attachments::TrixConversion
34
+ def to_trix_attachment(content = nil); end
35
+ def trix_attachment_content; end
36
+ extend ActiveSupport::Concern
37
+ end
38
+ module ActionText::Attachments::TrixConversion::ClassMethods
39
+ def fragment_by_converting_trix_attachments(content); end
40
+ def from_trix_attachment(trix_attachment); end
41
+ end
42
+ module ActionText::Attachments::Minification
43
+ extend ActiveSupport::Concern
44
+ end
45
+ module ActionText::Attachments::Minification::ClassMethods
46
+ def fragment_by_minifying_attachments(content); end
47
+ end
48
+ module ActionText::Attachments::Caching
49
+ def cache_digest; end
50
+ def cache_key(*args); end
51
+ end
52
+ class ActionText::Attachment
53
+ def attachable; end
54
+ def attachable_attributes; end
55
+ def caption; end
56
+ def full_attributes; end
57
+ def initialize(node, attachable); end
58
+ def inspect; end
59
+ def method_missing(method, *args, &block); end
60
+ def node; end
61
+ def node_attributes; end
62
+ def respond_to_missing?(name, include_private = nil); end
63
+ def self.fragment_by_canonicalizing_attachments(content); end
64
+ def self.from_attachable(attachable, attributes = nil); end
65
+ def self.from_attachables(attachables); end
66
+ def self.from_attributes(attributes, attachable = nil); end
67
+ def self.from_node(node, attachable = nil); end
68
+ def self.node_from_attributes(attributes); end
69
+ def self.process_attributes(attributes); end
70
+ def sgid_attributes; end
71
+ def to_html; end
72
+ def to_param(*args, &block); end
73
+ def to_plain_text; end
74
+ def to_s; end
75
+ def with_full_attributes; end
76
+ extend ActionText::Attachments::Minification::ClassMethods
77
+ extend ActionText::Attachments::TrixConversion::ClassMethods
78
+ include ActionText::Attachments::TrixConversion
79
+ end
@@ -0,0 +1,1185 @@
1
+ # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
+ # srb rbi gems
3
+
4
+ # typed: true
5
+ #
6
+ # If you would like to make changes to this file, great! Please create the gem's shim here:
7
+ #
8
+ # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/actionview/all/actionview.rbi
9
+ #
10
+ # actionview-6.0.2.1
11
+ module ActionView
12
+ def self.eager_load!; end
13
+ def self.gem_version; end
14
+ def self.version; end
15
+ extend ActiveSupport::Autoload
16
+ end
17
+ module ActionView::VERSION
18
+ end
19
+ class ActionView::Railtie < Rails::Engine
20
+ end
21
+ module ActionView::Helpers
22
+ def self.eager_load!; end
23
+ extend ActiveSupport::Autoload
24
+ extend ActiveSupport::Concern
25
+ include ActionView::Helpers::ActiveModelHelper
26
+ include ActionView::Helpers::AssetTagHelper
27
+ include ActionView::Helpers::AssetUrlHelper
28
+ include ActionView::Helpers::AtomFeedHelper
29
+ include ActionView::Helpers::CacheHelper
30
+ include ActionView::Helpers::CaptureHelper
31
+ include ActionView::Helpers::ControllerHelper
32
+ include ActionView::Helpers::CspHelper
33
+ include ActionView::Helpers::CsrfHelper
34
+ include ActionView::Helpers::DateHelper
35
+ include ActionView::Helpers::DebugHelper
36
+ include ActionView::Helpers::FormHelper
37
+ include ActionView::Helpers::FormOptionsHelper
38
+ include ActionView::Helpers::FormTagHelper
39
+ include ActionView::Helpers::JavaScriptHelper
40
+ include ActionView::Helpers::NumberHelper
41
+ include ActionView::Helpers::OutputSafetyHelper
42
+ include ActionView::Helpers::RenderingHelper
43
+ include ActionView::Helpers::SanitizeHelper
44
+ include ActionView::Helpers::TagHelper
45
+ include ActionView::Helpers::TextHelper
46
+ include ActionView::Helpers::TranslationHelper
47
+ include ActionView::Helpers::UrlHelper
48
+ include ActiveSupport::Benchmarkable
49
+ end
50
+ module ActionView::Helpers::ActiveModelHelper
51
+ end
52
+ module ActionView::Helpers::ActiveModelInstanceTag
53
+ def content_tag(type, options, *arg2); end
54
+ def error_message; end
55
+ def error_wrapping(html_tag); end
56
+ def object; end
57
+ def object_has_errors?; end
58
+ def select_markup_helper?(type); end
59
+ def tag(type, options, *arg2); end
60
+ def tag_generate_errors?(options); end
61
+ end
62
+ module ActionView::Helpers::AssetUrlHelper
63
+ def asset_path(source, options = nil); end
64
+ def asset_url(source, options = nil); end
65
+ def audio_path(source, options = nil); end
66
+ def audio_url(source, options = nil); end
67
+ def compute_asset_extname(source, options = nil); end
68
+ def compute_asset_host(source = nil, options = nil); end
69
+ def compute_asset_path(source, options = nil); end
70
+ def font_path(source, options = nil); end
71
+ def font_url(source, options = nil); end
72
+ def image_path(source, options = nil); end
73
+ def image_url(source, options = nil); end
74
+ def javascript_path(source, options = nil); end
75
+ def javascript_url(source, options = nil); end
76
+ def path_to_asset(source, options = nil); end
77
+ def path_to_audio(source, options = nil); end
78
+ def path_to_font(source, options = nil); end
79
+ def path_to_image(source, options = nil); end
80
+ def path_to_javascript(source, options = nil); end
81
+ def path_to_stylesheet(source, options = nil); end
82
+ def path_to_video(source, options = nil); end
83
+ def public_compute_asset_path(source, options = nil); end
84
+ def stylesheet_path(source, options = nil); end
85
+ def stylesheet_url(source, options = nil); end
86
+ def url_to_asset(source, options = nil); end
87
+ def url_to_audio(source, options = nil); end
88
+ def url_to_font(source, options = nil); end
89
+ def url_to_image(source, options = nil); end
90
+ def url_to_javascript(source, options = nil); end
91
+ def url_to_stylesheet(source, options = nil); end
92
+ def url_to_video(source, options = nil); end
93
+ def video_path(source, options = nil); end
94
+ def video_url(source, options = nil); end
95
+ end
96
+ module ActionView::Helpers::CaptureHelper
97
+ def capture(*args); end
98
+ def content_for(name, content = nil, options = nil, &block); end
99
+ def content_for?(name); end
100
+ def provide(name, content = nil, &block); end
101
+ def with_output_buffer(buf = nil); end
102
+ end
103
+ module ActionView::Helpers::OutputSafetyHelper
104
+ def raw(stringish); end
105
+ def safe_join(array, sep = nil); end
106
+ def to_sentence(array, options = nil); end
107
+ end
108
+ module ActionView::Helpers::TagHelper
109
+ def cdata_section(content); end
110
+ def content_tag(name, content_or_options_with_block = nil, options = nil, escape = nil, &block); end
111
+ def escape_once(html); end
112
+ def tag(name = nil, options = nil, open = nil, escape = nil); end
113
+ def tag_builder; end
114
+ extend ActiveSupport::Concern
115
+ include ActionView::Helpers::CaptureHelper
116
+ include ActionView::Helpers::OutputSafetyHelper
117
+ end
118
+ class ActionView::Helpers::TagHelper::TagBuilder
119
+ def boolean_tag_option(key); end
120
+ def content_tag_string(name, content, options, escape = nil); end
121
+ def initialize(view_context); end
122
+ def method_missing(called, *args, &block); end
123
+ def prefix_tag_option(prefix, key, value, escape); end
124
+ def respond_to_missing?(*args); end
125
+ def tag_option(key, value, escape); end
126
+ def tag_options(options, escape = nil); end
127
+ def tag_string(name, content = nil, escape_attributes: nil, **options, &block); end
128
+ include ActionView::Helpers::CaptureHelper
129
+ include ActionView::Helpers::OutputSafetyHelper
130
+ end
131
+ module ActionView::Helpers::AssetTagHelper
132
+ def audio_tag(*sources); end
133
+ def auto_discovery_link_tag(type = nil, url_options = nil, tag_options = nil); end
134
+ def check_for_image_tag_errors(options); end
135
+ def extract_dimensions(size); end
136
+ def favicon_link_tag(source = nil, options = nil); end
137
+ def image_tag(source, options = nil); end
138
+ def javascript_include_tag(*sources); end
139
+ def multiple_sources_tag_builder(type, sources); end
140
+ def preload_link_tag(source, options = nil); end
141
+ def resolve_image_source(source, skip_pipeline); end
142
+ def resolve_link_as(extname, mime_type); end
143
+ def stylesheet_link_tag(*sources); end
144
+ def video_tag(*sources); end
145
+ extend ActiveSupport::Concern
146
+ include ActionView::Helpers::AssetUrlHelper
147
+ include ActionView::Helpers::TagHelper
148
+ end
149
+ module ActionView::Helpers::AtomFeedHelper
150
+ def atom_feed(options = nil, &block); end
151
+ end
152
+ class ActionView::Helpers::AtomFeedHelper::AtomBuilder
153
+ def initialize(xml); end
154
+ def method_missing(method, *arguments, &block); end
155
+ def xhtml_block?(method, arguments); end
156
+ end
157
+ class ActionView::Helpers::AtomFeedHelper::AtomFeedBuilder < ActionView::Helpers::AtomFeedHelper::AtomBuilder
158
+ def entry(record, options = nil); end
159
+ def initialize(xml, view, feed_options = nil); end
160
+ def updated(date_or_time = nil); end
161
+ end
162
+ module ActionView::Helpers::CacheHelper
163
+ def cache(name = nil, options = nil, &block); end
164
+ def cache_fragment_name(name = nil, skip_digest: nil, virtual_path: nil, digest_path: nil); end
165
+ def cache_if(condition, name = nil, options = nil, &block); end
166
+ def cache_unless(condition, name = nil, options = nil, &block); end
167
+ def digest_path_from_template(template); end
168
+ def fragment_for(name = nil, options = nil, &block); end
169
+ def fragment_name_with_digest(name, virtual_path, digest_path); end
170
+ def read_fragment_for(name, options); end
171
+ def write_fragment_for(name, options); end
172
+ end
173
+ module ActionView::Helpers::ControllerHelper
174
+ def action_name(*args, &block); end
175
+ def assign_controller(controller); end
176
+ def controller; end
177
+ def controller=(arg0); end
178
+ def controller_name(*args, &block); end
179
+ def controller_path(*args, &block); end
180
+ def cookies(*args, &block); end
181
+ def flash(*args, &block); end
182
+ def headers(*args, &block); end
183
+ def logger; end
184
+ def params(*args, &block); end
185
+ def request; end
186
+ def request=(arg0); end
187
+ def request_forgery_protection_token(*args, &block); end
188
+ def respond_to?(method_name, include_private = nil); end
189
+ def response(*args, &block); end
190
+ def session(*args, &block); end
191
+ end
192
+ module ActionView::Helpers::CspHelper
193
+ def csp_meta_tag(**options); end
194
+ end
195
+ module ActionView::Helpers::CsrfHelper
196
+ def csrf_meta_tag; end
197
+ def csrf_meta_tags; end
198
+ end
199
+ module ActionView::Helpers::DateHelper
200
+ def date_select(object_name, method, options = nil, html_options = nil); end
201
+ def datetime_select(object_name, method, options = nil, html_options = nil); end
202
+ def distance_of_time_in_words(from_time, to_time = nil, options = nil); end
203
+ def distance_of_time_in_words_to_now(from_time, options = nil); end
204
+ def normalize_distance_of_time_argument_to_time(value); end
205
+ def select_date(date = nil, options = nil, html_options = nil); end
206
+ def select_datetime(datetime = nil, options = nil, html_options = nil); end
207
+ def select_day(date, options = nil, html_options = nil); end
208
+ def select_hour(datetime, options = nil, html_options = nil); end
209
+ def select_minute(datetime, options = nil, html_options = nil); end
210
+ def select_month(date, options = nil, html_options = nil); end
211
+ def select_second(datetime, options = nil, html_options = nil); end
212
+ def select_time(datetime = nil, options = nil, html_options = nil); end
213
+ def select_year(date, options = nil, html_options = nil); end
214
+ def time_ago_in_words(from_time, options = nil); end
215
+ def time_select(object_name, method, options = nil, html_options = nil); end
216
+ def time_tag(date_or_time, *args, &block); end
217
+ end
218
+ class ActionView::Helpers::DateTimeSelector
219
+ def build_hidden(type, value); end
220
+ def build_options(selected, options = nil); end
221
+ def build_options_and_select(type, selected, options = nil); end
222
+ def build_select(type, select_options_as_html); end
223
+ def build_selects_from_types(order); end
224
+ def build_year_options(selected, options = nil); end
225
+ def css_class_attribute(type, html_options_class, options); end
226
+ def date_order; end
227
+ def day; end
228
+ def hour; end
229
+ def initialize(datetime, options = nil, html_options = nil); end
230
+ def input_id_from_type(type); end
231
+ def input_name_from_type(type); end
232
+ def min; end
233
+ def month; end
234
+ def month_name(number); end
235
+ def month_names; end
236
+ def prompt_option_tag(type, options); end
237
+ def sec; end
238
+ def select_date; end
239
+ def select_datetime; end
240
+ def select_day; end
241
+ def select_hour; end
242
+ def select_minute; end
243
+ def select_month; end
244
+ def select_second; end
245
+ def select_time; end
246
+ def select_year; end
247
+ def separator(type); end
248
+ def set_day_if_discarded; end
249
+ def translated_date_order; end
250
+ def translated_month_names; end
251
+ def year; end
252
+ def year_name(number); end
253
+ include ActionView::Helpers::TagHelper
254
+ end
255
+ class ActionView::Helpers::FormBuilder
256
+ def button(value = nil, options = nil, &block); end
257
+ def check_box(method, options = nil, checked_value = nil, unchecked_value = nil); end
258
+ def collection_check_boxes(method, collection, value_method, text_method, options = nil, html_options = nil, &block); end
259
+ def collection_radio_buttons(method, collection, value_method, text_method, options = nil, html_options = nil, &block); end
260
+ def collection_select(method, collection, value_method, text_method, options = nil, html_options = nil); end
261
+ def color_field(method, options = nil); end
262
+ def convert_to_legacy_options(options); end
263
+ def date_field(method, options = nil); end
264
+ def date_select(method, options = nil, html_options = nil); end
265
+ def datetime_field(method, options = nil); end
266
+ def datetime_local_field(method, options = nil); end
267
+ def datetime_select(method, options = nil, html_options = nil); end
268
+ def email_field(method, options = nil); end
269
+ def emitted_hidden_id?; end
270
+ def field_helpers; end
271
+ def field_helpers=(val); end
272
+ def field_helpers?; end
273
+ def fields(scope = nil, model: nil, **options, &block); end
274
+ def fields_for(record_name, record_object = nil, fields_options = nil, &block); end
275
+ def fields_for_nested_model(name, object, fields_options, block); end
276
+ def fields_for_with_nested_attributes(association_name, association, options, block); end
277
+ def file_field(method, options = nil); end
278
+ def grouped_collection_select(method, collection, group_method, group_label_method, option_key_method, option_value_method, options = nil, html_options = nil); end
279
+ def hidden_field(method, options = nil); end
280
+ def index; end
281
+ def initialize(object_name, object, template, options); end
282
+ def label(method, text = nil, options = nil, &block); end
283
+ def month_field(method, options = nil); end
284
+ def multipart; end
285
+ def multipart=(multipart); end
286
+ def multipart?; end
287
+ def nested_attributes_association?(association_name); end
288
+ def nested_child_index(name); end
289
+ def number_field(method, options = nil); end
290
+ def object; end
291
+ def object=(arg0); end
292
+ def object_name; end
293
+ def object_name=(arg0); end
294
+ def objectify_options(options); end
295
+ def options; end
296
+ def options=(arg0); end
297
+ def password_field(method, options = nil); end
298
+ def phone_field(method, options = nil); end
299
+ def radio_button(method, tag_value, options = nil); end
300
+ def range_field(method, options = nil); end
301
+ def search_field(method, options = nil); end
302
+ def select(method, choices = nil, options = nil, html_options = nil, &block); end
303
+ def self._to_partial_path; end
304
+ def self.field_helpers; end
305
+ def self.field_helpers=(val); end
306
+ def self.field_helpers?; end
307
+ def submit(value = nil, options = nil); end
308
+ def submit_default_value; end
309
+ def telephone_field(method, options = nil); end
310
+ def text_area(method, options = nil); end
311
+ def text_field(method, options = nil); end
312
+ def time_field(method, options = nil); end
313
+ def time_select(method, options = nil, html_options = nil); end
314
+ def time_zone_select(method, priority_zones = nil, options = nil, html_options = nil); end
315
+ def to_model; end
316
+ def to_partial_path; end
317
+ def url_field(method, options = nil); end
318
+ def week_field(method, options = nil); end
319
+ include ActionView::ModelNaming
320
+ end
321
+ module ActionView::Helpers::DebugHelper
322
+ def debug(object); end
323
+ include ActionView::Helpers::TagHelper
324
+ end
325
+ module ActionView::Helpers::JavaScriptHelper
326
+ def escape_javascript(javascript); end
327
+ def j(javascript); end
328
+ def javascript_cdata_section(content); end
329
+ def javascript_tag(content_or_options_with_block = nil, html_options = nil, &block); end
330
+ end
331
+ module ActionView::Helpers::UrlHelper
332
+ def _back_url; end
333
+ def _filtered_referrer; end
334
+ def add_method_to_attributes!(html_options, method); end
335
+ def button_to(name = nil, options = nil, html_options = nil, &block); end
336
+ def convert_options_to_data_attributes(options, html_options); end
337
+ def current_page?(options, check_parameters: nil); end
338
+ def link_to(name = nil, options = nil, html_options = nil, &block); end
339
+ def link_to_if(condition, name, options = nil, html_options = nil, &block); end
340
+ def link_to_remote_options?(options); end
341
+ def link_to_unless(condition, name, options = nil, html_options = nil, &block); end
342
+ def link_to_unless_current(name, options = nil, html_options = nil, &block); end
343
+ def mail_to(email_address, name = nil, html_options = nil, &block); end
344
+ def method_not_get_method?(method); end
345
+ def method_tag(method); end
346
+ def to_form_params(attribute, namespace = nil); end
347
+ def token_tag(token = nil, form_options: nil); end
348
+ def url_for(options = nil); end
349
+ extend ActiveSupport::Concern
350
+ include ActionView::Helpers::TagHelper
351
+ end
352
+ module ActionView::Helpers::UrlHelper::ClassMethods
353
+ def _url_for_modules; end
354
+ end
355
+ module ActionView::Helpers::SanitizeHelper
356
+ def sanitize(html, options = nil); end
357
+ def sanitize_css(style); end
358
+ def strip_links(html); end
359
+ def strip_tags(html); end
360
+ extend ActiveSupport::Concern
361
+ end
362
+ module ActionView::Helpers::SanitizeHelper::ClassMethods
363
+ def full_sanitizer; end
364
+ def full_sanitizer=(arg0); end
365
+ def link_sanitizer; end
366
+ def link_sanitizer=(arg0); end
367
+ def safe_list_sanitizer; end
368
+ def safe_list_sanitizer=(arg0); end
369
+ def sanitized_allowed_attributes; end
370
+ def sanitized_allowed_tags; end
371
+ def sanitizer_vendor; end
372
+ end
373
+ module ActionView::Helpers::TextHelper
374
+ def concat(string); end
375
+ def current_cycle(name = nil); end
376
+ def cut_excerpt_part(part_position, part, separator, options); end
377
+ def cycle(first_value, *values); end
378
+ def excerpt(text, phrase, options = nil); end
379
+ def get_cycle(name); end
380
+ def highlight(text, phrases, options = nil); end
381
+ def pluralize(count, singular, plural_arg = nil, plural: nil, locale: nil); end
382
+ def reset_cycle(name = nil); end
383
+ def safe_concat(string); end
384
+ def set_cycle(name, cycle_object); end
385
+ def simple_format(text, html_options = nil, options = nil); end
386
+ def split_paragraphs(text); end
387
+ def truncate(text, options = nil, &block); end
388
+ def word_wrap(text, line_width: nil, break_sequence: nil); end
389
+ extend ActiveSupport::Concern
390
+ include ActionView::Helpers::OutputSafetyHelper
391
+ include ActionView::Helpers::SanitizeHelper
392
+ include ActionView::Helpers::TagHelper
393
+ end
394
+ class ActionView::Helpers::TextHelper::Cycle
395
+ def current_value; end
396
+ def initialize(first_value, *values); end
397
+ def next_index; end
398
+ def previous_index; end
399
+ def reset; end
400
+ def step_index(n); end
401
+ def to_s; end
402
+ def values; end
403
+ end
404
+ module ActionView::Helpers::FormTagHelper
405
+ def button_tag(content_or_options = nil, options = nil, &block); end
406
+ def check_box_tag(name, value = nil, checked = nil, options = nil); end
407
+ def color_field_tag(name, value = nil, options = nil); end
408
+ def convert_direct_upload_option_to_url(options); end
409
+ def date_field_tag(name, value = nil, options = nil); end
410
+ def datetime_field_tag(name, value = nil, options = nil); end
411
+ def datetime_local_field_tag(name, value = nil, options = nil); end
412
+ def default_enforce_utf8; end
413
+ def default_enforce_utf8=(obj); end
414
+ def email_field_tag(name, value = nil, options = nil); end
415
+ def embed_authenticity_token_in_remote_forms; end
416
+ def embed_authenticity_token_in_remote_forms=(obj); end
417
+ def extra_tags_for_form(html_options); end
418
+ def field_set_tag(legend = nil, options = nil, &block); end
419
+ def file_field_tag(name, options = nil); end
420
+ def form_tag(url_for_options = nil, options = nil, &block); end
421
+ def form_tag_html(html_options); end
422
+ def form_tag_with_body(html_options, content); end
423
+ def hidden_field_tag(name, value = nil, options = nil); end
424
+ def html_options_for_form(url_for_options, options); end
425
+ def image_submit_tag(source, options = nil); end
426
+ def label_tag(name = nil, content_or_options = nil, options = nil, &block); end
427
+ def month_field_tag(name, value = nil, options = nil); end
428
+ def number_field_tag(name, value = nil, options = nil); end
429
+ def password_field_tag(name = nil, value = nil, options = nil); end
430
+ def phone_field_tag(name, value = nil, options = nil); end
431
+ def radio_button_tag(name, value, checked = nil, options = nil); end
432
+ def range_field_tag(name, value = nil, options = nil); end
433
+ def sanitize_to_id(name); end
434
+ def search_field_tag(name, value = nil, options = nil); end
435
+ def select_tag(name, option_tags = nil, options = nil); end
436
+ def self.default_enforce_utf8; end
437
+ def self.default_enforce_utf8=(obj); end
438
+ def self.embed_authenticity_token_in_remote_forms; end
439
+ def self.embed_authenticity_token_in_remote_forms=(obj); end
440
+ def set_default_disable_with(value, tag_options); end
441
+ def submit_tag(value = nil, options = nil); end
442
+ def telephone_field_tag(name, value = nil, options = nil); end
443
+ def text_area_tag(name, content = nil, options = nil); end
444
+ def text_field_tag(name, value = nil, options = nil); end
445
+ def time_field_tag(name, value = nil, options = nil); end
446
+ def url_field_tag(name, value = nil, options = nil); end
447
+ def utf8_enforcer_tag; end
448
+ def week_field_tag(name, value = nil, options = nil); end
449
+ extend ActiveSupport::Concern
450
+ include ActionView::Helpers::TextHelper
451
+ include ActionView::Helpers::UrlHelper
452
+ end
453
+ module ActionView::ModelNaming
454
+ def convert_to_model(object); end
455
+ def model_name_from_record_or_class(record_or_class); end
456
+ end
457
+ module ActionView::RecordIdentifier
458
+ def dom_class(record_or_class, prefix = nil); end
459
+ def dom_id(record, prefix = nil); end
460
+ def record_key_for_dom_id(record); end
461
+ extend ActionView::ModelNaming
462
+ extend ActionView::RecordIdentifier
463
+ include ActionView::ModelNaming
464
+ end
465
+ module ActionView::Helpers::FormHelper
466
+ def apply_form_for_options!(record, object, options); end
467
+ def check_box(object_name, method, options = nil, checked_value = nil, unchecked_value = nil); end
468
+ def color_field(object_name, method, options = nil); end
469
+ def date_field(object_name, method, options = nil); end
470
+ def datetime_field(object_name, method, options = nil); end
471
+ def datetime_local_field(object_name, method, options = nil); end
472
+ def default_form_builder; end
473
+ def default_form_builder=(arg0); end
474
+ def default_form_builder_class; end
475
+ def email_field(object_name, method, options = nil); end
476
+ def fields(scope = nil, model: nil, **options, &block); end
477
+ def fields_for(record_name, record_object = nil, options = nil, &block); end
478
+ def file_field(object_name, method, options = nil); end
479
+ def form_for(record, options = nil, &block); end
480
+ def form_with(model: nil, scope: nil, url: nil, format: nil, **options, &block); end
481
+ def form_with_generates_ids; end
482
+ def form_with_generates_ids=(obj); end
483
+ def form_with_generates_remote_forms; end
484
+ def form_with_generates_remote_forms=(obj); end
485
+ def hidden_field(object_name, method, options = nil); end
486
+ def html_options_for_form_with(url_for_options = nil, model = nil, html: nil, local: nil, skip_enforcing_utf8: nil, **options); end
487
+ def instantiate_builder(record_name, record_object, options); end
488
+ def label(object_name, method, content_or_options = nil, options = nil, &block); end
489
+ def month_field(object_name, method, options = nil); end
490
+ def number_field(object_name, method, options = nil); end
491
+ def password_field(object_name, method, options = nil); end
492
+ def phone_field(object_name, method, options = nil); end
493
+ def radio_button(object_name, method, tag_value, options = nil); end
494
+ def range_field(object_name, method, options = nil); end
495
+ def search_field(object_name, method, options = nil); end
496
+ def self.form_with_generates_ids; end
497
+ def self.form_with_generates_ids=(obj); end
498
+ def self.form_with_generates_remote_forms; end
499
+ def self.form_with_generates_remote_forms=(obj); end
500
+ def telephone_field(object_name, method, options = nil); end
501
+ def text_area(object_name, method, options = nil); end
502
+ def text_field(object_name, method, options = nil); end
503
+ def time_field(object_name, method, options = nil); end
504
+ def url_field(object_name, method, options = nil); end
505
+ def week_field(object_name, method, options = nil); end
506
+ extend ActiveSupport::Concern
507
+ include ActionView::Helpers::FormTagHelper
508
+ include ActionView::Helpers::UrlHelper
509
+ include ActionView::ModelNaming
510
+ include ActionView::RecordIdentifier
511
+ end
512
+ module ActionView::Helpers::FormOptionsHelper
513
+ def collection_check_boxes(object, method, collection, value_method, text_method, options = nil, html_options = nil, &block); end
514
+ def collection_radio_buttons(object, method, collection, value_method, text_method, options = nil, html_options = nil, &block); end
515
+ def collection_select(object, method, collection, value_method, text_method, options = nil, html_options = nil); end
516
+ def extract_selected_and_disabled(selected); end
517
+ def extract_values_from_collection(collection, value_method, selected); end
518
+ def grouped_collection_select(object, method, collection, group_method, group_label_method, option_key_method, option_value_method, options = nil, html_options = nil); end
519
+ def grouped_options_for_select(grouped_options, selected_key = nil, options = nil); end
520
+ def option_groups_from_collection_for_select(collection, group_method, group_label_method, option_key_method, option_value_method, selected_key = nil); end
521
+ def option_html_attributes(element); end
522
+ def option_text_and_value(option); end
523
+ def option_value_selected?(value, selected); end
524
+ def options_for_select(container, selected = nil); end
525
+ def options_from_collection_for_select(collection, value_method, text_method, selected = nil); end
526
+ def prompt_text(prompt); end
527
+ def public_or_deprecated_send(item, value); end
528
+ def select(object, method, choices = nil, options = nil, html_options = nil, &block); end
529
+ def time_zone_options_for_select(selected = nil, priority_zones = nil, model = nil); end
530
+ def time_zone_select(object, method, priority_zones = nil, options = nil, html_options = nil); end
531
+ def value_for_collection(item, value); end
532
+ extend ActionView::Helpers::SanitizeHelper::ClassMethods
533
+ include ActionView::Helpers::SanitizeHelper
534
+ include ActionView::Helpers::TagHelper
535
+ include ActionView::Helpers::TextHelper
536
+ end
537
+ module ActionView::Helpers::NumberHelper
538
+ def delegate_number_helper_method(method, number, options); end
539
+ def escape_units(units); end
540
+ def escape_unsafe_options(options); end
541
+ def number_to_currency(number, options = nil); end
542
+ def number_to_human(number, options = nil); end
543
+ def number_to_human_size(number, options = nil); end
544
+ def number_to_percentage(number, options = nil); end
545
+ def number_to_phone(number, options = nil); end
546
+ def number_with_delimiter(number, options = nil); end
547
+ def number_with_precision(number, options = nil); end
548
+ def parse_float(number, raise_error); end
549
+ def valid_float?(number); end
550
+ def wrap_with_output_safety_handling(number, raise_on_invalid, &block); end
551
+ end
552
+ class ActionView::Helpers::NumberHelper::InvalidNumberError < StandardError
553
+ def initialize(number); end
554
+ def number; end
555
+ def number=(arg0); end
556
+ end
557
+ module ActionView::Helpers::RenderingHelper
558
+ def _layout_for(*args, &block); end
559
+ def render(options = nil, locals = nil, &block); end
560
+ end
561
+ module ActionView::Helpers::TranslationHelper
562
+ def html_safe_translation_key?(key); end
563
+ def l(*args); end
564
+ def localize(*args); end
565
+ def scope_key_by_partial(key); end
566
+ def t(key, options = nil); end
567
+ def translate(key, options = nil); end
568
+ extend ActiveSupport::Concern
569
+ include ActionView::Helpers::TagHelper
570
+ end
571
+ module ActionView::CollectionCaching
572
+ def cache_collection_render(instrumentation_payload, view, template); end
573
+ def callable_cache_key?; end
574
+ def collection_by_cache_keys(view, template); end
575
+ def expanded_cache_key(key, view, template, digest_path); end
576
+ def fetch_or_cache_partial(cached_partials, template, order_by:); end
577
+ extend ActiveSupport::Concern
578
+ end
579
+ class ActionView::AbstractRenderer
580
+ def any_templates?(*args, &block); end
581
+ def build_rendered_collection(templates, spacer); end
582
+ def build_rendered_template(content, template, layout = nil); end
583
+ def extract_details(options); end
584
+ def formats(*args, &block); end
585
+ def initialize(lookup_context); end
586
+ def instrument(name, **options); end
587
+ def prepend_formats(formats); end
588
+ def render; end
589
+ def template_exists?(*args, &block); end
590
+ end
591
+ class ActionView::AbstractRenderer::RenderedCollection
592
+ def body; end
593
+ def format; end
594
+ def initialize(rendered_templates, spacer); end
595
+ def rendered_templates; end
596
+ def self.empty(format); end
597
+ end
598
+ class ActionView::AbstractRenderer::RenderedCollection::EmptyCollection
599
+ def body; end
600
+ def format; end
601
+ def initialize(format); end
602
+ end
603
+ class ActionView::AbstractRenderer::RenderedTemplate
604
+ def body; end
605
+ def format; end
606
+ def initialize(body, layout, template); end
607
+ def layout; end
608
+ def template; end
609
+ end
610
+ class ActionView::PartialIteration
611
+ def first?; end
612
+ def index; end
613
+ def initialize(size); end
614
+ def iterate!; end
615
+ def last?; end
616
+ def size; end
617
+ end
618
+ class ActionView::PartialRenderer < ActionView::AbstractRenderer
619
+ def as_variable(options); end
620
+ def collection_cache; end
621
+ def collection_cache=(obj); end
622
+ def collection_from_object; end
623
+ def collection_from_options; end
624
+ def collection_with_template(*arg0); end
625
+ def collection_without_template(*arg0); end
626
+ def find_partial(path, template_keys); end
627
+ def find_template(path, locals); end
628
+ def initialize(*arg0); end
629
+ def merge_prefix_into_object_path(prefix, object_path); end
630
+ def partial_path(object, view); end
631
+ def prefixed_partial_names; end
632
+ def raise_invalid_identifier(path); end
633
+ def raise_invalid_option_as(as); end
634
+ def render(context, options, block); end
635
+ def render_collection(view, template); end
636
+ def render_partial(view, template); end
637
+ def retrieve_template_keys(variable); end
638
+ def retrieve_variable(path, as); end
639
+ def self.collection_cache; end
640
+ def self.collection_cache=(obj); end
641
+ def setup(context, options, as, block); end
642
+ include ActionView::CollectionCaching
643
+ end
644
+ class ActionView::LogSubscriber < ActiveSupport::LogSubscriber
645
+ end
646
+ module ActionView::Context
647
+ def _layout_for(name = nil); end
648
+ def _prepare_context; end
649
+ def output_buffer; end
650
+ def output_buffer=(arg0); end
651
+ def view_flow; end
652
+ def view_flow=(arg0); end
653
+ end
654
+ class ActionView::Template
655
+ def compile!(view); end
656
+ def compile(mod); end
657
+ def encode!; end
658
+ def format; end
659
+ def formats(*args, &block); end
660
+ def formats=(*args, &block); end
661
+ def handle_render_error(view, e); end
662
+ def handler; end
663
+ def identifier; end
664
+ def identifier_method_name; end
665
+ def initialize(source, identifier, handler, format: nil, variant: nil, locals: nil, virtual_path: nil, updated_at: nil); end
666
+ def inspect; end
667
+ def instrument(action, &block); end
668
+ def instrument_payload; end
669
+ def instrument_render_template(&block); end
670
+ def locals; end
671
+ def locals=(*args, &block); end
672
+ def locals_code; end
673
+ def marshal_dump; end
674
+ def marshal_load(array); end
675
+ def method_name; end
676
+ def original_encoding(*args, &block); end
677
+ def refresh(*args, &block); end
678
+ def render(view, locals, buffer = nil, &block); end
679
+ def self.finalize_compiled_template_methods; end
680
+ def self.finalize_compiled_template_methods=(_); end
681
+ def short_identifier; end
682
+ def source; end
683
+ def supports_streaming?; end
684
+ def type; end
685
+ def updated_at(*args, &block); end
686
+ def variable; end
687
+ def variant; end
688
+ def variants(*args, &block); end
689
+ def variants=(*args, &block); end
690
+ def virtual_path; end
691
+ def virtual_path=(*args, &block); end
692
+ extend ActionView::Template::Handlers
693
+ extend ActiveSupport::Autoload
694
+ end
695
+ module ActionView::Template::Handlers
696
+ def handler_for_extension(extension); end
697
+ def register_default_template_handler(extension, klass); end
698
+ def register_template_handler(*extensions, handler); end
699
+ def registered_template_handler(extension); end
700
+ def self.extended(base); end
701
+ def self.extensions; end
702
+ def template_handler_extensions; end
703
+ def unregister_template_handler(*extensions); end
704
+ end
705
+ class ActionView::Template::Handlers::LegacyHandlerWrapper < SimpleDelegator
706
+ def call(view, source); end
707
+ end
708
+ class ActionView::Template::Handlers::Raw
709
+ def call(template, source); end
710
+ end
711
+ class ActionView::Template::Handlers::ERB
712
+ def call(template, source); end
713
+ def erb_implementation; end
714
+ def erb_implementation=(val); end
715
+ def erb_implementation?; end
716
+ def erb_trim_mode; end
717
+ def erb_trim_mode=(val); end
718
+ def erb_trim_mode?; end
719
+ def escape_ignore_list; end
720
+ def escape_ignore_list=(val); end
721
+ def escape_ignore_list?; end
722
+ def escape_whitelist(*args, &block); end
723
+ def escape_whitelist=(*args, &block); end
724
+ def handles_encoding?; end
725
+ def self.call(template, source); end
726
+ def self.erb_implementation; end
727
+ def self.erb_implementation=(val); end
728
+ def self.erb_implementation?; end
729
+ def self.erb_trim_mode; end
730
+ def self.erb_trim_mode=(val); end
731
+ def self.erb_trim_mode?; end
732
+ def self.escape_ignore_list; end
733
+ def self.escape_ignore_list=(val); end
734
+ def self.escape_ignore_list?; end
735
+ def self.escape_whitelist(*args, &block); end
736
+ def self.escape_whitelist=(*args, &block); end
737
+ def supports_streaming?; end
738
+ def valid_encoding(string, encoding); end
739
+ end
740
+ class ActionView::Template::Handlers::ERB::Erubi < Erubi::Engine
741
+ def add_code(code); end
742
+ def add_expression(indicator, code); end
743
+ def add_postamble(_); end
744
+ def add_text(text); end
745
+ def evaluate(action_view_erb_handler_context); end
746
+ def flush_newline_if_pending(src); end
747
+ def initialize(input, properties = nil); end
748
+ end
749
+ class ActionView::Template::Handlers::Html < ActionView::Template::Handlers::Raw
750
+ def call(template, source); end
751
+ end
752
+ class ActionView::Template::Handlers::Builder
753
+ def call(template, source); end
754
+ def default_format; end
755
+ def default_format=(val); end
756
+ def default_format?; end
757
+ def require_engine; end
758
+ def self.default_format; end
759
+ def self.default_format=(val); end
760
+ def self.default_format?; end
761
+ end
762
+ class ActionView::Template::LegacyTemplate < Anonymous_Delegator_21
763
+ def initialize(template, source); end
764
+ def source; end
765
+ end
766
+ class ActionView::Resolver
767
+ def _find_all(name, prefix, partial, details, key, locals); end
768
+ def cached(key, path_info, details, locals); end
769
+ def caching; end
770
+ def caching=(obj); end
771
+ def caching?(*args, &block); end
772
+ def clear_cache; end
773
+ def find_all(name, prefix = nil, partial = nil, details = nil, key = nil, locals = nil); end
774
+ def find_all_anywhere(*args, &block); end
775
+ def find_all_with_query(query); end
776
+ def find_templates(name, prefix, partial, details, locals = nil); end
777
+ def initialize; end
778
+ def self.caching; end
779
+ def self.caching=(obj); end
780
+ def self.caching?; end
781
+ end
782
+ class ActionView::Resolver::Path
783
+ def initialize(name, prefix, partial, virtual); end
784
+ def name; end
785
+ def partial; end
786
+ def partial?; end
787
+ def prefix; end
788
+ def self.build(name, prefix, partial); end
789
+ def to_s; end
790
+ def to_str; end
791
+ def virtual; end
792
+ end
793
+ class ActionView::Resolver::Cache
794
+ def cache(key, name, prefix, partial, locals); end
795
+ def cache_query(query); end
796
+ def canonical_no_templates(templates); end
797
+ def clear; end
798
+ def initialize; end
799
+ def inspect; end
800
+ def size; end
801
+ end
802
+ class ActionView::Resolver::Cache::SmallCache < Concurrent::Map
803
+ def initialize(options = nil); end
804
+ end
805
+ class ActionView::PathResolver < ActionView::Resolver
806
+ def _find_all(name, prefix, partial, details, key, locals); end
807
+ def build_query(path, details); end
808
+ def build_unbound_template(template, virtual_path); end
809
+ def clear_cache; end
810
+ def escape_entry(entry); end
811
+ def extract_handler_and_format_and_variant(path); end
812
+ def find_template_paths(query); end
813
+ def find_template_paths_from_details(path, details); end
814
+ def initialize(pattern = nil); end
815
+ def inside_path?(path, filename); end
816
+ def query(path, details, formats, locals, cache:); end
817
+ def reject_files_external_to_app(files); end
818
+ end
819
+ class ActionView::FileSystemResolver < ActionView::PathResolver
820
+ def ==(resolver); end
821
+ def eql?(resolver); end
822
+ def initialize(path, pattern = nil); end
823
+ def path; end
824
+ def to_path; end
825
+ def to_s; end
826
+ end
827
+ class ActionView::OptimizedFileSystemResolver < ActionView::FileSystemResolver
828
+ def build_regex(path, details); end
829
+ def find_template_paths_from_details(path, details); end
830
+ def initialize(path); end
831
+ end
832
+ class ActionView::FallbackFileSystemResolver < ActionView::FileSystemResolver
833
+ def build_unbound_template(template, _); end
834
+ def reject_files_external_to_app(files); end
835
+ def self.instances; end
836
+ def self.new(*arg0); end
837
+ end
838
+ class ActionView::LookupContext
839
+ def digest_cache; end
840
+ def fallbacks; end
841
+ def fallbacks=(obj); end
842
+ def formats=(values); end
843
+ def initialize(view_paths, details = nil, prefixes = nil); end
844
+ def initialize_details(target, details); end
845
+ def locale; end
846
+ def locale=(value); end
847
+ def prefixes; end
848
+ def prefixes=(arg0); end
849
+ def registered_details; end
850
+ def registered_details=(obj); end
851
+ def rendered_format(*args, &block); end
852
+ def rendered_format=(*args, &block); end
853
+ def self.fallbacks; end
854
+ def self.fallbacks=(obj); end
855
+ def self.register_detail(name, &block); end
856
+ def self.registered_details; end
857
+ def self.registered_details=(obj); end
858
+ def with_prepended_formats(formats); end
859
+ include ActionView::LookupContext::Accessors
860
+ include ActionView::LookupContext::DetailsCache
861
+ include ActionView::LookupContext::ViewPaths
862
+ end
863
+ module ActionView::LookupContext::Accessors
864
+ def default_formats; end
865
+ def default_handlers; end
866
+ def default_locale; end
867
+ def default_variants; end
868
+ def formats; end
869
+ def formats=(value); end
870
+ def handlers; end
871
+ def handlers=(value); end
872
+ def locale; end
873
+ def locale=(value); end
874
+ def variants; end
875
+ def variants=(value); end
876
+ end
877
+ class ActionView::LookupContext::DetailsKey
878
+ def eql?(arg0); end
879
+ def self.clear; end
880
+ def self.details_cache_key(details); end
881
+ def self.digest_cache(details); end
882
+ def self.digest_caches; end
883
+ def self.view_context_class(klass); end
884
+ end
885
+ module ActionView::LookupContext::DetailsCache
886
+ def _set_detail(key, value); end
887
+ def cache; end
888
+ def cache=(arg0); end
889
+ def details_key; end
890
+ def disable_cache; end
891
+ end
892
+ module ActionView::LookupContext::ViewPaths
893
+ def any?(name, prefixes = nil, partial = nil); end
894
+ def any_templates?(name, prefixes = nil, partial = nil); end
895
+ def args_for_any(name, prefixes, partial); end
896
+ def args_for_lookup(name, prefixes, partial, keys, details_options); end
897
+ def build_view_paths(paths); end
898
+ def detail_args_for(options); end
899
+ def detail_args_for_any; end
900
+ def exists?(name, prefixes = nil, partial = nil, keys = nil, **options); end
901
+ def find(name, prefixes = nil, partial = nil, keys = nil, options = nil); end
902
+ def find_all(name, prefixes = nil, partial = nil, keys = nil, options = nil); end
903
+ def find_file(*args, &block); end
904
+ def find_template(name, prefixes = nil, partial = nil, keys = nil, options = nil); end
905
+ def html_fallback_for_js; end
906
+ def normalize_name(name, prefixes); end
907
+ def template_exists?(name, prefixes = nil, partial = nil, keys = nil, **options); end
908
+ def view_paths; end
909
+ def with_fallbacks; end
910
+ end
911
+ class ActionView::Template::Types
912
+ def self.[](type); end
913
+ def self.delegate_to(klass); end
914
+ def self.symbols; end
915
+ def self.type_klass; end
916
+ def self.type_klass=(obj); end
917
+ def type_klass; end
918
+ def type_klass=(obj); end
919
+ end
920
+ class ActionView::Template::Types::Type
921
+ def ==(type); end
922
+ def initialize(symbol); end
923
+ def ref; end
924
+ def self.[](type); end
925
+ def symbol; end
926
+ def to_s; end
927
+ def to_str; end
928
+ def to_sym; end
929
+ end
930
+ class ActionView::CacheExpiry
931
+ def all_view_paths; end
932
+ def clear_cache; end
933
+ def clear_cache_if_necessary; end
934
+ def dirs_to_watch; end
935
+ def initialize(watcher:); end
936
+ end
937
+ class ActionView::CacheExpiry::Executor
938
+ def before(target); end
939
+ def initialize(watcher:); end
940
+ end
941
+ class ActionView::Base
942
+ def _routes; end
943
+ def _routes=(val); end
944
+ def _routes?; end
945
+ def _run(method, template, locals, buffer, &block); end
946
+ def assign(new_assigns); end
947
+ def assigns; end
948
+ def assigns=(arg0); end
949
+ def automatically_disable_submit_tag; end
950
+ def automatically_disable_submit_tag=(obj); end
951
+ def compiled_method_container; end
952
+ def config; end
953
+ def config=(arg0); end
954
+ def debug_missing_translation; end
955
+ def debug_missing_translation=(obj); end
956
+ def default_formats; end
957
+ def default_formats=(obj); end
958
+ def field_error_proc; end
959
+ def field_error_proc=(obj); end
960
+ def formats(*args, &block); end
961
+ def formats=(arg); end
962
+ def in_rendering_context(options); end
963
+ def initialize(lookup_context = nil, assigns = nil, controller = nil, formats = nil); end
964
+ def locale(*args, &block); end
965
+ def locale=(arg); end
966
+ def logger; end
967
+ def logger=(val); end
968
+ def logger?; end
969
+ def lookup_context; end
970
+ def prefix_partial_path_with_controller_namespace; end
971
+ def prefix_partial_path_with_controller_namespace=(obj); end
972
+ def raise_on_missing_translations; end
973
+ def raise_on_missing_translations=(obj); end
974
+ def self._routes; end
975
+ def self._routes=(val); end
976
+ def self._routes?; end
977
+ def self.automatically_disable_submit_tag; end
978
+ def self.automatically_disable_submit_tag=(obj); end
979
+ def self.build_lookup_context(context); end
980
+ def self.cache_template_loading; end
981
+ def self.cache_template_loading=(value); end
982
+ def self.changed?(other); end
983
+ def self.debug_missing_translation; end
984
+ def self.debug_missing_translation=(obj); end
985
+ def self.default_form_builder; end
986
+ def self.default_form_builder=(obj); end
987
+ def self.default_formats; end
988
+ def self.default_formats=(obj); end
989
+ def self.empty; end
990
+ def self.erb_trim_mode=(arg); end
991
+ def self.field_error_proc; end
992
+ def self.field_error_proc=(obj); end
993
+ def self.logger; end
994
+ def self.logger=(val); end
995
+ def self.logger?; end
996
+ def self.prefix_partial_path_with_controller_namespace; end
997
+ def self.prefix_partial_path_with_controller_namespace=(obj); end
998
+ def self.raise_on_missing_translations; end
999
+ def self.raise_on_missing_translations=(obj); end
1000
+ def self.streaming_completion_on_exception; end
1001
+ def self.streaming_completion_on_exception=(obj); end
1002
+ def self.with_context(context, assigns = nil, controller = nil); end
1003
+ def self.with_empty_template_cache; end
1004
+ def self.with_view_paths(view_paths, assigns = nil, controller = nil); end
1005
+ def self.xss_safe?; end
1006
+ def streaming_completion_on_exception; end
1007
+ def streaming_completion_on_exception=(obj); end
1008
+ def view_paths(*args, &block); end
1009
+ def view_paths=(arg); end
1010
+ def view_renderer; end
1011
+ extend ActionView::Helpers::SanitizeHelper::ClassMethods
1012
+ extend ActionView::Helpers::SanitizeHelper::ClassMethods
1013
+ extend ActionView::Helpers::UrlHelper::ClassMethods
1014
+ include ActionCable::Helpers::ActionCableHelper
1015
+ include ActionView::Helpers
1016
+ include ActionView::Helpers::AssetTagHelper
1017
+ include ActionView::Helpers::FormHelper
1018
+ include ActionView::Helpers::FormTagHelper
1019
+ include ActionView::Helpers::FormTagHelper
1020
+ include ActionView::Helpers::SanitizeHelper
1021
+ include ActionView::Helpers::SanitizeHelper
1022
+ include ActionView::Helpers::TagHelper
1023
+ include ActionView::Helpers::TagHelper
1024
+ include ActionView::Helpers::TagHelper
1025
+ include ActionView::Helpers::TagHelper
1026
+ include ActionView::Helpers::TagHelper
1027
+ include ActionView::Helpers::TextHelper
1028
+ include ActionView::Helpers::TextHelper
1029
+ include ActionView::Helpers::TranslationHelper
1030
+ include ActionView::Helpers::UrlHelper
1031
+ include ActionView::Helpers::UrlHelper
1032
+ include ActionView::Helpers::UrlHelper
1033
+ include Titleist::Helper
1034
+ end
1035
+ module ActionView::ViewPaths
1036
+ def _prefixes; end
1037
+ def any_templates?(*args, &block); end
1038
+ def append_view_path(path); end
1039
+ def details_for_lookup; end
1040
+ def formats(*args, &block); end
1041
+ def formats=(arg); end
1042
+ def locale(*args, &block); end
1043
+ def locale=(arg); end
1044
+ def lookup_context; end
1045
+ def prepend_view_path(path); end
1046
+ def self.all_view_paths; end
1047
+ def self.get_view_paths(klass); end
1048
+ def self.set_view_paths(klass, paths); end
1049
+ def template_exists?(*args, &block); end
1050
+ def view_paths(*args, &block); end
1051
+ extend ActiveSupport::Concern
1052
+ end
1053
+ module ActionView::ViewPaths::ClassMethods
1054
+ def _prefixes; end
1055
+ def _view_paths; end
1056
+ def _view_paths=(paths); end
1057
+ def append_view_path(path); end
1058
+ def local_prefixes; end
1059
+ def prepend_view_path(path); end
1060
+ def view_paths; end
1061
+ def view_paths=(paths); end
1062
+ end
1063
+ class ActionView::I18nProxy < I18n::Config
1064
+ def initialize(original_config, lookup_context); end
1065
+ def locale; end
1066
+ def locale=(value); end
1067
+ def lookup_context; end
1068
+ def original_config; end
1069
+ end
1070
+ module ActionView::Rendering
1071
+ def _normalize_args(action = nil, options = nil); end
1072
+ def _normalize_options(options); end
1073
+ def _process_format(format); end
1074
+ def _render_template(options); end
1075
+ def initialize; end
1076
+ def process(*arg0); end
1077
+ def render_to_body(options = nil); end
1078
+ def rendered_format; end
1079
+ def view_context; end
1080
+ def view_context_class; end
1081
+ def view_renderer; end
1082
+ extend ActiveSupport::Concern
1083
+ include ActionView::ViewPaths
1084
+ end
1085
+ module ActionView::Rendering::ClassMethods
1086
+ def _helpers; end
1087
+ def _routes; end
1088
+ def build_view_context_class(klass, supports_path, routes, helpers); end
1089
+ def view_context_class; end
1090
+ end
1091
+ module ActionView::Layouts
1092
+ def _conditional_layout?; end
1093
+ def _default_layout(lookup_context, formats, require_layout = nil); end
1094
+ def _include_layout?(options); end
1095
+ def _layout(*arg0); end
1096
+ def _layout_conditions(*args, &block); end
1097
+ def _layout_for_option(name); end
1098
+ def _normalize_layout(value); end
1099
+ def _normalize_options(options); end
1100
+ def action_has_layout=(arg0); end
1101
+ def action_has_layout?; end
1102
+ def initialize(*arg0); end
1103
+ extend ActiveSupport::Concern
1104
+ include ActionView::Rendering
1105
+ end
1106
+ module ActionView::Layouts::ClassMethods
1107
+ def _implied_layout_name; end
1108
+ def _write_layout_method; end
1109
+ def inherited(klass); end
1110
+ def layout(layout, conditions = nil); end
1111
+ end
1112
+ module ActionView::Layouts::ClassMethods::LayoutConditions
1113
+ def _conditional_layout?; end
1114
+ end
1115
+ class ActionView::PathSet
1116
+ def +(array); end
1117
+ def <<(*args); end
1118
+ def [](*args, &block); end
1119
+ def _find_all(path, prefixes, args); end
1120
+ def compact; end
1121
+ def concat(*args); end
1122
+ def each(*args, &block); end
1123
+ def exists?(path, prefixes, *args); end
1124
+ def find(*args); end
1125
+ def find_all(path, prefixes = nil, *args); end
1126
+ def find_all_with_query(query); end
1127
+ def find_file(*args, &block); end
1128
+ def include?(*args, &block); end
1129
+ def initialize(paths = nil); end
1130
+ def initialize_copy(other); end
1131
+ def insert(*args); end
1132
+ def paths; end
1133
+ def pop(*args, &block); end
1134
+ def push(*args); end
1135
+ def size(*args, &block); end
1136
+ def to_ary; end
1137
+ def typecast(paths); end
1138
+ def unshift(*args); end
1139
+ include Enumerable
1140
+ end
1141
+ module ActionView::Helpers::Tags
1142
+ extend ActiveSupport::Autoload
1143
+ end
1144
+ module ActionView::Helpers::Tags::Placeholderable
1145
+ def initialize(*arg0); end
1146
+ end
1147
+ class ActionView::Helpers::Tags::Base
1148
+ def add_default_name_and_id(options); end
1149
+ def add_default_name_and_id_for_value(tag_value, options); end
1150
+ def add_options(option_tags, options, value = nil); end
1151
+ def generate_ids?; end
1152
+ def initialize(object_name, method_name, template_object, options = nil); end
1153
+ def name_and_id_index(options); end
1154
+ def object; end
1155
+ def placeholder_required?(html_options); end
1156
+ def render; end
1157
+ def retrieve_autoindex(pre_match); end
1158
+ def retrieve_object(object); end
1159
+ def sanitized_method_name; end
1160
+ def sanitized_object_name; end
1161
+ def sanitized_value(value); end
1162
+ def select_content_tag(option_tags, options, html_options); end
1163
+ def tag_id(index = nil); end
1164
+ def tag_name(multiple = nil, index = nil); end
1165
+ def value; end
1166
+ def value_before_type_cast; end
1167
+ def value_came_from_user?; end
1168
+ extend ActionView::Helpers::SanitizeHelper::ClassMethods
1169
+ extend ActionView::Helpers::UrlHelper::ClassMethods
1170
+ include ActionView::Helpers::ActiveModelInstanceTag
1171
+ include ActionView::Helpers::FormOptionsHelper
1172
+ include ActionView::Helpers::SanitizeHelper
1173
+ include ActionView::Helpers::TagHelper
1174
+ include ActionView::Helpers::TagHelper
1175
+ include ActionView::Helpers::TextHelper
1176
+ include ActionView::Helpers::UrlHelper
1177
+ end
1178
+ module ActionView::RoutingUrlFor
1179
+ def _generate_paths_by_default; end
1180
+ def _routes_context; end
1181
+ def ensure_only_path_option(options); end
1182
+ def optimize_routes_generation?; end
1183
+ def url_for(options = nil); end
1184
+ def url_options; end
1185
+ end