diff --git a/.rubocop.yml b/.rubocop.yml index f249c239..62544ad6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -73,3 +73,6 @@ Minitest/EmptyLineBeforeAssertionMethods: Enabled: false Minitest/MultipleAssertions: Enabled: false + +FactoryBot/ExcessiveCreateList: + Enabled: false diff --git a/.ruby-version b/.ruby-version index 0aec50e6..15a27998 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.4 +3.3.0 diff --git a/Gemfile b/Gemfile index 7dbdb965..b217b903 100644 --- a/Gemfile +++ b/Gemfile @@ -3,15 +3,15 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "~> 3.1" +ruby "~> 3.3" # dotenv has to come first so other gems can use the env vars # https://github.com/bkeepers/dotenv gem "dotenv-rails", groups: %i[development test] -gem "rails", "~> 7.0" +gem "rails", "< 7.1" # Use Puma as the app server -gem "puma", "~> 5.0" +gem "puma", "< 7" # Handle malicious requests gem "rack-attack" diff --git a/Gemfile.lock b/Gemfile.lock index a488fe1a..5a4c4d73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,106 +5,107 @@ GEM MailchimpMarketing (3.0.80) excon (>= 0.76.0, < 1) json (~> 2.1, >= 2.1.0) - actioncable (7.0.6) - actionpack (= 7.0.6) - activesupport (= 7.0.6) + actioncable (7.0.8) + actionpack (= 7.0.8) + activesupport (= 7.0.8) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.6) - actionpack (= 7.0.6) - activejob (= 7.0.6) - activerecord (= 7.0.6) - activestorage (= 7.0.6) - activesupport (= 7.0.6) + actionmailbox (7.0.8) + actionpack (= 7.0.8) + activejob (= 7.0.8) + activerecord (= 7.0.8) + activestorage (= 7.0.8) + activesupport (= 7.0.8) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.0.6) - actionpack (= 7.0.6) - actionview (= 7.0.6) - activejob (= 7.0.6) - activesupport (= 7.0.6) + actionmailer (7.0.8) + actionpack (= 7.0.8) + actionview (= 7.0.8) + activejob (= 7.0.8) + activesupport (= 7.0.8) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp rails-dom-testing (~> 2.0) - actionpack (7.0.6) - actionview (= 7.0.6) - activesupport (= 7.0.6) + actionpack (7.0.8) + actionview (= 7.0.8) + activesupport (= 7.0.8) rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (7.0.6) - actionpack (= 7.0.6) - activerecord (= 7.0.6) - activestorage (= 7.0.6) - activesupport (= 7.0.6) + actiontext (7.0.8) + actionpack (= 7.0.8) + activerecord (= 7.0.8) + activestorage (= 7.0.8) + activesupport (= 7.0.8) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.6) - activesupport (= 7.0.6) + actionview (7.0.8) + activesupport (= 7.0.8) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.6) - activesupport (= 7.0.6) + activejob (7.0.8) + activesupport (= 7.0.8) globalid (>= 0.3.6) - activemodel (7.0.6) - activesupport (= 7.0.6) - activerecord (7.0.6) - activemodel (= 7.0.6) - activesupport (= 7.0.6) - activestorage (7.0.6) - actionpack (= 7.0.6) - activejob (= 7.0.6) - activerecord (= 7.0.6) - activesupport (= 7.0.6) + activemodel (7.0.8) + activesupport (= 7.0.8) + activerecord (7.0.8) + activemodel (= 7.0.8) + activesupport (= 7.0.8) + activestorage (7.0.8) + actionpack (= 7.0.8) + activejob (= 7.0.8) + activerecord (= 7.0.8) + activesupport (= 7.0.8) marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (7.0.6) + activesupport (7.0.8) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.4) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) afm (0.2.2) - ahoy_matey (4.2.1) - activesupport (>= 5.2) - device_detector - safely_block (>= 0.2.1) + ahoy_matey (5.0.2) + activesupport (>= 6.1) + device_detector (>= 1) + safely_block (>= 0.4) ast (2.4.2) awesome_print (1.9.2) - aws-eventstream (1.2.0) - aws-partitions (1.787.0) - aws-sdk-core (3.178.0) - aws-eventstream (~> 1, >= 1.0.2) + aws-eventstream (1.3.0) + aws-partitions (1.883.0) + aws-sdk-core (3.190.3) + aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) - aws-sigv4 (~> 1.5) + aws-sigv4 (~> 1.8) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.71.0) - aws-sdk-core (~> 3, >= 3.177.0) + aws-sdk-kms (1.76.0) + aws-sdk-core (~> 3, >= 3.188.0) aws-sigv4 (~> 1.1) - aws-sdk-lambda (1.103.0) - aws-sdk-core (~> 3, >= 3.177.0) + aws-sdk-lambda (1.113.0) + aws-sdk-core (~> 3, >= 3.188.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.130.0) - aws-sdk-core (~> 3, >= 3.177.0) + aws-sdk-s3 (1.142.0) + aws-sdk-core (~> 3, >= 3.189.0) aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.6) - aws-sdk-sesv2 (1.38.0) - aws-sdk-core (~> 3, >= 3.177.0) + aws-sigv4 (~> 1.8) + aws-sdk-sesv2 (1.43.0) + aws-sdk-core (~> 3, >= 3.188.0) aws-sigv4 (~> 1.1) - aws-sdk-sns (1.65.0) - aws-sdk-core (~> 3, >= 3.177.0) + aws-sdk-sns (1.70.0) + aws-sdk-core (~> 3, >= 3.188.0) aws-sigv4 (~> 1.1) - aws-sigv4 (1.6.0) + aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) - bcrypt (3.1.19) + base64 (0.2.0) + bcrypt (3.1.20) better_html (2.0.2) actionview (>= 6.0) activesupport (>= 6.0) @@ -112,13 +113,15 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties + bigdecimal (3.1.6) bindex (0.8.1) - blazer (2.6.5) - activerecord (>= 5) - chartkick (>= 3.2) - railties (>= 5) - safely_block (>= 0.1.1) - bootsnap (1.16.0) + blazer (3.0.3) + activerecord (>= 6.1) + chartkick (>= 5) + csv + railties (>= 6.1) + safely_block (>= 0.4) + bootsnap (1.17.1) msgpack (~> 1.2) builder (3.2.4) capybara (3.39.2) @@ -130,48 +133,46 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - chartkick (5.0.2) + chartkick (5.0.5) choice (0.2.0) climate_control (1.2.0) coderay (1.1.3) commander (4.6.0) highline (~> 2.0.0) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) connection_pool (2.4.1) crack (0.4.5) rexml crass (1.0.6) - css_parser (1.14.0) + css_parser (1.16.0) addressable - cssbundling-rails (1.2.0) + cssbundling-rails (1.4.0) railties (>= 6.0.0) - cuprite (0.14.3) + csv (3.2.8) + cuprite (0.15) capybara (~> 3.0) - ferrum (~> 0.13.0) - dalli (3.2.5) - data_migrate (9.1.1) - activerecord (>= 6.0) - railties (>= 6.0) - date (3.3.3) - debug (1.8.0) - irb (>= 1.5.0) - reline (>= 0.3.1) - device_detector (1.1.0) - devise (4.9.2) + ferrum (~> 0.14.0) + dalli (3.2.6) + data_migrate (9.2.0) + activerecord (>= 6.1) + railties (>= 6.1) + date (3.3.4) + debug (1.9.1) + irb (~> 1.10) + reline (>= 0.3.8) + device_detector (1.1.2) + devise (4.9.3) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) responders warden (~> 1.2.3) - diff-lcs (1.5.0) docile (1.4.0) - domain_name (0.5.20190701) - unf (>= 0.0.5, < 1.0.0) dotenv (2.8.1) dotenv-rails (2.8.1) dotenv (= 2.8.1) railties (>= 3.2) - elastic-transport (8.2.2) + elastic-transport (8.3.1) faraday (< 3) multi_json elasticsearch (8.7.0) @@ -179,7 +180,7 @@ GEM elasticsearch-api (= 8.7.0) elasticsearch-api (8.7.0) multi_json - erb_lint (0.4.0) + erb_lint (0.5.0) activesupport better_html (>= 2.0.1) parser (>= 2.7.1.4) @@ -189,62 +190,51 @@ GEM erubi (1.12.0) ethon (0.16.0) ffi (>= 1.15.0) - excon (0.100.0) - factory_bot (6.2.1) + excon (0.109.0) + factory_bot (6.4.5) activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) + factory_bot_rails (6.4.3) + factory_bot (~> 6.4) railties (>= 5.0.0) - faker (3.2.0) + faker (3.2.3) i18n (>= 1.8.11, < 2) - faraday (2.7.10) - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) - ferrum (0.13) + faraday (2.9.0) + faraday-net_http (>= 2.0, < 3.2) + faraday-net_http (3.1.0) + net-http + ferrum (0.14) addressable (~> 2.5) concurrent-ruby (~> 1.1) webrick (~> 1.7) websocket-driver (>= 0.6, < 0.8) - ffi (1.15.5) - ffi-compiler (1.0.1) - ffi (>= 1.0.0) - rake + ffi (1.16.3) gibberish_detector (1.0.0) - globalid (1.1.0) - activesupport (>= 5.0) - groupdate (6.3.0) + globalid (1.2.1) activesupport (>= 6.1) - hashdiff (1.0.1) + groupdate (6.4.0) + activesupport (>= 6.1) + hashdiff (1.1.0) hashery (2.1.2) hashie (5.0.0) high_voltage (3.1.2) highline (2.0.3) - hkdf (1.0.0) htmlentities (4.3.4) - http (5.1.1) - addressable (~> 2.8) - http-cookie (~> 1.0) - http-form_data (~> 2.2) - llhttp-ffi (~> 0.4.0) - http-cookie (1.0.5) - domain_name (~> 0.5) - http-form_data (2.3.0) httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.14.1) concurrent-ruby (~> 1.0) - io-console (0.6.0) - irb (1.7.4) - reline (>= 0.3.6) + io-console (0.7.2) + irb (1.11.1) + rdoc + reline (>= 0.4.2) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) jmespath (1.6.2) - jsbundling-rails (1.1.2) + jsbundling-rails (1.3.0) railties (>= 6.0.0) - json (2.6.3) + json (2.7.1) jwt (2.7.1) kaminari (1.2.2) activesupport (>= 4.1.0) @@ -270,15 +260,12 @@ GEM lisbn (0.3.2) nokogiri nori (~> 2.0) - llhttp-ffi (0.4.0) - ffi-compiler (~> 1.0) - rake (~> 13.0) - lograge (0.12.0) + lograge (0.14.0) actionpack (>= 4) activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.21.3) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -289,41 +276,44 @@ GEM maildown (3.3.1) actionmailer (>= 4.0.0) kramdown-parser-gfm - mailkick (1.2.0) + mailkick (1.3.0) activesupport (>= 6.1) marcel (1.0.2) matrix (0.4.2) method_source (1.0.0) - mini_mime (1.1.2) - mini_portile2 (2.8.4) - minitest (5.18.1) - minitest-spec-rails (7.0.0) + mini_mime (1.1.5) + mini_portile2 (2.8.5) + minitest (5.21.2) + minitest-spec-rails (7.2.0) minitest (>= 5.0) railties (>= 4.1) - mocha (2.0.4) + mocha (2.1.0) ruby2_keywords (>= 0.0.5) msgpack (1.7.2) multi_json (1.15.0) multi_xml (0.6.0) - net-imap (0.3.6) + net-http (0.4.1) + uri + net-imap (0.4.9.1) date net-protocol net-pop (0.1.2) net-protocol - net-protocol (0.2.1) + net-protocol (0.2.2) timeout - net-smtp (0.3.3) + net-smtp (0.4.0.1) net-protocol netrc (0.11.0) - nio4r (2.5.9) - nokogiri (1.15.3-arm64-darwin) + nio4r (2.7.0) + nokogiri (1.16.0-arm64-darwin) + racc (~> 1.4) + nokogiri (1.16.0-x86_64-darwin) racc (~> 1.4) - nokogiri (1.15.3-x86_64-linux) + nokogiri (1.16.0-x86_64-linux) racc (~> 1.4) nori (2.6.0) - noticed (1.6.3) - http (>= 4.0.0) - rails (>= 5.2.0) + noticed (2.0.4) + rails (>= 6.1.0) oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) @@ -331,8 +321,9 @@ GEM rack (>= 1.2, < 4) snaky_hash (~> 2.0) version_gem (~> 1.1) - oj (3.15.0) - omniauth (2.1.1) + oj (3.16.3) + bigdecimal (>= 3.0) + omniauth (2.1.2) hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection @@ -347,37 +338,32 @@ GEM omniauth-rails_csrf_protection (1.0.1) actionpack (>= 4.2) omniauth (~> 2.0) - opensearch-api (2.2.0) - multi_json - opensearch-ruby (2.1.0) - opensearch-api (~> 2.1) - opensearch-transport (~> 2.0) - opensearch-transport (2.1.0) + opensearch-ruby (3.1.0) faraday (>= 1.0, < 3) - multi_json - openssl (3.1.0) + multi_json (>= 1.0) + openssl (3.2.0) orm_adapter (0.5.0) - parallel (1.23.0) + parallel (1.24.0) parlour (8.1.0) commander (~> 4.5) parser rainbow (~> 3.0) sorbet-runtime (>= 0.5) - parser (3.2.2.3) + parser (3.3.0.5) ast (~> 2.4.1) racc pay (3.0.24) rails (>= 6.0.0) - pdf-reader (2.11.0) + pdf-reader (2.12.0) Ascii85 (~> 1.0) afm (~> 0.2.1) hashery (~> 2.0) ruby-rc4 ttfunk - pg (1.5.3) - phonelib (0.8.2) + pg (1.5.4) + phonelib (0.8.7) polyfill (1.9.0) - premailer (1.21.0) + premailer (1.22.0) addressable css_parser (>= 1.12.0) htmlentities (>= 4.0.0) @@ -386,7 +372,8 @@ GEM net-smtp premailer (~> 1.7, >= 1.7.9) prettier_print (1.2.1) - propshaft (0.7.0) + prism (0.19.0) + propshaft (0.8.0) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack @@ -396,32 +383,35 @@ GEM method_source (~> 1.0) pry-rails (0.3.9) pry (>= 0.10.4) - public_suffix (5.0.3) - puma (5.6.6) + psych (5.1.2) + stringio + public_suffix (5.0.4) + puma (6.4.2) nio4r (~> 2.0) - racc (1.7.1) - rack (2.2.7) - rack-attack (6.6.1) - rack (>= 1.0, < 3) - rack-protection (3.0.6) - rack + racc (1.7.3) + rack (2.2.8) + rack-attack (6.7.0) + rack (>= 1.0, < 4) + rack-protection (3.2.0) + base64 (>= 0.1.0) + rack (~> 2.2, >= 2.2.4) rack-test (2.1.0) rack (>= 1.3) - rails (7.0.6) - actioncable (= 7.0.6) - actionmailbox (= 7.0.6) - actionmailer (= 7.0.6) - actionpack (= 7.0.6) - actiontext (= 7.0.6) - actionview (= 7.0.6) - activejob (= 7.0.6) - activemodel (= 7.0.6) - activerecord (= 7.0.6) - activestorage (= 7.0.6) - activesupport (= 7.0.6) + rails (7.0.8) + actioncable (= 7.0.8) + actionmailbox (= 7.0.8) + actionmailer (= 7.0.8) + actionpack (= 7.0.8) + actiontext (= 7.0.8) + actionview (= 7.0.8) + activejob (= 7.0.8) + activemodel (= 7.0.8) + activerecord (= 7.0.8) + activestorage (= 7.0.8) + activesupport (= 7.0.8) bundler (>= 1.15.0) - railties (= 7.0.6) - rails-dom-testing (2.1.1) + railties (= 7.0.8) + rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) @@ -433,60 +423,62 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.0.6) - actionpack (= 7.0.6) - activesupport (= 7.0.6) + railties (7.0.8) + actionpack (= 7.0.8) + activesupport (= 7.0.8) method_source rake (>= 12.2) thor (~> 1.0) zeitwerk (~> 2.5) rainbow (3.1.1) - rake (13.0.6) - rbi (0.0.17) - ast - parser (>= 3.0.0) + rake (13.1.0) + rbi (0.1.6) + prism (>= 0.18.0, < 0.20) sorbet-runtime (>= 0.5.9204) - unparser (>= 0.5.6) + rdoc (6.6.2) + psych (>= 4.0.0) redcarpet (3.6.0) - redis-client (0.14.1) + redis-client (0.19.1) connection_pool - regexp_parser (2.8.1) - reline (0.3.6) + regexp_parser (2.9.0) + reline (0.4.2) io-console (~> 0.5) request_store (1.5.1) rack (>= 1.4) - responders (3.1.0) + responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.2.5) - rotp (6.2.2) - rubocop (1.54.2) + rexml (3.2.6) + rotp (6.3.0) + rubocop (1.60.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) - rubocop-factory_bot (2.23.1) - rubocop (~> 1.33) - rubocop-minitest (0.31.0) + rubocop-factory_bot (2.25.1) + rubocop (~> 1.41) + rubocop-minitest (0.34.5) rubocop (>= 1.39, < 2.0) - rubocop-performance (1.18.0) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) - rubocop-rails (2.20.2) + rubocop-ast (>= 1.30.0, < 2.0) + rubocop-performance (1.20.2) + rubocop (>= 1.48.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) + rubocop-rails (2.23.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-sorbet (0.7.0) + rubocop-sorbet (0.7.6) rubocop (>= 0.90.0) ruby-graphviz (1.2.5) rexml @@ -499,19 +491,19 @@ GEM activerecord (>= 6) chartkick (>= 3.2) groupdate (>= 3) - searchkick (5.3.0) + searchkick (5.3.1) activemodel (>= 6.1) hashie - sentry-rails (5.10.0) + sentry-rails (5.16.1) railties (>= 5.0) - sentry-ruby (~> 5.10.0) - sentry-ruby (5.10.0) + sentry-ruby (~> 5.16.1) + sentry-ruby (5.16.1) concurrent-ruby (~> 1.0, >= 1.0.2) - sidekiq (7.1.2) + sidekiq (7.2.1) concurrent-ruby (< 2) connection_pool (>= 2.3.0) rack (>= 2.2.4) - redis-client (>= 0.14.0) + redis-client (>= 0.19.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -527,8 +519,8 @@ GEM snaky_hash (2.0.1) hashie version_gem (~> 1.1, >= 1.1.1) - sorbet (0.5.10920) - sorbet-static (= 0.5.10920) + sorbet (0.5.11218) + sorbet-static (= 0.5.11218) sorbet-coerce (0.7.0) polyfill (~> 1.8) safe_type (~> 1.1, >= 1.1.1) @@ -539,66 +531,60 @@ GEM parser (>= 2.7) sorbet-coerce (>= 0.2.6) sorbet-runtime (>= 0.5.9892) - sorbet-runtime (0.5.10920) - sorbet-static (0.5.10920-universal-darwin-22) - sorbet-static (0.5.10920-x86_64-linux) - sorbet-static-and-runtime (0.5.10920) - sorbet (= 0.5.10920) - sorbet-runtime (= 0.5.10920) - spoom (1.2.2) + sorbet-runtime (0.5.11218) + sorbet-static (0.5.11218-universal-darwin) + sorbet-static (0.5.11218-x86_64-linux) + sorbet-static-and-runtime (0.5.11218) + sorbet (= 0.5.11218) + sorbet-runtime (= 0.5.11218) + spoom (1.2.4) erubi (>= 1.10.0) - sorbet (>= 0.5.10187) - sorbet-runtime (>= 0.5.9204) + sorbet-static-and-runtime (>= 0.5.10187) syntax_tree (>= 6.1.1) thor (>= 0.19.2) + stringio (3.1.0) stripe (5.55.0) - syntax_tree (6.1.1) + syntax_tree (6.2.0) prettier_print (>= 1.2.0) - tapioca (0.11.8) + tapioca (0.11.17) bundler (>= 2.2.25) netrc (>= 0.11.0) parallel (>= 1.21.0) - rbi (~> 0.0.0, >= 0.0.16) - sorbet-static-and-runtime (>= 0.5.10187) + rbi (>= 0.1.4, < 0.2) + sorbet-static-and-runtime (>= 0.5.10820) spoom (~> 1.2.0, >= 1.2.0) thor (>= 1.2.0) yard-sorbet - thor (1.2.2) - timeout (0.4.0) + thor (1.3.0) + timeout (0.4.1) ttfunk (1.7.0) - turbo-rails (1.4.0) + turbo-rails (1.5.0) actionpack (>= 6.0.0) activejob (>= 6.0.0) railties (>= 6.0.0) - typhoeus (1.4.0) + typhoeus (1.4.1) ethon (>= 0.9.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.8.2) - unicode-display_width (2.4.2) - unparser (0.6.8) - diff-lcs (~> 1.3) - parser (>= 3.2.0) + unicode-display_width (2.5.0) + uri (0.13.0) version_gem (1.1.3) warden (1.2.9) rack (>= 2.0.9) - web-console (4.2.0) + web-console (4.2.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - web-push (3.0.0) - hkdf (~> 1.0) + web-push (3.0.1) jwt (~> 2.0) openssl (~> 3.0) - webmock (3.18.1) + webmock (3.19.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) - websocket-driver (0.7.5) + websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) @@ -607,10 +593,12 @@ GEM yard-sorbet (0.8.1) sorbet-runtime (>= 0.5) yard (>= 0.9) - zeitwerk (2.6.8) + zeitwerk (2.6.12) PLATFORMS - arm64-darwin-22 + arm64-darwin + universal-darwin + x86_64-darwin x86_64-linux DEPENDENCIES @@ -663,9 +651,9 @@ DEPENDENCIES propshaft pry pry-rails - puma (~> 5.0) + puma (< 7) rack-attack - rails (~> 7.0) + rails (< 7.1) rails-erd redcarpet rotp @@ -698,7 +686,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.1.4p223 + ruby 3.3.0p0 BUNDLED WITH - 2.4.12 + 2.5.5 diff --git a/app/controllers/admin/reviews_controller.rb b/app/controllers/admin/reviews_controller.rb index 11df96fb..61fba0e2 100644 --- a/app/controllers/admin/reviews_controller.rb +++ b/app/controllers/admin/reviews_controller.rb @@ -20,7 +20,7 @@ def index typed_params = TypedParams.extract!(IndexParams, params) page = typed_params.page - @reviews = Review.all.where(status: :pending).order(updated_at: :desc).page(page) + @reviews = Review.where(status: :pending).order(updated_at: :desc).page(page) end class ShowParams < T::Struct diff --git a/app/views/reviews/_question_buttons.html.erb b/app/views/reviews/_question_buttons.html.erb index 0cdbc2df..3c77cb79 100644 --- a/app/views/reviews/_question_buttons.html.erb +++ b/app/views/reviews/_question_buttons.html.erb @@ -3,7 +3,7 @@ <% question_type.value_range.each do |i| %>
<%= f.radio_button(question_id, i, class: "rating-radio", required:) %> - <%= f.label("#{question_id}_#{i}".to_sym, question_type.label_for_value(i)) %> + <%= f.label(:"#{question_id}_#{i}", question_type.label_for_value(i)) %>
<% end %> diff --git a/db/data/old rake tasks/backfill_instructor_registrar_listings.rake b/db/data/old rake tasks/backfill_instructor_registrar_listings.rake index 0e47abc5..3112e50d 100644 --- a/db/data/old rake tasks/backfill_instructor_registrar_listings.rake +++ b/db/data/old rake tasks/backfill_instructor_registrar_listings.rake @@ -14,7 +14,7 @@ namespace :data_migration do Searchkick.disable_callbacks - Section.all.find_each do |section| + Section.find_each do |section| Rails.logger.info("Section: #{section.id}, Section instructors: #{section.registrar_instructors}, Section instructor id: #{section.instructor_id}") if (section.registrar_instructors == ["No instructor"]) || (section.registrar_instructors == ["No instructors"]) || (section.registrar_instructors == ["The Staff"]) Rails.logger.info("Section has no instructor") @@ -45,7 +45,7 @@ namespace :data_migration do end end - orphaned_instructors = Instructor.all.where(registrar_listing: nil) + orphaned_instructors = Instructor.where(registrar_listing: nil) Rails.logger.info("Orphaned instructors: #{orphaned_instructors.size}, deleting") orphaned_instructors.destroy_all diff --git a/db/data/old rake tasks/backfill_subscribers_to_announcements_mailing_list.rake b/db/data/old rake tasks/backfill_subscribers_to_announcements_mailing_list.rake index d728c2b7..0ac0b4e8 100644 --- a/db/data/old rake tasks/backfill_subscribers_to_announcements_mailing_list.rake +++ b/db/data/old rake tasks/backfill_subscribers_to_announcements_mailing_list.rake @@ -13,7 +13,7 @@ namespace :data_migration do Rails.logger.level = :info ActiveRecord::Base.transaction do - User.all.find_each do |user| + User.find_each do |user| user.subscribe("announcements") unless user.subscribed?("announcements") user.save end diff --git a/lib/tasks/populate_instructors.rake b/lib/tasks/populate_instructors.rake index 84212f7f..1959d5e6 100644 --- a/lib/tasks/populate_instructors.rake +++ b/lib/tasks/populate_instructors.rake @@ -17,7 +17,7 @@ namespace :populate do end Rails.logger.info("Using term #{term.readable}") - SubjectArea.all.find_each do |subject_area| + SubjectArea.find_each do |subject_area| Rails.logger.info("Subject Area: #{subject_area.name}") sections = Section.joins(:instructor, :course).where("courses.subject_area_id": subject_area) Section.joins(:course).where(term:, "courses.subject_area_id": subject_area).find_each do |section| diff --git a/sorbet/rbi/dsl/.gitattributes b/sorbet/rbi/dsl/.gitattributes new file mode 100644 index 00000000..d9bb82a4 --- /dev/null +++ b/sorbet/rbi/dsl/.gitattributes @@ -0,0 +1 @@ +**/*.rbi linguist-generated=true diff --git a/sorbet/rbi/gems/.gitattributes b/sorbet/rbi/gems/.gitattributes new file mode 100644 index 00000000..d9bb82a4 --- /dev/null +++ b/sorbet/rbi/gems/.gitattributes @@ -0,0 +1 @@ +**/*.rbi linguist-generated=true diff --git a/sorbet/rbi/gems/actioncable@7.0.6.rbi b/sorbet/rbi/gems/actioncable@7.0.8.rbi similarity index 97% rename from sorbet/rbi/gems/actioncable@7.0.6.rbi rename to sorbet/rbi/gems/actioncable@7.0.8.rbi index 87051014..6615318a 100644 --- a/sorbet/rbi/gems/actioncable@7.0.6.rbi +++ b/sorbet/rbi/gems/actioncable@7.0.8.rbi @@ -150,22 +150,22 @@ class ActionCable::Channel::Base # source://actioncable//lib/action_cable/channel/base.rb#144 def initialize(connection, identifier, params = T.unsafe(nil)); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#928 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#928 def _run_subscribe_callbacks(&block); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#928 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#928 def _run_unsubscribe_callbacks(&block); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#940 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#940 def _subscribe_callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#940 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#940 def _unsubscribe_callbacks; end # Returns the value of attribute connection. @@ -196,13 +196,13 @@ class ActionCable::Channel::Base # source://actioncable//lib/action_cable/channel/periodic_timers.rb#9 def periodic_timers=(_arg0); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers=(_arg0); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers?; end # This method is called after subscription has been added to the connection @@ -288,25 +288,25 @@ class ActionCable::Channel::Base def unsubscribed; end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks=(value); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#932 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#932 def _subscribe_callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#936 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#936 def _subscribe_callbacks=(value); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#932 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#932 def _unsubscribe_callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#936 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#936 def _unsubscribe_callbacks=(value); end # A list of method names that should be considered actions. This @@ -330,13 +330,13 @@ class ActionCable::Channel::Base # source://actioncable//lib/action_cable/channel/periodic_timers.rb#9 def periodic_timers?; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers=(value); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers?; end private @@ -1145,13 +1145,13 @@ class ActionCable::Connection::Base # source://actioncable//lib/action_cable/connection/base.rb#83 def receive(websocket_message); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers=(_arg0); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers?; end # Invoke a method on the connection asynchronously through the pool of thread workers. @@ -1258,13 +1258,13 @@ class ActionCable::Connection::Base # source://actioncable//lib/action_cable/connection/identification.rb#11 def identifiers?; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers=(value); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers?; end end end @@ -1907,7 +1907,7 @@ end # source://actioncable//lib/action_cable/engine.rb#9 class ActionCable::Engine < ::Rails::Engine class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end end end @@ -2388,16 +2388,16 @@ class ActionCable::Server::Worker # source://actioncable//lib/action_cable/server/worker.rb#20 def initialize(max_size: T.unsafe(nil)); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#928 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#928 def _run_work_callbacks(&block); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#940 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#940 def _work_callbacks; end # source://actioncable//lib/action_cable/server/worker.rb#47 @@ -2406,10 +2406,10 @@ class ActionCable::Server::Worker # source://actioncable//lib/action_cable/server/worker.rb#51 def async_invoke(receiver, method, *args, connection: T.unsafe(nil), &block); end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#56 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#56 def connection; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#100 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#100 def connection=(obj); end # Returns the value of attribute executor. @@ -2440,25 +2440,25 @@ class ActionCable::Server::Worker def logger; end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks=(value); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#932 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#932 def _work_callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#936 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#936 def _work_callbacks=(value); end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#48 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#48 def connection; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#92 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#92 def connection=(obj); end end end diff --git a/sorbet/rbi/gems/actionmailbox@7.0.6.rbi b/sorbet/rbi/gems/actionmailbox@7.0.8.rbi similarity index 87% rename from sorbet/rbi/gems/actionmailbox@7.0.6.rbi rename to sorbet/rbi/gems/actionmailbox@7.0.8.rbi index 15d48589..3188a45b 100644 --- a/sorbet/rbi/gems/actionmailbox@7.0.6.rbi +++ b/sorbet/rbi/gems/actionmailbox@7.0.8.rbi @@ -75,13 +75,13 @@ module ActionMailbox # source://actionmailbox//lib/action_mailbox.rb#16 def queues=(val); end - # source://railties/7.0.6/lib/rails/engine.rb#405 + # source://railties/7.0.8/lib/rails/engine.rb#405 def railtie_helpers_paths; end - # source://railties/7.0.6/lib/rails/engine.rb#394 + # source://railties/7.0.8/lib/rails/engine.rb#394 def railtie_namespace; end - # source://railties/7.0.6/lib/rails/engine.rb#409 + # source://railties/7.0.8/lib/rails/engine.rb#409 def railtie_routes_url_helpers(include_path_helpers = T.unsafe(nil)); end # source://actionmailbox//lib/action_mailbox.rb#17 @@ -90,10 +90,10 @@ module ActionMailbox # source://actionmailbox//lib/action_mailbox.rb#17 def storage_service=(val); end - # source://railties/7.0.6/lib/rails/engine.rb#397 + # source://railties/7.0.8/lib/rails/engine.rb#397 def table_name_prefix; end - # source://railties/7.0.6/lib/rails/engine.rb#401 + # source://railties/7.0.8/lib/rails/engine.rb#401 def use_relative_model_naming?; end end end @@ -171,16 +171,16 @@ class ActionMailbox::Base # source://actionmailbox//lib/action_mailbox/base.rb#77 def initialize(inbound_email); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#940 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#940 def _process_callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#928 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#928 def _run_process_callbacks(&block); end # Enqueues the given +message+ for delivery and changes the inbound email's status to +:bounced+. @@ -216,13 +216,13 @@ class ActionMailbox::Base # source://actionmailbox//lib/action_mailbox/base.rb#92 def process; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers=(_arg0); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers?; end # source://actionmailbox//lib/action_mailbox/routing.rb#9 @@ -237,31 +237,31 @@ class ActionMailbox::Base def track_status_of_inbound_email; end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks=(value); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#932 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#932 def _process_callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#936 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#936 def _process_callbacks=(value); end # source://actionmailbox//lib/action_mailbox/base.rb#73 def receive(inbound_email); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers=(value); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers?; end # source://actionmailbox//lib/action_mailbox/routing.rb#9 @@ -275,7 +275,7 @@ end class ActionMailbox::BaseController < ::ActionController::Base private - # source://actionview/7.0.6/lib/action_view/layouts.rb#328 + # source://actionview/7.0.8/lib/action_view/layouts.rb#328 def _layout(lookup_context, formats); end def _layout_from_proc; end @@ -285,10 +285,10 @@ class ActionMailbox::BaseController < ::ActionController::Base def password; end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://actionpack/7.0.6/lib/action_controller/metal.rb#210 + # source://actionpack/7.0.8/lib/action_controller/metal.rb#210 def middleware_stack; end end end @@ -336,7 +336,7 @@ ActionMailbox::Callbacks::TERMINATOR = T.let(T.unsafe(nil), Proc) # source://actionmailbox//lib/action_mailbox/engine.rb#12 class ActionMailbox::Engine < ::Rails::Engine class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end end end @@ -349,10 +349,10 @@ class ActionMailbox::InboundEmail < ::ActionMailbox::Record include ::ActionMailbox::InboundEmail::Incineratable extend ::ActionMailbox::InboundEmail::MessageId::ClassMethods - # source://activerecord/7.0.6/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.0.8/lib/active_record/autosave_association.rb#160 def autosave_associated_records_for_raw_email_attachment(*args); end - # source://activerecord/7.0.6/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.0.8/lib/active_record/autosave_association.rb#160 def autosave_associated_records_for_raw_email_blob(*args); end def mail; end @@ -360,103 +360,103 @@ class ActionMailbox::InboundEmail < ::ActionMailbox::Record def source; end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activerecord/7.0.6/lib/active_record/reflection.rb#11 + # source://activerecord/7.0.8/lib/active_record/reflection.rb#11 def _reflections; end - # source://activemodel/7.0.6/lib/active_model/validations.rb#52 + # source://activemodel/7.0.8/lib/active_model/validations.rb#52 def _validators; end - # source://activestorage/7.0.6/lib/active_storage/reflection.rb#53 + # source://activestorage/7.0.8/lib/active_storage/reflection.rb#53 def attachment_reflections; end - # source://activerecord/7.0.6/lib/active_record/attributes.rb#11 + # source://activerecord/7.0.8/lib/active_record/attributes.rb#11 def attributes_to_define_after_schema_loads; end - # source://activerecord/7.0.6/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.0.8/lib/active_record/scoping/named.rb#174 def bounced(*args, **_arg1); end - # source://activerecord/7.0.6/lib/active_record/enum.rb#116 + # source://activerecord/7.0.8/lib/active_record/enum.rb#116 def defined_enums; end - # source://activerecord/7.0.6/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.0.8/lib/active_record/scoping/named.rb#174 def delivered(*args, **_arg1); end - # source://activerecord/7.0.6/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.0.8/lib/active_record/scoping/named.rb#174 def failed(*args, **_arg1); end - # source://activerecord/7.0.6/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.0.8/lib/active_record/scoping/named.rb#174 def not_bounced(*args, **_arg1); end - # source://activerecord/7.0.6/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.0.8/lib/active_record/scoping/named.rb#174 def not_delivered(*args, **_arg1); end - # source://activerecord/7.0.6/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.0.8/lib/active_record/scoping/named.rb#174 def not_failed(*args, **_arg1); end - # source://activerecord/7.0.6/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.0.8/lib/active_record/scoping/named.rb#174 def not_pending(*args, **_arg1); end - # source://activerecord/7.0.6/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.0.8/lib/active_record/scoping/named.rb#174 def not_processing(*args, **_arg1); end - # source://activerecord/7.0.6/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.0.8/lib/active_record/scoping/named.rb#174 def pending(*args, **_arg1); end - # source://activerecord/7.0.6/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.0.8/lib/active_record/scoping/named.rb#174 def processing(*args, **_arg1); end - # source://activerecord/7.0.6/lib/active_record/enum.rb#188 + # source://activerecord/7.0.8/lib/active_record/enum.rb#188 def statuses; end - # source://activerecord/7.0.6/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.0.8/lib/active_record/scoping/named.rb#174 def with_attached_raw_email(*args, **_arg1); end end end module ActionMailbox::InboundEmail::GeneratedAssociationMethods - # source://activerecord/7.0.6/lib/active_record/associations/builder/singular_association.rb#28 + # source://activerecord/7.0.8/lib/active_record/associations/builder/singular_association.rb#28 def build_raw_email_attachment(*args, &block); end - # source://activerecord/7.0.6/lib/active_record/associations/builder/singular_association.rb#28 + # source://activerecord/7.0.8/lib/active_record/associations/builder/singular_association.rb#28 def build_raw_email_blob(*args, &block); end - # source://activerecord/7.0.6/lib/active_record/associations/builder/singular_association.rb#32 + # source://activerecord/7.0.8/lib/active_record/associations/builder/singular_association.rb#32 def create_raw_email_attachment(*args, &block); end - # source://activerecord/7.0.6/lib/active_record/associations/builder/singular_association.rb#36 + # source://activerecord/7.0.8/lib/active_record/associations/builder/singular_association.rb#36 def create_raw_email_attachment!(*args, &block); end - # source://activerecord/7.0.6/lib/active_record/associations/builder/singular_association.rb#32 + # source://activerecord/7.0.8/lib/active_record/associations/builder/singular_association.rb#32 def create_raw_email_blob(*args, &block); end - # source://activerecord/7.0.6/lib/active_record/associations/builder/singular_association.rb#36 + # source://activerecord/7.0.8/lib/active_record/associations/builder/singular_association.rb#36 def create_raw_email_blob!(*args, &block); end - # source://activestorage/7.0.6/lib/active_storage/attached/model.rb#55 + # source://activestorage/7.0.8/lib/active_storage/attached/model.rb#55 def raw_email; end - # source://activestorage/7.0.6/lib/active_storage/attached/model.rb#60 + # source://activestorage/7.0.8/lib/active_storage/attached/model.rb#60 def raw_email=(attachable); end - # source://activerecord/7.0.6/lib/active_record/associations/builder/association.rb#103 + # source://activerecord/7.0.8/lib/active_record/associations/builder/association.rb#103 def raw_email_attachment; end - # source://activerecord/7.0.6/lib/active_record/associations/builder/association.rb#111 + # source://activerecord/7.0.8/lib/active_record/associations/builder/association.rb#111 def raw_email_attachment=(value); end - # source://activerecord/7.0.6/lib/active_record/associations/builder/association.rb#103 + # source://activerecord/7.0.8/lib/active_record/associations/builder/association.rb#103 def raw_email_blob; end - # source://activerecord/7.0.6/lib/active_record/associations/builder/association.rb#111 + # source://activerecord/7.0.8/lib/active_record/associations/builder/association.rb#111 def raw_email_blob=(value); end - # source://activerecord/7.0.6/lib/active_record/associations/builder/singular_association.rb#19 + # source://activerecord/7.0.8/lib/active_record/associations/builder/singular_association.rb#19 def reload_raw_email_attachment; end - # source://activerecord/7.0.6/lib/active_record/associations/builder/singular_association.rb#19 + # source://activerecord/7.0.8/lib/active_record/associations/builder/singular_association.rb#19 def reload_raw_email_blob; end end @@ -507,10 +507,10 @@ class ActionMailbox::IncinerationJob < ::ActiveJob::Base def perform(inbound_email); end class << self - # source://activejob/7.0.6/lib/active_job/queue_name.rb#55 + # source://activejob/7.0.8/lib/active_job/queue_name.rb#55 def queue_name; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers; end def schedule(inbound_email); end @@ -525,7 +525,7 @@ class ActionMailbox::Ingresses::Mailgun::InboundEmailsController < ::ActionMailb private - # source://actionview/7.0.6/lib/action_view/layouts.rb#328 + # source://actionview/7.0.8/lib/action_view/layouts.rb#328 def _layout(lookup_context, formats); end def _layout_from_proc; end @@ -535,10 +535,10 @@ class ActionMailbox::Ingresses::Mailgun::InboundEmailsController < ::ActionMailb def mail; end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://actionpack/7.0.6/lib/action_controller/metal.rb#210 + # source://actionpack/7.0.8/lib/action_controller/metal.rb#210 def middleware_stack; end end end @@ -567,7 +567,7 @@ class ActionMailbox::Ingresses::Mandrill::InboundEmailsController < ::ActionMail private - # source://actionview/7.0.6/lib/action_view/layouts.rb#328 + # source://actionview/7.0.8/lib/action_view/layouts.rb#328 def _layout(lookup_context, formats); end def _layout_from_proc; end @@ -578,10 +578,10 @@ class ActionMailbox::Ingresses::Mandrill::InboundEmailsController < ::ActionMail def raw_emails; end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://actionpack/7.0.6/lib/action_controller/metal.rb#210 + # source://actionpack/7.0.8/lib/action_controller/metal.rb#210 def middleware_stack; end end end @@ -607,16 +607,16 @@ class ActionMailbox::Ingresses::Postmark::InboundEmailsController < ::ActionMail private - # source://actionview/7.0.6/lib/action_view/layouts.rb#328 + # source://actionview/7.0.8/lib/action_view/layouts.rb#328 def _layout(lookup_context, formats); end def _layout_from_proc; end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://actionpack/7.0.6/lib/action_controller/metal.rb#210 + # source://actionpack/7.0.8/lib/action_controller/metal.rb#210 def middleware_stack; end end end @@ -628,17 +628,17 @@ class ActionMailbox::Ingresses::Relay::InboundEmailsController < ::ActionMailbox private - # source://actionview/7.0.6/lib/action_view/layouts.rb#328 + # source://actionview/7.0.8/lib/action_view/layouts.rb#328 def _layout(lookup_context, formats); end def _layout_from_proc; end def require_valid_rfc822_message; end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://actionpack/7.0.6/lib/action_controller/metal.rb#210 + # source://actionpack/7.0.8/lib/action_controller/metal.rb#210 def middleware_stack; end end end @@ -650,7 +650,7 @@ class ActionMailbox::Ingresses::Sendgrid::InboundEmailsController < ::ActionMail private - # source://actionview/7.0.6/lib/action_view/layouts.rb#328 + # source://actionview/7.0.8/lib/action_view/layouts.rb#328 def _layout(lookup_context, formats); end def _layout_from_proc; end @@ -658,10 +658,10 @@ class ActionMailbox::Ingresses::Sendgrid::InboundEmailsController < ::ActionMail def mail; end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://actionpack/7.0.6/lib/action_controller/metal.rb#210 + # source://actionpack/7.0.8/lib/action_controller/metal.rb#210 def middleware_stack; end end end @@ -674,10 +674,10 @@ class ActionMailbox::Record < ::ActiveRecord::Base extend ::Kaminari::ConfigurationMethods::ClassMethods class << self - # source://activemodel/7.0.6/lib/active_model/validations.rb#52 + # source://activemodel/7.0.8/lib/active_model/validations.rb#52 def _validators; end - # source://activerecord/7.0.6/lib/active_record/enum.rb#116 + # source://activerecord/7.0.8/lib/active_record/enum.rb#116 def defined_enums; end # source://kaminari-activerecord/1.2.2/lib/kaminari/activerecord/active_record_model_extension.rb#15 @@ -769,7 +769,7 @@ class ActionMailbox::RoutingJob < ::ActiveJob::Base def perform(inbound_email); end class << self - # source://activejob/7.0.6/lib/active_job/queue_name.rb#55 + # source://activejob/7.0.8/lib/active_job/queue_name.rb#55 def queue_name; end end end @@ -1627,67 +1627,67 @@ end module Rails class << self - # source://railties/7.0.6/lib/rails.rb#38 + # source://railties/7.0.8/lib/rails.rb#38 def app_class; end - # source://railties/7.0.6/lib/rails.rb#38 + # source://railties/7.0.8/lib/rails.rb#38 def app_class=(_arg0); end - # source://railties/7.0.6/lib/rails.rb#39 + # source://railties/7.0.8/lib/rails.rb#39 def application; end - # source://railties/7.0.6/lib/rails.rb#37 + # source://railties/7.0.8/lib/rails.rb#37 def application=(_arg0); end - # source://railties/7.0.6/lib/rails.rb#123 + # source://railties/7.0.8/lib/rails.rb#123 def autoloaders; end - # source://railties/7.0.6/lib/rails.rb#50 + # source://railties/7.0.8/lib/rails.rb#50 def backtrace_cleaner; end - # source://railties/7.0.6/lib/rails.rb#38 + # source://railties/7.0.8/lib/rails.rb#38 def cache; end - # source://railties/7.0.6/lib/rails.rb#38 + # source://railties/7.0.8/lib/rails.rb#38 def cache=(_arg0); end - # source://railties/7.0.6/lib/rails.rb#46 + # source://railties/7.0.8/lib/rails.rb#46 def configuration; end - # source://railties/7.0.6/lib/rails.rb#72 + # source://railties/7.0.8/lib/rails.rb#72 def env; end - # source://railties/7.0.6/lib/rails.rb#79 + # source://railties/7.0.8/lib/rails.rb#79 def env=(environment); end - # source://railties/7.0.6/lib/rails.rb#90 + # source://railties/7.0.8/lib/rails.rb#90 def error; end - # source://railties/7.0.6/lib/rails/gem_version.rb#5 + # source://railties/7.0.8/lib/rails/gem_version.rb#5 def gem_version; end - # source://railties/7.0.6/lib/rails.rb#103 + # source://railties/7.0.8/lib/rails.rb#103 def groups(*groups); end - # source://railties/7.0.6/lib/rails.rb#43 + # source://railties/7.0.8/lib/rails.rb#43 def initialize!(*_arg0, **_arg1, &_arg2); end - # source://railties/7.0.6/lib/rails.rb#43 + # source://railties/7.0.8/lib/rails.rb#43 def initialized?(*_arg0, **_arg1, &_arg2); end - # source://railties/7.0.6/lib/rails.rb#38 + # source://railties/7.0.8/lib/rails.rb#38 def logger; end - # source://railties/7.0.6/lib/rails.rb#38 + # source://railties/7.0.8/lib/rails.rb#38 def logger=(_arg0); end - # source://railties/7.0.6/lib/rails.rb#119 + # source://railties/7.0.8/lib/rails.rb#119 def public_path; end - # source://railties/7.0.6/lib/rails.rb#63 + # source://railties/7.0.8/lib/rails.rb#63 def root; end - # source://railties/7.0.6/lib/rails/version.rb#7 + # source://railties/7.0.8/lib/rails/version.rb#7 def version; end end end @@ -1702,11 +1702,11 @@ class Rails::Conductor::ActionMailbox::InboundEmails::SourcesController < ::Rail private - # source://actionview/7.0.6/lib/action_view/layouts.rb#328 + # source://actionview/7.0.8/lib/action_view/layouts.rb#328 def _layout(lookup_context, formats); end class << self - # source://actionpack/7.0.6/lib/action_controller/metal.rb#210 + # source://actionpack/7.0.8/lib/action_controller/metal.rb#210 def middleware_stack; end end end @@ -1719,7 +1719,7 @@ class Rails::Conductor::ActionMailbox::InboundEmailsController < ::Rails::Conduc private - # source://actionview/7.0.6/lib/action_view/layouts.rb#328 + # source://actionview/7.0.8/lib/action_view/layouts.rb#328 def _layout(lookup_context, formats); end def create_inbound_email(mail); end @@ -1727,7 +1727,7 @@ class Rails::Conductor::ActionMailbox::InboundEmailsController < ::Rails::Conduc def new_mail; end class << self - # source://actionpack/7.0.6/lib/action_controller/metal.rb#210 + # source://actionpack/7.0.8/lib/action_controller/metal.rb#210 def middleware_stack; end end end @@ -1737,11 +1737,11 @@ class Rails::Conductor::ActionMailbox::IncineratesController < ::Rails::Conducto private - # source://actionview/7.0.6/lib/action_view/layouts.rb#328 + # source://actionview/7.0.8/lib/action_view/layouts.rb#328 def _layout(lookup_context, formats); end class << self - # source://actionpack/7.0.6/lib/action_controller/metal.rb#210 + # source://actionpack/7.0.8/lib/action_controller/metal.rb#210 def middleware_stack; end end end @@ -1751,13 +1751,13 @@ class Rails::Conductor::ActionMailbox::ReroutesController < ::Rails::Conductor:: private - # source://actionview/7.0.6/lib/action_view/layouts.rb#328 + # source://actionview/7.0.8/lib/action_view/layouts.rb#328 def _layout(lookup_context, formats); end def reroute(inbound_email); end class << self - # source://actionpack/7.0.6/lib/action_controller/metal.rb#210 + # source://actionpack/7.0.8/lib/action_controller/metal.rb#210 def middleware_stack; end end end @@ -1765,23 +1765,23 @@ end class Rails::Conductor::BaseController < ::ActionController::Base private - # source://actionview/7.0.6/lib/action_view/layouts.rb#328 + # source://actionview/7.0.8/lib/action_view/layouts.rb#328 def _layout(lookup_context, formats); end def _layout_from_proc; end def ensure_development_env; end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://actionview/7.0.6/lib/action_view/layouts.rb#209 + # source://actionview/7.0.8/lib/action_view/layouts.rb#209 def _layout; end - # source://actionview/7.0.6/lib/action_view/layouts.rb#210 + # source://actionview/7.0.8/lib/action_view/layouts.rb#210 def _layout_conditions; end - # source://actionpack/7.0.6/lib/action_controller/metal.rb#210 + # source://actionpack/7.0.8/lib/action_controller/metal.rb#210 def middleware_stack; end end end diff --git a/sorbet/rbi/gems/actionmailer@7.0.6.rbi b/sorbet/rbi/gems/actionmailer@7.0.8.rbi similarity index 93% rename from sorbet/rbi/gems/actionmailer@7.0.6.rbi rename to sorbet/rbi/gems/actionmailer@7.0.8.rbi index 62131b3c..60c51207 100644 --- a/sorbet/rbi/gems/actionmailer@7.0.6.rbi +++ b/sorbet/rbi/gems/actionmailer@7.0.8.rbi @@ -521,46 +521,46 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#632 def initialize; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://actionpack/7.0.6/lib/abstract_controller/helpers.rb#11 + # source://actionpack/7.0.8/lib/abstract_controller/helpers.rb#11 def _helper_methods; end - # source://actionpack/7.0.6/lib/abstract_controller/helpers.rb#11 + # source://actionpack/7.0.8/lib/abstract_controller/helpers.rb#11 def _helper_methods=(_arg0); end - # source://actionpack/7.0.6/lib/abstract_controller/helpers.rb#11 + # source://actionpack/7.0.8/lib/abstract_controller/helpers.rb#11 def _helper_methods?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#940 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#940 def _process_action_callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#928 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#928 def _run_process_action_callbacks(&block); end - # source://actionpack/7.0.6/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.0.8/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies; end - # source://actionpack/7.0.6/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.0.8/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies=(_arg0); end - # source://actionpack/7.0.6/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.0.8/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def asset_host; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def asset_host=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def assets_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def assets_dir=(value); end # Allows you to add attachments to an email, like so: @@ -595,10 +595,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#749 def attachments; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def default_asset_host_protocol; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def default_asset_host_protocol=(value); end # source://actionmailer//lib/action_mailer/base.rb#490 @@ -610,10 +610,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#490 def default_params?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def default_static_extension; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def default_static_extension=(value); end # source://actionmailer//lib/action_mailer/delivery_methods.rb#15 @@ -659,10 +659,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#673 def email_address_with_name(address, name); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def enable_fragment_cache_logging; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def enable_fragment_cache_logging=(value); end # source://actionmailer//lib/action_mailer/delivery_methods.rb#51 @@ -674,13 +674,13 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/delivery_methods.rb#51 def file_settings?; end - # source://actionpack/7.0.6/lib/abstract_controller/caching/fragments.rb#23 + # source://actionpack/7.0.8/lib/abstract_controller/caching/fragments.rb#23 def fragment_cache_keys; end - # source://actionpack/7.0.6/lib/abstract_controller/caching/fragments.rb#23 + # source://actionpack/7.0.8/lib/abstract_controller/caching/fragments.rb#23 def fragment_cache_keys=(_arg0); end - # source://actionpack/7.0.6/lib/abstract_controller/caching/fragments.rb#23 + # source://actionpack/7.0.8/lib/abstract_controller/caching/fragments.rb#23 def fragment_cache_keys?; end # Allows you to pass random and unusual headers to the new Mail::Message @@ -721,16 +721,16 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#711 def headers(args = T.unsafe(nil)); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def javascripts_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def javascripts_dir=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def logger; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def logger=(value); end # The main method that creates the message and renders the email templates. There are @@ -830,10 +830,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#666 def mailer_name; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attr_internal.rb#33 def message; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attr_internal.rb#33 def message=(_arg0); end # source://actionmailer//lib/action_mailer/parameterized.rb#91 @@ -842,10 +842,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/parameterized.rb#91 def params=(_arg0); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def perform_caching; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def perform_caching=(value); end # source://actionmailer//lib/action_mailer/delivery_methods.rb#14 @@ -869,19 +869,19 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/delivery_methods.rb#13 def raise_delivery_errors=(val); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def relative_url_root; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def relative_url_root=(value); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers=(_arg0); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers?; end # source://actionmailer//lib/action_mailer/delivery_methods.rb#51 @@ -905,10 +905,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/delivery_methods.rb#51 def smtp_settings?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def stylesheets_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def stylesheets_dir=(value); end # source://actionmailer//lib/action_mailer/delivery_methods.rb#51 @@ -922,7 +922,7 @@ class ActionMailer::Base < ::AbstractController::Base private - # source://actionview/7.0.6/lib/action_view/layouts.rb#328 + # source://actionview/7.0.8/lib/action_view/layouts.rb#328 def _layout(lookup_context, formats); end # source://actionmailer//lib/action_mailer/base.rb#1059 @@ -993,70 +993,70 @@ class ActionMailer::Base < ::AbstractController::Base def wrap_inline_attachments(message); end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks=(value); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://actionpack/7.0.6/lib/abstract_controller/helpers.rb#11 + # source://actionpack/7.0.8/lib/abstract_controller/helpers.rb#11 def _helper_methods; end - # source://actionpack/7.0.6/lib/abstract_controller/helpers.rb#11 + # source://actionpack/7.0.8/lib/abstract_controller/helpers.rb#11 def _helper_methods=(value); end - # source://actionpack/7.0.6/lib/abstract_controller/helpers.rb#11 + # source://actionpack/7.0.8/lib/abstract_controller/helpers.rb#11 def _helper_methods?; end - # source://actionpack/7.0.6/lib/abstract_controller/helpers.rb#15 + # source://actionpack/7.0.8/lib/abstract_controller/helpers.rb#15 def _helpers; end - # source://actionview/7.0.6/lib/action_view/layouts.rb#209 + # source://actionview/7.0.8/lib/action_view/layouts.rb#209 def _layout; end - # source://actionview/7.0.6/lib/action_view/layouts.rb#209 + # source://actionview/7.0.8/lib/action_view/layouts.rb#209 def _layout=(value); end - # source://actionview/7.0.6/lib/action_view/layouts.rb#209 + # source://actionview/7.0.8/lib/action_view/layouts.rb#209 def _layout?; end - # source://actionview/7.0.6/lib/action_view/layouts.rb#210 + # source://actionview/7.0.8/lib/action_view/layouts.rb#210 def _layout_conditions; end - # source://actionview/7.0.6/lib/action_view/layouts.rb#210 + # source://actionview/7.0.8/lib/action_view/layouts.rb#210 def _layout_conditions=(value); end - # source://actionview/7.0.6/lib/action_view/layouts.rb#210 + # source://actionview/7.0.8/lib/action_view/layouts.rb#210 def _layout_conditions?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#932 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#932 def _process_action_callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#936 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#936 def _process_action_callbacks=(value); end - # source://actionpack/7.0.6/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.0.8/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies; end - # source://actionpack/7.0.6/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.0.8/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies=(value); end - # source://actionpack/7.0.6/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.0.8/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def asset_host; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def asset_host=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def assets_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def assets_dir=(value); end # Returns the name of the current mailer. This method is also being used as a path for a view lookup. @@ -1074,10 +1074,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#570 def default(value = T.unsafe(nil)); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def default_asset_host_protocol; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def default_asset_host_protocol=(value); end # Sets the defaults through app configuration: @@ -1101,10 +1101,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#490 def default_params?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def default_static_extension; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def default_static_extension=(value); end # source://actionmailer//lib/action_mailer/delivery_methods.rb#15 @@ -1157,10 +1157,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#595 def email_address_with_name(address, name); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def enable_fragment_cache_logging; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def enable_fragment_cache_logging=(value); end # source://actionmailer//lib/action_mailer/delivery_methods.rb#51 @@ -1172,25 +1172,25 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/delivery_methods.rb#51 def file_settings?; end - # source://actionpack/7.0.6/lib/abstract_controller/caching/fragments.rb#23 + # source://actionpack/7.0.8/lib/abstract_controller/caching/fragments.rb#23 def fragment_cache_keys; end - # source://actionpack/7.0.6/lib/abstract_controller/caching/fragments.rb#23 + # source://actionpack/7.0.8/lib/abstract_controller/caching/fragments.rb#23 def fragment_cache_keys=(value); end - # source://actionpack/7.0.6/lib/abstract_controller/caching/fragments.rb#23 + # source://actionpack/7.0.8/lib/abstract_controller/caching/fragments.rb#23 def fragment_cache_keys?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def javascripts_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def javascripts_dir=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def logger; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def logger=(value); end # Returns the name of the current mailer. This method is also being used as a path for a view lookup. @@ -1204,10 +1204,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#562 def mailer_name=(_arg0); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def perform_caching; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def perform_caching=(value); end # source://actionmailer//lib/action_mailer/delivery_methods.rb#14 @@ -1258,19 +1258,19 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#499 def register_observers(*observers); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def relative_url_root; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def relative_url_root=(value); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers=(value); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers?; end # source://actionmailer//lib/action_mailer/delivery_methods.rb#51 @@ -1297,10 +1297,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/delivery_methods.rb#51 def smtp_settings?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def stylesheets_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def stylesheets_dir=(value); end # Emails do not support relative path links. @@ -1368,10 +1368,10 @@ module ActionMailer::Base::HelperMethods include ::ActionText::ContentHelper include ::ActionText::TagHelper - # source://actionpack/7.0.6/lib/abstract_controller/caching/fragments.rb#31 + # source://actionpack/7.0.8/lib/abstract_controller/caching/fragments.rb#31 def combined_fragment_cache_key(*args, **_arg1, &block); end - # source://actionpack/7.0.6/lib/abstract_controller/caching.rb#43 + # source://actionpack/7.0.8/lib/abstract_controller/caching.rb#43 def view_cache_dependencies(*args, **_arg1, &block); end end @@ -1569,7 +1569,7 @@ ActionMailer::InlinePreviewInterceptor::PATTERN = T.let(T.unsafe(nil), Regexp) # Implements the ActiveSupport::LogSubscriber for logging notifications when # email is delivered or received. # -# source://actionmailer//lib/action_mailer/log_subscriber.rb#9 +# source://actionmailer//lib/action_mailer/log_subscriber.rb#8 class ActionMailer::LogSubscriber < ::ActiveSupport::LogSubscriber # An email was delivered. # @@ -1610,10 +1610,10 @@ class ActionMailer::MailDeliveryJob < ::ActiveJob::Base def mailer_class; end class << self - # source://activejob/7.0.6/lib/active_job/queue_name.rb#55 + # source://activejob/7.0.8/lib/active_job/queue_name.rb#55 def queue_name; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers; end end end @@ -2096,7 +2096,6 @@ class ActionMailer::TestCase < ::ActiveSupport::TestCase include ::ActiveSupport::Testing::ConstantLookup include ::ActiveJob::TestHelper include ::ActionMailer::TestHelper - include ::Rails::Dom::Testing::Assertions::SelectorAssertions::CountDescribable include ::Rails::Dom::Testing::Assertions::SelectorAssertions include ::Rails::Dom::Testing::Assertions::DomAssertions include ::ActionMailer::TestCase::Behavior @@ -2113,7 +2112,7 @@ class ActionMailer::TestCase < ::ActiveSupport::TestCase def _mailer_class?; end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end # source://actionmailer//lib/action_mailer/test_case.rb#41 @@ -2132,7 +2131,6 @@ module ActionMailer::TestCase::Behavior include ::ActiveSupport::Testing::Assertions include ::ActiveJob::TestHelper include ::ActionMailer::TestHelper - include ::Rails::Dom::Testing::Assertions::SelectorAssertions::CountDescribable include ::Rails::Dom::Testing::Assertions::SelectorAssertions include ::Rails::Dom::Testing::Assertions::DomAssertions extend ::ActiveSupport::Concern diff --git a/sorbet/rbi/gems/actionpack@7.0.6.rbi b/sorbet/rbi/gems/actionpack@7.0.8.rbi similarity index 98% rename from sorbet/rbi/gems/actionpack@7.0.6.rbi rename to sorbet/rbi/gems/actionpack@7.0.8.rbi index d83ceff8..ecd2bbfc 100644 --- a/sorbet/rbi/gems/actionpack@7.0.6.rbi +++ b/sorbet/rbi/gems/actionpack@7.0.8.rbi @@ -60,10 +60,10 @@ class AbstractController::Base # Returns the name of the action this controller is processing. # - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attr_internal.rb#33 def action_name; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attr_internal.rb#33 def action_name=(_arg0); end # Returns true if a method for the action is available and @@ -89,10 +89,10 @@ class AbstractController::Base # Returns the formats that can be processed by the controller. # - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attr_internal.rb#33 def formats; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attr_internal.rb#33 def formats=(_arg0); end # source://actionpack//lib/abstract_controller/base.rb#194 @@ -121,10 +121,10 @@ class AbstractController::Base # Returns the body of the HTTP response sent by the controller. # - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attr_internal.rb#33 def response_body; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attr_internal.rb#33 def response_body=(_arg0); end # Actually call the method associated with the action. Override @@ -803,13 +803,13 @@ module AbstractController::Helpers::ClassMethods # source://actionpack//lib/abstract_controller/helpers.rb#56 def _helpers=(_arg0); end - # source://actionpack//lib/abstract_controller/helpers.rb#185 + # source://actionpack//lib/abstract_controller/helpers.rb#188 def _helpers_for_modification; end # Clears up all existing helpers in this class, only keeping the helper # with the same name as this class. # - # source://actionpack//lib/abstract_controller/helpers.rb#159 + # source://actionpack//lib/abstract_controller/helpers.rb#162 def clear_helpers; end # Includes the given modules in the template class. @@ -863,7 +863,7 @@ module AbstractController::Helpers::ClassMethods # end # end # - # source://actionpack//lib/abstract_controller/helpers.rb#148 + # source://actionpack//lib/abstract_controller/helpers.rb#151 def helper(*args, &block); end # Declare a controller method as a helper. For example, the following @@ -902,15 +902,15 @@ module AbstractController::Helpers::ClassMethods # Given an array of values like the ones accepted by +helper+, this method # returns an array with the corresponding modules, in the same order. # - # source://actionpack//lib/abstract_controller/helpers.rb#170 + # source://actionpack//lib/abstract_controller/helpers.rb#173 def modules_for_helpers(modules_or_helper_prefixes); end private - # source://actionpack//lib/abstract_controller/helpers.rb#204 + # source://actionpack//lib/abstract_controller/helpers.rb#207 def default_helper_module!; end - # source://actionpack//lib/abstract_controller/helpers.rb#193 + # source://actionpack//lib/abstract_controller/helpers.rb#196 def define_helpers_module(klass, helpers = T.unsafe(nil)); end end @@ -1272,13 +1272,13 @@ class ActionController::API < ::ActionController::Metal extend ::Searchkick::ControllerRuntime::ClassMethods extend ::Devise::Controllers::Helpers::ClassMethods - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#940 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#940 def _process_action_callbacks; end # source://actionpack//lib/action_controller/metal/renderers.rb#31 @@ -1290,7 +1290,7 @@ class ActionController::API < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/renderers.rb#31 def _renderers?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#928 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#928 def _run_process_action_callbacks(&block); end # source://actionpack//lib/action_controller/metal/params_wrapper.rb#185 @@ -1320,19 +1320,19 @@ class ActionController::API < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/conditional_get.rb#13 def etaggers?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def logger; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def logger=(value); end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to=(_arg0); end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to?; end # source://actionpack//lib/action_controller/metal/redirecting.rb#15 @@ -1341,38 +1341,38 @@ class ActionController::API < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/redirecting.rb#15 def raise_on_open_redirects=(val); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers=(_arg0); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers?; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder=(_arg0); end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder?; end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks=(value); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#932 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#932 def _process_action_callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#936 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#936 def _process_action_callbacks=(value); end # source://actionpack//lib/action_controller/metal/renderers.rb#31 @@ -1411,22 +1411,22 @@ class ActionController::API < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/conditional_get.rb#13 def etaggers?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def logger; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def logger=(value); end # source://actionpack//lib/action_controller/metal.rb#210 def middleware_stack; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to=(value); end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to?; end # source://actionpack//lib/action_controller/metal/redirecting.rb#15 @@ -1435,22 +1435,22 @@ class ActionController::API < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/redirecting.rb#15 def raise_on_open_redirects=(val); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers=(value); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers?; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder=(value); end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder?; end # Shortcut helper that returns all the ActionController::API modules except @@ -1750,10 +1750,10 @@ class ActionController::Base < ::ActionController::Metal extend ::Searchkick::ControllerRuntime::ClassMethods extend ::Devise::Controllers::Helpers::ClassMethods - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end # source://actionpack//lib/abstract_controller/helpers.rb#11 @@ -1765,7 +1765,7 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/abstract_controller/helpers.rb#11 def _helper_methods?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#940 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#940 def _process_action_callbacks; end # source://actionpack//lib/action_controller/metal/renderers.rb#31 @@ -1777,7 +1777,7 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/renderers.rb#31 def _renderers?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#928 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#928 def _run_process_action_callbacks(&block); end # source://actionpack//lib/abstract_controller/caching.rb#42 @@ -1801,40 +1801,40 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/flash.rb#36 def alert; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def allow_forgery_protection; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def allow_forgery_protection=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def asset_host; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def asset_host=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def assets_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def assets_dir=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def default_asset_host_protocol; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def default_asset_host_protocol=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def default_protect_from_forgery; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def default_protect_from_forgery=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def default_static_extension; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def default_static_extension=(value); end # source://actionpack//lib/action_dispatch/routing/url_for.rb#95 @@ -1846,10 +1846,10 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_dispatch/routing/url_for.rb#95 def default_url_options?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def enable_fragment_cache_logging; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def enable_fragment_cache_logging=(value); end # source://actionpack//lib/action_controller/metal/etag_with_template_digest.rb#27 @@ -1873,16 +1873,16 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/flash.rb#10 def flash(*_arg0, **_arg1, &_arg2); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def forgery_protection_origin_check; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def forgery_protection_origin_check=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def forgery_protection_strategy; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def forgery_protection_strategy=(value); end # source://actionpack//lib/abstract_controller/caching/fragments.rb#23 @@ -1912,46 +1912,46 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/helpers.rb#64 def include_all_helpers?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def javascripts_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def javascripts_dir=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def log_warning_on_csrf_failure; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def log_warning_on_csrf_failure=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def logger; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def logger=(value); end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to=(_arg0); end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to?; end # source://actionpack//lib/action_controller/metal/flash.rb#36 def notice; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def per_form_csrf_tokens; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def per_form_csrf_tokens=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def perform_caching; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def perform_caching=(value); end # source://actionpack//lib/action_controller/metal/redirecting.rb#15 @@ -1960,48 +1960,48 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/redirecting.rb#15 def raise_on_open_redirects=(val); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def relative_url_root; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def relative_url_root=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def request_forgery_protection_token; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def request_forgery_protection_token=(value); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers=(_arg0); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers?; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder=(_arg0); end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def stylesheets_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def stylesheets_dir=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def urlsafe_csrf_tokens; end private - # source://actionview/7.0.6/lib/action_view/layouts.rb#328 + # source://actionview/7.0.8/lib/action_view/layouts.rb#328 def _layout(lookup_context, formats); end def _layout_from_proc; end @@ -2010,13 +2010,13 @@ class ActionController::Base < ::ActionController::Metal def _protected_ivars; end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks=(value); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end # source://actionpack//lib/action_controller/form_builder.rb#31 @@ -2049,28 +2049,28 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/abstract_controller/helpers.rb#15 def _helpers; end - # source://actionview/7.0.6/lib/action_view/layouts.rb#209 + # source://actionview/7.0.8/lib/action_view/layouts.rb#209 def _layout; end - # source://actionview/7.0.6/lib/action_view/layouts.rb#209 + # source://actionview/7.0.8/lib/action_view/layouts.rb#209 def _layout=(value); end - # source://actionview/7.0.6/lib/action_view/layouts.rb#209 + # source://actionview/7.0.8/lib/action_view/layouts.rb#209 def _layout?; end - # source://actionview/7.0.6/lib/action_view/layouts.rb#210 + # source://actionview/7.0.8/lib/action_view/layouts.rb#210 def _layout_conditions; end - # source://actionview/7.0.6/lib/action_view/layouts.rb#210 + # source://actionview/7.0.8/lib/action_view/layouts.rb#210 def _layout_conditions=(value); end - # source://actionview/7.0.6/lib/action_view/layouts.rb#210 + # source://actionview/7.0.8/lib/action_view/layouts.rb#210 def _layout_conditions?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#932 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#932 def _process_action_callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#936 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#936 def _process_action_callbacks=(value); end # source://actionpack//lib/action_controller/metal/renderers.rb#31 @@ -2100,40 +2100,40 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/params_wrapper.rb#185 def _wrapper_options?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def allow_forgery_protection; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def allow_forgery_protection=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def asset_host; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def asset_host=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def assets_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def assets_dir=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def default_asset_host_protocol; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def default_asset_host_protocol=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def default_protect_from_forgery; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def default_protect_from_forgery=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def default_static_extension; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def default_static_extension=(value); end # source://actionpack//lib/action_dispatch/routing/url_for.rb#95 @@ -2145,10 +2145,10 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_dispatch/routing/url_for.rb#95 def default_url_options?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def enable_fragment_cache_logging; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def enable_fragment_cache_logging=(value); end # source://actionpack//lib/action_controller/metal/etag_with_template_digest.rb#27 @@ -2169,16 +2169,16 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/conditional_get.rb#13 def etaggers?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def forgery_protection_origin_check; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def forgery_protection_origin_check=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def forgery_protection_strategy; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def forgery_protection_strategy=(value); end # source://actionpack//lib/abstract_controller/caching/fragments.rb#23 @@ -2208,46 +2208,46 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/helpers.rb#64 def include_all_helpers?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def javascripts_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def javascripts_dir=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def log_warning_on_csrf_failure; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def log_warning_on_csrf_failure=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def logger; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def logger=(value); end # source://actionpack//lib/action_controller/metal.rb#210 def middleware_stack; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to=(value); end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def per_form_csrf_tokens; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def per_form_csrf_tokens=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def perform_caching; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def perform_caching=(value); end # source://actionpack//lib/action_controller/metal/redirecting.rb#15 @@ -2256,43 +2256,43 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/redirecting.rb#15 def raise_on_open_redirects=(val); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def relative_url_root; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def relative_url_root=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def request_forgery_protection_token; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def request_forgery_protection_token=(value); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers=(value); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers?; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder=(value); end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def stylesheets_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def stylesheets_dir=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def urlsafe_csrf_tokens; end # source://actionpack//lib/action_controller/metal/request_forgery_protection.rb#97 @@ -2329,7 +2329,7 @@ module ActionController::Base::HelperMethods include ::ActionView::Helpers::TagHelper include ::Turbo::Streams::ActionHelper - # source://ahoy_matey/4.2.1/lib/ahoy/controller.rb#6 + # source://ahoy_matey/5.0.2/lib/ahoy/controller.rb#6 def ahoy(*args, **_arg1, &block); end # source://actionpack//lib/action_controller/metal/flash.rb#39 @@ -2347,10 +2347,10 @@ module ActionController::Base::HelperMethods # source://actionpack//lib/action_controller/metal/cookies.rb#8 def cookies(*args, **_arg1, &block); end - # source://ahoy_matey/4.2.1/lib/ahoy/controller.rb#5 + # source://ahoy_matey/5.0.2/lib/ahoy/controller.rb#5 def current_visit(*args, **_arg1, &block); end - # source://devise/4.9.2/lib/devise/controllers/helpers.rb#13 + # source://devise/4.9.3/lib/devise/controllers/helpers.rb#13 def devise_controller?(*args, **_arg1, &block); end # source://actionpack//lib/action_controller/metal/request_forgery_protection.rb#106 @@ -2362,13 +2362,16 @@ module ActionController::Base::HelperMethods # source://actionpack//lib/action_controller/metal/request_forgery_protection.rb#107 def protect_against_forgery?(*args, **_arg1, &block); end - # source://devise/4.9.2/lib/devise/controllers/helpers.rb#13 + # source://devise/4.9.3/lib/devise/controllers/helpers.rb#13 def signed_in?(*args, **_arg1, &block); end + def turbo_frame_request_id(*args, **_arg1, &block); end + def turbo_native_app?(*args, **_arg1, &block); end + # source://actionpack//lib/abstract_controller/caching.rb#43 def view_cache_dependencies(*args, **_arg1, &block); end - # source://devise/4.9.2/lib/devise/controllers/helpers.rb#13 + # source://devise/4.9.3/lib/devise/controllers/helpers.rb#13 def warden(*args, **_arg1, &block); end end @@ -4206,21 +4209,21 @@ end # source://actionpack//lib/action_controller/metal/live.rb#89 ActionController::Live::SSE::PERMITTED_OPTIONS = T.let(T.unsafe(nil), Array) -# source://actionpack//lib/action_controller/test_case.rb#170 +# source://actionpack//lib/action_controller/test_case.rb#169 class ActionController::LiveTestResponse < ::ActionController::Live::Response # Was there a server-side error? # - # source://rack/2.2.7/lib/rack/response.rb#141 + # source://rack/2.2.8/lib/rack/response.rb#141 def error?; end # Was the URL not found? # - # source://rack/2.2.7/lib/rack/response.rb#151 + # source://rack/2.2.8/lib/rack/response.rb#151 def missing?; end # Was the response successful? # - # source://rack/2.2.7/lib/rack/response.rb#138 + # source://rack/2.2.8/lib/rack/response.rb#138 def success?; end end @@ -4401,19 +4404,19 @@ class ActionController::Metal < ::AbstractController::Base # source://actionpack//lib/action_controller/metal.rb#181 def performed?; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attr_internal.rb#33 def request; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attr_internal.rb#33 def request=(_arg0); end # source://actionpack//lib/action_controller/metal.rb#206 def reset_session; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attr_internal.rb#33 def response; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attr_internal.rb#33 def response=(_arg0); end # source://actionpack//lib/action_controller/metal.rb#172 @@ -6094,10 +6097,10 @@ class ActionController::ParamsWrapper::Options < ::Struct # source://actionpack//lib/action_controller/metal/params_wrapper.rb#108 def include; end - # source://mutex_m/0.1.1/mutex_m.rb#93 + # source://mutex_m/0.2.0/mutex_m.rb#91 def lock; end - # source://mutex_m/0.1.1/mutex_m.rb#83 + # source://mutex_m/0.2.0/mutex_m.rb#81 def locked?; end # Returns the value of attribute model @@ -6114,13 +6117,13 @@ class ActionController::ParamsWrapper::Options < ::Struct # source://actionpack//lib/action_controller/metal/params_wrapper.rb#141 def name; end - # source://mutex_m/0.1.1/mutex_m.rb#78 + # source://mutex_m/0.2.0/mutex_m.rb#76 def synchronize(&block); end - # source://mutex_m/0.1.1/mutex_m.rb#88 + # source://mutex_m/0.2.0/mutex_m.rb#86 def try_lock; end - # source://mutex_m/0.1.1/mutex_m.rb#98 + # source://mutex_m/0.2.0/mutex_m.rb#96 def unlock; end private @@ -6489,7 +6492,7 @@ module ActionController::Renderers # source://actionpack//lib/action_controller/metal/renderers.rb#155 def _render_with_renderer_json(json, options); end - # source://turbo-rails/1.4.0/lib/turbo/engine.rb#56 + # source://turbo-rails/1.5.0/lib/turbo/engine.rb#61 def _render_with_renderer_turbo_stream(turbo_streams_html, options); end # source://actionpack//lib/action_controller/metal/renderers.rb#175 @@ -7765,7 +7768,6 @@ class ActionController::TestCase < ::ActiveSupport::TestCase include ::ActionDispatch::Assertions::ResponseAssertions include ::ActionDispatch::Assertions::RoutingAssertions include ::Rails::Dom::Testing::Assertions::DomAssertions - include ::Rails::Dom::Testing::Assertions::SelectorAssertions::CountDescribable include ::Rails::Dom::Testing::Assertions::SelectorAssertions include ::Rails::Dom::Testing::Assertions include ::ActionController::TestCase::Behavior @@ -7784,7 +7786,7 @@ class ActionController::TestCase < ::ActiveSupport::TestCase def _controller_class?; end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end # source://actionpack//lib/action_controller/test_case.rb#561 @@ -7809,7 +7811,6 @@ module ActionController::TestCase::Behavior include ::ActionDispatch::TestProcess::FixtureFile include ::ActionDispatch::TestProcess include ::Rails::Dom::Testing::Assertions::DomAssertions - include ::Rails::Dom::Testing::Assertions::SelectorAssertions::CountDescribable include ::Rails::Dom::Testing::Assertions::SelectorAssertions include ::Rails::Dom::Testing::Assertions extend ::ActiveSupport::Concern @@ -8317,7 +8318,6 @@ module ActionDispatch::Assertions include ::ActionDispatch::Assertions::ResponseAssertions include ::ActionDispatch::Assertions::RoutingAssertions include ::Rails::Dom::Testing::Assertions::DomAssertions - include ::Rails::Dom::Testing::Assertions::SelectorAssertions::CountDescribable include ::Rails::Dom::Testing::Assertions::SelectorAssertions include ::Rails::Dom::Testing::Assertions @@ -8524,35 +8524,35 @@ class ActionDispatch::Callbacks # source://actionpack//lib/action_dispatch/middleware/callbacks.rb#20 def initialize(app); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#940 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#940 def _call_callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#928 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#928 def _run_call_callbacks(&block); end # source://actionpack//lib/action_dispatch/middleware/callbacks.rb#24 def call(env); end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks=(value); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#932 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#932 def _call_callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#936 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#936 def _call_callbacks=(value); end # source://actionpack//lib/action_dispatch/middleware/callbacks.rb#15 @@ -9991,17 +9991,15 @@ class ActionDispatch::HostAuthorization private - # @return [Boolean] - # - # source://actionpack//lib/action_dispatch/middleware/host_authorization.rb#144 - def authorized?(request); end + # source://actionpack//lib/action_dispatch/middleware/host_authorization.rb#146 + def blocked_hosts(request); end # @return [Boolean] # - # source://actionpack//lib/action_dispatch/middleware/host_authorization.rb#151 + # source://actionpack//lib/action_dispatch/middleware/host_authorization.rb#158 def excluded?(request); end - # source://actionpack//lib/action_dispatch/middleware/host_authorization.rb#155 + # source://actionpack//lib/action_dispatch/middleware/host_authorization.rb#162 def mark_as_authorized(request); end end @@ -11092,7 +11090,6 @@ module ActionDispatch::Integration::Runner include ::ActionDispatch::Assertions::ResponseAssertions include ::ActionDispatch::Assertions::RoutingAssertions include ::Rails::Dom::Testing::Assertions::DomAssertions - include ::Rails::Dom::Testing::Assertions::SelectorAssertions::CountDescribable include ::Rails::Dom::Testing::Assertions::SelectorAssertions include ::Rails::Dom::Testing::Assertions include ::ActionDispatch::Assertions @@ -11219,7 +11216,6 @@ class ActionDispatch::Integration::Session include ::ActionDispatch::Assertions::ResponseAssertions include ::ActionDispatch::Assertions::RoutingAssertions include ::Rails::Dom::Testing::Assertions::DomAssertions - include ::Rails::Dom::Testing::Assertions::SelectorAssertions::CountDescribable include ::Rails::Dom::Testing::Assertions::SelectorAssertions include ::Rails::Dom::Testing::Assertions include ::ActionDispatch::Assertions @@ -11631,7 +11627,6 @@ class ActionDispatch::IntegrationTest < ::ActiveSupport::TestCase include ::ActionDispatch::Assertions::ResponseAssertions include ::ActionDispatch::Assertions::RoutingAssertions include ::Rails::Dom::Testing::Assertions::DomAssertions - include ::Rails::Dom::Testing::Assertions::SelectorAssertions::CountDescribable include ::Rails::Dom::Testing::Assertions::SelectorAssertions include ::Rails::Dom::Testing::Assertions include ::ActionDispatch::Assertions @@ -11641,6 +11636,7 @@ class ActionDispatch::IntegrationTest < ::ActiveSupport::TestCase include ::ActionDispatch::Routing::PolymorphicRoutes include ::ActionDispatch::Routing::UrlFor include ::ActionDispatch::IntegrationTest::UrlOptions + include ::Turbo::TestAssertions::IntegrationTestAssertions extend ::ActionDispatch::IntegrationTest::Behavior::ClassMethods end @@ -11649,7 +11645,6 @@ module ActionDispatch::IntegrationTest::Behavior include ::ActionDispatch::Assertions::ResponseAssertions include ::ActionDispatch::Assertions::RoutingAssertions include ::Rails::Dom::Testing::Assertions::DomAssertions - include ::Rails::Dom::Testing::Assertions::SelectorAssertions::CountDescribable include ::Rails::Dom::Testing::Assertions::SelectorAssertions include ::Rails::Dom::Testing::Assertions include ::ActionDispatch::Assertions @@ -11658,6 +11653,7 @@ module ActionDispatch::IntegrationTest::Behavior extend ::ActiveSupport::Concern include ::ActionDispatch::Routing::UrlFor include ::ActionDispatch::IntegrationTest::UrlOptions + include ::Turbo::TestAssertions::IntegrationTestAssertions mixes_in_class_methods ::ActionDispatch::IntegrationTest::Behavior::ClassMethods @@ -14064,7 +14060,7 @@ class ActionDispatch::Request # source://actionpack//lib/action_dispatch/http/request.rb#322 def raw_post; end - # source://rack/2.2.7/lib/rack/request.rb#157 + # source://rack/2.2.8/lib/rack/request.rb#157 def raw_request_method; end # source://actionpack//lib/action_dispatch/http/request.rb#50 @@ -14715,7 +14711,7 @@ end # source://actionpack//lib/action_dispatch/testing/integration.rb#0 class ActionDispatch::RequestEncoder::TurboStreamEncoder < ::ActionDispatch::RequestEncoder::IdentityEncoder - # source://turbo-rails/1.4.0/lib/turbo/engine.rb#82 + # source://turbo-rails/1.5.0/lib/turbo/engine.rb#96 def accept_header; end end @@ -14799,10 +14795,10 @@ class ActionDispatch::Response # Aliasing these off because AD::Http::Cache::Response defines them. # - # source://rack/2.2.7/lib/rack/response.rb#229 + # source://rack/2.2.8/lib/rack/response.rb#229 def _cache_control; end - # source://rack/2.2.7/lib/rack/response.rb#233 + # source://rack/2.2.8/lib/rack/response.rb#233 def _cache_control=(v); end # source://actionpack//lib/action_dispatch/http/response.rb#370 @@ -14945,7 +14941,7 @@ class ActionDispatch::Response # The location header we'll be responding with. # - # source://rack/2.2.7/lib/rack/response.rb#204 + # source://rack/2.2.8/lib/rack/response.rb#204 def redirect_url; end # The request that the response is responding to. @@ -15628,57 +15624,57 @@ class ActionDispatch::Routing::Mapper # source://actionpack//lib/action_dispatch/routing/mapper.rb#2302 def initialize(set); end - # source://devise/4.9.2/lib/devise/rails/routes.rb#363 + # source://devise/4.9.3/lib/devise/rails/routes.rb#363 def as(scope); end - # source://devise/4.9.2/lib/devise/rails/routes.rb#290 + # source://devise/4.9.3/lib/devise/rails/routes.rb#290 def authenticate(scope = T.unsafe(nil), block = T.unsafe(nil)); end - # source://devise/4.9.2/lib/devise/rails/routes.rb#314 + # source://devise/4.9.3/lib/devise/rails/routes.rb#314 def authenticated(scope = T.unsafe(nil), block = T.unsafe(nil)); end - # source://devise/4.9.2/lib/devise/rails/routes.rb#226 + # source://devise/4.9.3/lib/devise/rails/routes.rb#226 def devise_for(*resources); end - # source://devise/4.9.2/lib/devise/rails/routes.rb#363 + # source://devise/4.9.3/lib/devise/rails/routes.rb#363 def devise_scope(scope); end - # source://devise/4.9.2/lib/devise/rails/routes.rb#331 + # source://devise/4.9.3/lib/devise/rails/routes.rb#331 def unauthenticated(scope = T.unsafe(nil)); end protected - # source://devise/4.9.2/lib/devise/rails/routes.rb#477 + # source://devise/4.9.3/lib/devise/rails/routes.rb#477 def constraints_for(method_to_apply, scope = T.unsafe(nil), block = T.unsafe(nil)); end - # source://devise/4.9.2/lib/devise/rails/routes.rb#390 + # source://devise/4.9.3/lib/devise/rails/routes.rb#390 def devise_confirmation(mapping, controllers); end - # source://devise/4.9.2/lib/devise/rails/routes.rb#421 + # source://devise/4.9.3/lib/devise/rails/routes.rb#421 def devise_omniauth_callback(mapping, controllers); end - # source://devise/4.9.2/lib/devise/rails/routes.rb#385 + # source://devise/4.9.3/lib/devise/rails/routes.rb#385 def devise_password(mapping, controllers); end - # source://devise/4.9.2/lib/devise/rails/routes.rb#402 + # source://devise/4.9.3/lib/devise/rails/routes.rb#402 def devise_registration(mapping, controllers); end - # source://devise/4.9.2/lib/devise/rails/routes.rb#377 + # source://devise/4.9.3/lib/devise/rails/routes.rb#377 def devise_session(mapping, controllers); end - # source://devise/4.9.2/lib/devise/rails/routes.rb#395 + # source://devise/4.9.3/lib/devise/rails/routes.rb#395 def devise_unlock(mapping, controllers); end - # source://devise/4.9.2/lib/devise/rails/routes.rb#509 + # source://devise/4.9.3/lib/devise/rails/routes.rb#509 def raise_no_devise_method_error!(klass); end - # source://devise/4.9.2/lib/devise/rails/routes.rb#499 + # source://devise/4.9.3/lib/devise/rails/routes.rb#499 def raise_no_secret_key; end - # source://devise/4.9.2/lib/devise/rails/routes.rb#488 + # source://devise/4.9.3/lib/devise/rails/routes.rb#488 def set_omniauth_path_prefix!(path_prefix); end - # source://devise/4.9.2/lib/devise/rails/routes.rb#461 + # source://devise/4.9.3/lib/devise/rails/routes.rb#461 def with_devise_exclusive_scope(new_path, new_as, options); end class << self @@ -17739,7 +17735,7 @@ class ActionDispatch::Routing::RouteSet # source://actionpack//lib/action_dispatch/routing/route_set.rb#760 def extra_keys(options, recall = T.unsafe(nil)); end - # source://devise/4.9.2/lib/devise/rails/routes.rb#8 + # source://devise/4.9.3/lib/devise/rails/routes.rb#8 def finalize!; end # source://actionpack//lib/action_dispatch/routing/route_set.rb#792 @@ -19246,7 +19242,7 @@ class ActionDispatch::SystemTesting::Browser # source://actionpack//lib/action_dispatch/system_testing/browser.rb#6 def options; end - # driver_path can be configured as a proc. The webdrivers gem uses this + # driver_path can be configured as a proc. # proc to update web drivers. Running this proc early allows us to only # update the webdriver once and avoid race conditions when using # parallel tests. @@ -19964,10 +19960,10 @@ Mime::Type::MIME_REGEXP = T.let(T.unsafe(nil), Regexp) # source://actionpack//lib/action_dispatch.rb#33 module Rack class << self - # source://rack/2.2.7/lib/rack/version.rb#26 + # source://rack/2.2.8/lib/rack/version.rb#26 def release; end - # source://rack/2.2.7/lib/rack/version.rb#19 + # source://rack/2.2.8/lib/rack/version.rb#19 def version; end end end diff --git a/sorbet/rbi/gems/actiontext@7.0.6.rbi b/sorbet/rbi/gems/actiontext@7.0.8.rbi similarity index 76% rename from sorbet/rbi/gems/actiontext@7.0.6.rbi rename to sorbet/rbi/gems/actiontext@7.0.8.rbi index 49c743a1..a6330d5a 100644 --- a/sorbet/rbi/gems/actiontext@7.0.6.rbi +++ b/sorbet/rbi/gems/actiontext@7.0.8.rbi @@ -9,19 +9,19 @@ module ActionText extend ::ActiveSupport::Autoload class << self - # source://railties/7.0.6/lib/rails/engine.rb#405 + # source://railties/7.0.8/lib/rails/engine.rb#405 def railtie_helpers_paths; end - # source://railties/7.0.6/lib/rails/engine.rb#394 + # source://railties/7.0.8/lib/rails/engine.rb#394 def railtie_namespace; end - # source://railties/7.0.6/lib/rails/engine.rb#409 + # source://railties/7.0.8/lib/rails/engine.rb#409 def railtie_routes_url_helpers(include_path_helpers = T.unsafe(nil)); end - # source://railties/7.0.6/lib/rails/engine.rb#397 + # source://railties/7.0.8/lib/rails/engine.rb#397 def table_name_prefix; end - # source://railties/7.0.6/lib/rails/engine.rb#401 + # source://railties/7.0.8/lib/rails/engine.rb#401 def use_relative_model_naming?; end end end @@ -111,28 +111,28 @@ class ActionText::Attachables::ContentAttachment extend ::ActiveModel::Validations::HelperMethods extend ::ActiveModel::Conversion::ClassMethods - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#928 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#928 def _run_validate_callbacks(&block); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#940 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#940 def _validate_callbacks; end - # source://activemodel/7.0.6/lib/active_model/validations.rb#52 + # source://activemodel/7.0.8/lib/active_model/validations.rb#52 def _validators; end - # source://activemodel/7.0.6/lib/active_model/validations.rb#52 + # source://activemodel/7.0.8/lib/active_model/validations.rb#52 def _validators?; end # source://actiontext//lib/action_text/attachables/content_attachment.rb#20 def attachable_plain_text_representation(caption); end - # source://activemodel/7.0.6/lib/active_model/naming.rb#244 + # source://activemodel/7.0.8/lib/active_model/naming.rb#244 def model_name(*_arg0, **_arg1, &_arg2); end # Returns the value of attribute name. @@ -153,37 +153,37 @@ class ActionText::Attachables::ContentAttachment # source://actiontext//lib/action_text/attachables/content_attachment.rb#33 def to_trix_content_attachment_partial_path; end - # source://activemodel/7.0.6/lib/active_model/validations.rb#48 + # source://activemodel/7.0.8/lib/active_model/validations.rb#48 def validation_context; end private - # source://activemodel/7.0.6/lib/active_model/validations.rb#48 + # source://activemodel/7.0.8/lib/active_model/validations.rb#48 def validation_context=(_arg0); end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks=(value); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#932 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#932 def _validate_callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#936 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#936 def _validate_callbacks=(value); end - # source://activemodel/7.0.6/lib/active_model/validations.rb#52 + # source://activemodel/7.0.8/lib/active_model/validations.rb#52 def _validators; end - # source://activemodel/7.0.6/lib/active_model/validations.rb#52 + # source://activemodel/7.0.8/lib/active_model/validations.rb#52 def _validators=(value); end - # source://activemodel/7.0.6/lib/active_model/validations.rb#52 + # source://activemodel/7.0.8/lib/active_model/validations.rb#52 def _validators?; end # source://actiontext//lib/action_text/attachables/content_attachment.rb#8 @@ -195,7 +195,7 @@ end module ActionText::Attachables::MissingAttachable extend ::ActiveModel::Naming - # source://activemodel/7.0.6/lib/active_model/naming.rb#244 + # source://activemodel/7.0.8/lib/active_model/naming.rb#244 def model_name(*_arg0, **_arg1, &_arg2); end class << self @@ -226,7 +226,7 @@ class ActionText::Attachables::RemoteImage # source://actiontext//lib/action_text/attachables/remote_image.rb#28 def height; end - # source://activemodel/7.0.6/lib/active_model/naming.rb#244 + # source://activemodel/7.0.8/lib/active_model/naming.rb#244 def model_name(*_arg0, **_arg1, &_arg2); end # source://actiontext//lib/action_text/attachables/remote_image.rb#41 @@ -285,7 +285,7 @@ class ActionText::Attachment # source://actiontext//lib/action_text/attachment.rb#88 def inspect; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/delegation.rb#302 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/delegation.rb#302 def method_missing(method, *args, **_arg2, &block); end # Returns the value of attribute node. @@ -322,7 +322,7 @@ class ActionText::Attachment # source://actiontext//lib/action_text/attachment.rb#93 def node_attributes; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/delegation.rb#294 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/delegation.rb#294 def respond_to_missing?(name, include_private = T.unsafe(nil)); end # source://actiontext//lib/action_text/attachment.rb#101 @@ -387,22 +387,22 @@ class ActionText::AttachmentGallery # source://actiontext//lib/action_text/attachment_gallery.rb#52 def initialize(node); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#928 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#928 def _run_validate_callbacks(&block); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#940 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#940 def _validate_callbacks; end - # source://activemodel/7.0.6/lib/active_model/validations.rb#52 + # source://activemodel/7.0.8/lib/active_model/validations.rb#52 def _validators; end - # source://activemodel/7.0.6/lib/active_model/validations.rb#52 + # source://activemodel/7.0.8/lib/active_model/validations.rb#52 def _validators?; end # source://actiontext//lib/action_text/attachment_gallery.rb#56 @@ -411,7 +411,7 @@ class ActionText::AttachmentGallery # source://actiontext//lib/action_text/attachment_gallery.rb#66 def inspect; end - # source://activemodel/7.0.6/lib/active_model/naming.rb#244 + # source://activemodel/7.0.8/lib/active_model/naming.rb#244 def model_name(*_arg0, **_arg1, &_arg2); end # Returns the value of attribute node. @@ -422,37 +422,37 @@ class ActionText::AttachmentGallery # source://actiontext//lib/action_text/attachment_gallery.rb#62 def size; end - # source://activemodel/7.0.6/lib/active_model/validations.rb#48 + # source://activemodel/7.0.8/lib/active_model/validations.rb#48 def validation_context; end private - # source://activemodel/7.0.6/lib/active_model/validations.rb#48 + # source://activemodel/7.0.8/lib/active_model/validations.rb#48 def validation_context=(_arg0); end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks=(value); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#932 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#932 def _validate_callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#936 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#936 def _validate_callbacks=(value); end - # source://activemodel/7.0.6/lib/active_model/validations.rb#52 + # source://activemodel/7.0.8/lib/active_model/validations.rb#52 def _validators; end - # source://activemodel/7.0.6/lib/active_model/validations.rb#52 + # source://activemodel/7.0.8/lib/active_model/validations.rb#52 def _validators=(value); end - # source://activemodel/7.0.6/lib/active_model/validations.rb#52 + # source://activemodel/7.0.8/lib/active_model/validations.rb#52 def _validators?; end # source://actiontext//lib/action_text/attachment_gallery.rb#41 @@ -657,10 +657,10 @@ class ActionText::Content # source://actiontext//lib/action_text/content.rb#12 def fragment_by_canonicalizing_content(content); end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#48 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#48 def renderer; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#92 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#92 def renderer=(obj); end end end @@ -696,16 +696,16 @@ class ActionText::EncryptedRichText < ::ActionText::RichText include ::ActionText::EncryptedRichText::GeneratedAssociationMethods class << self - # source://activemodel/7.0.6/lib/active_model/validations.rb#52 + # source://activemodel/7.0.8/lib/active_model/validations.rb#52 def _validators; end - # source://activerecord/7.0.6/lib/active_record/attributes.rb#11 + # source://activerecord/7.0.8/lib/active_record/attributes.rb#11 def attributes_to_define_after_schema_loads; end - # source://activerecord/7.0.6/lib/active_record/enum.rb#116 + # source://activerecord/7.0.8/lib/active_record/enum.rb#116 def defined_enums; end - # source://activerecord/7.0.6/lib/active_record/encryption/encryptable_record.rb#11 + # source://activerecord/7.0.8/lib/active_record/encryption/encryptable_record.rb#11 def encrypted_attributes; end end end @@ -741,7 +741,7 @@ end # source://actiontext//lib/action_text/engine.rb#11 class ActionText::Engine < ::Rails::Engine class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end end end @@ -950,10 +950,10 @@ class ActionText::Record < ::ActiveRecord::Base extend ::Kaminari::ConfigurationMethods::ClassMethods class << self - # source://activemodel/7.0.6/lib/active_model/validations.rb#52 + # source://activemodel/7.0.8/lib/active_model/validations.rb#52 def _validators; end - # source://activerecord/7.0.6/lib/active_record/enum.rb#116 + # source://activerecord/7.0.8/lib/active_record/enum.rb#116 def defined_enums; end # source://kaminari-activerecord/1.2.2/lib/kaminari/activerecord/active_record_model_extension.rb#15 @@ -984,13 +984,13 @@ class ActionText::RichText < ::ActionText::Record include ::ActionText::RichText::GeneratedAttributeMethods include ::ActionText::RichText::GeneratedAssociationMethods - # source://activerecord/7.0.6/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.0.8/lib/active_record/autosave_association.rb#160 def autosave_associated_records_for_embeds_attachments(*args); end - # source://activerecord/7.0.6/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.0.8/lib/active_record/autosave_association.rb#160 def autosave_associated_records_for_embeds_blobs(*args); end - # source://activerecord/7.0.6/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.0.8/lib/active_record/autosave_association.rb#160 def autosave_associated_records_for_record(*args); end def blank?(*_arg0, **_arg1, &_arg2); end @@ -1001,93 +1001,93 @@ class ActionText::RichText < ::ActionText::Record def to_s(*_arg0, **_arg1, &_arg2); end def to_trix_html; end - # source://activerecord/7.0.6/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.0.8/lib/active_record/autosave_association.rb#160 def validate_associated_records_for_embeds_attachments(*args); end - # source://activerecord/7.0.6/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.0.8/lib/active_record/autosave_association.rb#160 def validate_associated_records_for_embeds_blobs(*args); end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activerecord/7.0.6/lib/active_record/reflection.rb#11 + # source://activerecord/7.0.8/lib/active_record/reflection.rb#11 def _reflections; end - # source://activemodel/7.0.6/lib/active_model/validations.rb#52 + # source://activemodel/7.0.8/lib/active_model/validations.rb#52 def _validators; end - # source://activestorage/7.0.6/lib/active_storage/reflection.rb#53 + # source://activestorage/7.0.8/lib/active_storage/reflection.rb#53 def attachment_reflections; end - # source://activerecord/7.0.6/lib/active_record/attributes.rb#11 + # source://activerecord/7.0.8/lib/active_record/attributes.rb#11 def attributes_to_define_after_schema_loads; end - # source://activerecord/7.0.6/lib/active_record/enum.rb#116 + # source://activerecord/7.0.8/lib/active_record/enum.rb#116 def defined_enums; end - # source://activerecord/7.0.6/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.0.8/lib/active_record/scoping/named.rb#174 def with_attached_embeds(*args, **_arg1); end end end module ActionText::RichText::EmbedsAttachmentsAssociationExtension - # source://activestorage/7.0.6/lib/active_storage/attached/model.rb#165 + # source://activestorage/7.0.8/lib/active_storage/attached/model.rb#165 def purge; end - # source://activestorage/7.0.6/lib/active_storage/attached/model.rb#171 + # source://activestorage/7.0.8/lib/active_storage/attached/model.rb#171 def purge_later; end private - # source://activestorage/7.0.6/lib/active_storage/attached/model.rb#178 + # source://activestorage/7.0.8/lib/active_storage/attached/model.rb#178 def deprecate(action); end end module ActionText::RichText::GeneratedAssociationMethods - # source://activestorage/7.0.6/lib/active_storage/attached/model.rb#134 + # source://activestorage/7.0.8/lib/active_storage/attached/model.rb#134 def embeds; end - # source://activestorage/7.0.6/lib/active_storage/attached/model.rb#139 + # source://activestorage/7.0.8/lib/active_storage/attached/model.rb#139 def embeds=(attachables); end - # source://activerecord/7.0.6/lib/active_record/associations/builder/collection_association.rb#62 + # source://activerecord/7.0.8/lib/active_record/associations/builder/collection_association.rb#62 def embeds_attachment_ids; end - # source://activerecord/7.0.6/lib/active_record/associations/builder/collection_association.rb#72 + # source://activerecord/7.0.8/lib/active_record/associations/builder/collection_association.rb#72 def embeds_attachment_ids=(ids); end - # source://activerecord/7.0.6/lib/active_record/associations/builder/association.rb#103 + # source://activerecord/7.0.8/lib/active_record/associations/builder/association.rb#103 def embeds_attachments; end - # source://activerecord/7.0.6/lib/active_record/associations/builder/association.rb#111 + # source://activerecord/7.0.8/lib/active_record/associations/builder/association.rb#111 def embeds_attachments=(value); end - # source://activerecord/7.0.6/lib/active_record/associations/builder/collection_association.rb#62 + # source://activerecord/7.0.8/lib/active_record/associations/builder/collection_association.rb#62 def embeds_blob_ids; end - # source://activerecord/7.0.6/lib/active_record/associations/builder/collection_association.rb#72 + # source://activerecord/7.0.8/lib/active_record/associations/builder/collection_association.rb#72 def embeds_blob_ids=(ids); end - # source://activerecord/7.0.6/lib/active_record/associations/builder/association.rb#103 + # source://activerecord/7.0.8/lib/active_record/associations/builder/association.rb#103 def embeds_blobs; end - # source://activerecord/7.0.6/lib/active_record/associations/builder/association.rb#111 + # source://activerecord/7.0.8/lib/active_record/associations/builder/association.rb#111 def embeds_blobs=(value); end - # source://activerecord/7.0.6/lib/active_record/associations/builder/association.rb#103 + # source://activerecord/7.0.8/lib/active_record/associations/builder/association.rb#103 def record; end - # source://activerecord/7.0.6/lib/active_record/associations/builder/association.rb#111 + # source://activerecord/7.0.8/lib/active_record/associations/builder/association.rb#111 def record=(value); end - # source://activerecord/7.0.6/lib/active_record/associations/builder/belongs_to.rb#132 + # source://activerecord/7.0.8/lib/active_record/associations/builder/belongs_to.rb#132 def record_changed?; end - # source://activerecord/7.0.6/lib/active_record/associations/builder/belongs_to.rb#136 + # source://activerecord/7.0.8/lib/active_record/associations/builder/belongs_to.rb#136 def record_previously_changed?; end - # source://activerecord/7.0.6/lib/active_record/associations/builder/singular_association.rb#19 + # source://activerecord/7.0.8/lib/active_record/associations/builder/singular_association.rb#19 def reload_record; end end @@ -1239,216 +1239,216 @@ module ActionView::Helpers mixes_in_class_methods ::ActionView::Helpers::SanitizeHelper::ClassMethods class << self - # source://actionview/7.0.6/lib/action_view/helpers.rb#34 + # source://actionview/7.0.8/lib/action_view/helpers.rb#34 def eager_load!; end end end class ActionView::Helpers::FormBuilder - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1700 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1701 def initialize(object_name, object, template, options); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2614 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2615 def button(value = T.unsafe(nil), options = T.unsafe(nil), &block); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2438 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2439 def check_box(method, options = T.unsafe(nil), checked_value = T.unsafe(nil), unchecked_value = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_options_helper.rb#907 + # source://actionview/7.0.8/lib/action_view/helpers/form_options_helper.rb#907 def collection_check_boxes(method, collection, value_method, text_method, options = T.unsafe(nil), html_options = T.unsafe(nil), &block); end - # source://actionview/7.0.6/lib/action_view/helpers/form_options_helper.rb#919 + # source://actionview/7.0.8/lib/action_view/helpers/form_options_helper.rb#919 def collection_radio_buttons(method, collection, value_method, text_method, options = T.unsafe(nil), html_options = T.unsafe(nil), &block); end - # source://actionview/7.0.6/lib/action_view/helpers/form_options_helper.rb#859 + # source://actionview/7.0.8/lib/action_view/helpers/form_options_helper.rb#859 def collection_select(method, collection, value_method, text_method, options = T.unsafe(nil), html_options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def color_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def date_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/date_helper.rb#1239 + # source://actionview/7.0.8/lib/action_view/helpers/date_helper.rb#1239 def date_select(method, options = T.unsafe(nil), html_options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def datetime_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def datetime_local_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/date_helper.rb#1263 + # source://actionview/7.0.8/lib/action_view/helpers/date_helper.rb#1263 def datetime_select(method, options = T.unsafe(nil), html_options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def email_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2635 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2636 def emitted_hidden_id?; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1665 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1666 def field_helpers; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1665 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1666 def field_helpers=(_arg0); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1665 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1666 def field_helpers?; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1757 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1758 def field_id(method, *suffixes, namespace: T.unsafe(nil), index: T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1777 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1778 def field_name(method, *methods, multiple: T.unsafe(nil), index: T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2294 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2295 def fields(scope = T.unsafe(nil), model: T.unsafe(nil), **options, &block); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2257 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2258 def fields_for(record_name, record_object = T.unsafe(nil), fields_options = T.unsafe(nil), &block); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2521 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2522 def file_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_options_helper.rb#871 + # source://actionview/7.0.8/lib/action_view/helpers/form_options_helper.rb#871 def grouped_collection_select(method, collection, group_method, group_label_method, option_key_method, option_value_method, options = T.unsafe(nil), html_options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2482 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2483 def hidden_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1737 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1738 def id; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1677 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1678 def index; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2369 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2370 def label(method, text = T.unsafe(nil), options = T.unsafe(nil), &block); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def month_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1677 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1678 def multipart; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1680 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1681 def multipart=(multipart); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1677 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1678 def multipart?; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def number_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1675 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1676 def object; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1675 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1676 def object=(_arg0); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1675 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1676 def object_name; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1675 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1676 def object_name=(_arg0); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1675 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1676 def options; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1675 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1676 def options=(_arg0); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def password_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def phone_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2460 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2461 def radio_button(method, tag_value, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def range_field(method, options = T.unsafe(nil)); end def rich_text_area(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def search_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_options_helper.rb#847 + # source://actionview/7.0.8/lib/action_view/helpers/form_options_helper.rb#847 def select(method, choices = T.unsafe(nil), options = T.unsafe(nil), html_options = T.unsafe(nil), &block); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2553 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2554 def submit(value = T.unsafe(nil), options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def telephone_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def text_area(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def text_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def time_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/date_helper.rb#1251 + # source://actionview/7.0.8/lib/action_view/helpers/date_helper.rb#1251 def time_select(method, options = T.unsafe(nil), html_options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_options_helper.rb#883 + # source://actionview/7.0.8/lib/action_view/helpers/form_options_helper.rb#883 def time_zone_select(method, priority_zones = T.unsafe(nil), options = T.unsafe(nil), html_options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1696 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1697 def to_model; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1692 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1693 def to_partial_path; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def url_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2006 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2007 def week_field(method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_options_helper.rb#895 + # source://actionview/7.0.8/lib/action_view/helpers/form_options_helper.rb#895 def weekday_select(method, options = T.unsafe(nil), html_options = T.unsafe(nil)); end private - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2720 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2721 def convert_to_legacy_options(options); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2702 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2703 def fields_for_nested_model(name, object, fields_options, block); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2673 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2674 def fields_for_with_nested_attributes(association_name, association, options, block); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2669 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2670 def nested_attributes_association?(association_name); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2715 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2716 def nested_child_index(name); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2640 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2641 def objectify_options(options); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#2646 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#2647 def submit_default_value; end class << self - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1688 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1689 def _to_partial_path; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1665 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1666 def field_helpers; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1665 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1666 def field_helpers=(value); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1665 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1666 def field_helpers?; end end end @@ -1462,141 +1462,141 @@ module ActionView::Helpers::FormHelper mixes_in_class_methods ::ActionView::Helpers::UrlHelper::ClassMethods mixes_in_class_methods ::ActionView::Helpers::SanitizeHelper::ClassMethods - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1573 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1574 def _object_for_form_builder(object); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1336 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1337 def check_box(object_name, method, options = T.unsafe(nil), checked_value = T.unsafe(nil), unchecked_value = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1366 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1367 def color_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1430 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1431 def date_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1497 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1498 def datetime_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1497 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1498 def datetime_local_field(object_name, method, options = T.unsafe(nil)); end def default_form_builder; end def default_form_builder=(_arg0); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1551 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1552 def email_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1072 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1073 def fields(scope = T.unsafe(nil), model: T.unsafe(nil), **options, &block); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1021 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1022 def fields_for(record_name, record_object = T.unsafe(nil), options = T.unsafe(nil), &block); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1238 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1239 def file_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#433 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#433 def form_for(record, options = T.unsafe(nil), &block); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#754 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#755 def form_with(model: T.unsafe(nil), scope: T.unsafe(nil), url: T.unsafe(nil), format: T.unsafe(nil), **options, &block); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#479 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#480 def form_with_generates_ids; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#479 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#480 def form_with_generates_ids=(val); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#477 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#478 def form_with_generates_remote_forms; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#477 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#478 def form_with_generates_remote_forms=(val); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1205 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1206 def hidden_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1142 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1143 def label(object_name, method, content_or_options = T.unsafe(nil), options = T.unsafe(nil), &block); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1516 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1517 def month_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#481 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#482 def multiple_file_field_include_hidden; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#481 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#482 def multiple_file_field_include_hidden=(val); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1560 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1561 def number_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1187 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1188 def password_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1398 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1399 def phone_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1358 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1359 def radio_button(object_name, method, tag_value, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1569 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1570 def range_field(object_name, method, options = T.unsafe(nil)); end def rich_text_area(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1389 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1390 def search_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1398 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1399 def telephone_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1268 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1269 def text_area(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1166 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1167 def text_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1468 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1469 def time_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1542 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1543 def url_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1533 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1534 def week_field(object_name, method, options = T.unsafe(nil)); end private - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#463 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#463 def apply_form_for_options!(object, options); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1607 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1608 def default_form_builder_class; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1578 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1579 def html_options_for_form_with(url_for_options = T.unsafe(nil), model = T.unsafe(nil), html: T.unsafe(nil), local: T.unsafe(nil), skip_enforcing_utf8: T.unsafe(nil), **options); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#1593 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#1594 def instantiate_builder(record_name, record_object, options); end class << self - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#479 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#480 def form_with_generates_ids; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#479 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#480 def form_with_generates_ids=(val); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#477 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#478 def form_with_generates_remote_forms; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#477 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#478 def form_with_generates_remote_forms=(val); end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#481 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#482 def multiple_file_field_include_hidden; end - # source://actionview/7.0.6/lib/action_view/helpers/form_helper.rb#481 + # source://actionview/7.0.8/lib/action_view/helpers/form_helper.rb#482 def multiple_file_field_include_hidden=(val); end end end diff --git a/sorbet/rbi/gems/actionview@7.0.6.rbi b/sorbet/rbi/gems/actionview@7.0.8.rbi similarity index 97% rename from sorbet/rbi/gems/actionview@7.0.6.rbi rename to sorbet/rbi/gems/actionview@7.0.8.rbi index 41b3494e..1ab8ab7e 100644 --- a/sorbet/rbi/gems/actionview@7.0.6.rbi +++ b/sorbet/rbi/gems/actionview@7.0.8.rbi @@ -12,253 +12,253 @@ class ActionController::Base < ::ActionController::Metal include ::Devise::Controllers::SignInOut include ::Devise::Controllers::StoreLocation - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://actionpack/7.0.6/lib/abstract_controller/helpers.rb#11 + # source://actionpack/7.0.8/lib/abstract_controller/helpers.rb#11 def _helper_methods; end - # source://actionpack/7.0.6/lib/abstract_controller/helpers.rb#11 + # source://actionpack/7.0.8/lib/abstract_controller/helpers.rb#11 def _helper_methods=(_arg0); end - # source://actionpack/7.0.6/lib/abstract_controller/helpers.rb#11 + # source://actionpack/7.0.8/lib/abstract_controller/helpers.rb#11 def _helper_methods?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#940 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#940 def _process_action_callbacks; end - # source://actionpack/7.0.6/lib/action_controller/metal/renderers.rb#31 + # source://actionpack/7.0.8/lib/action_controller/metal/renderers.rb#31 def _renderers; end - # source://actionpack/7.0.6/lib/action_controller/metal/renderers.rb#31 + # source://actionpack/7.0.8/lib/action_controller/metal/renderers.rb#31 def _renderers=(_arg0); end - # source://actionpack/7.0.6/lib/action_controller/metal/renderers.rb#31 + # source://actionpack/7.0.8/lib/action_controller/metal/renderers.rb#31 def _renderers?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#928 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#928 def _run_process_action_callbacks(&block); end - # source://actionpack/7.0.6/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.0.8/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies; end - # source://actionpack/7.0.6/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.0.8/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies=(_arg0); end - # source://actionpack/7.0.6/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.0.8/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies?; end - # source://actionpack/7.0.6/lib/action_controller/metal/params_wrapper.rb#185 + # source://actionpack/7.0.8/lib/action_controller/metal/params_wrapper.rb#185 def _wrapper_options; end - # source://actionpack/7.0.6/lib/action_controller/metal/params_wrapper.rb#185 + # source://actionpack/7.0.8/lib/action_controller/metal/params_wrapper.rb#185 def _wrapper_options=(_arg0); end - # source://actionpack/7.0.6/lib/action_controller/metal/params_wrapper.rb#185 + # source://actionpack/7.0.8/lib/action_controller/metal/params_wrapper.rb#185 def _wrapper_options?; end - # source://actionpack/7.0.6/lib/action_controller/metal/flash.rb#36 + # source://actionpack/7.0.8/lib/action_controller/metal/flash.rb#36 def alert; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def allow_forgery_protection; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def allow_forgery_protection=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def asset_host; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def asset_host=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def assets_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def assets_dir=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def default_asset_host_protocol; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def default_asset_host_protocol=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def default_protect_from_forgery; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def default_protect_from_forgery=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def default_static_extension; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def default_static_extension=(value); end - # source://actionpack/7.0.6/lib/action_dispatch/routing/url_for.rb#95 + # source://actionpack/7.0.8/lib/action_dispatch/routing/url_for.rb#95 def default_url_options; end - # source://actionpack/7.0.6/lib/action_dispatch/routing/url_for.rb#95 + # source://actionpack/7.0.8/lib/action_dispatch/routing/url_for.rb#95 def default_url_options=(_arg0); end - # source://actionpack/7.0.6/lib/action_dispatch/routing/url_for.rb#95 + # source://actionpack/7.0.8/lib/action_dispatch/routing/url_for.rb#95 def default_url_options?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def enable_fragment_cache_logging; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def enable_fragment_cache_logging=(value); end - # source://actionpack/7.0.6/lib/action_controller/metal/etag_with_template_digest.rb#27 + # source://actionpack/7.0.8/lib/action_controller/metal/etag_with_template_digest.rb#27 def etag_with_template_digest; end - # source://actionpack/7.0.6/lib/action_controller/metal/etag_with_template_digest.rb#27 + # source://actionpack/7.0.8/lib/action_controller/metal/etag_with_template_digest.rb#27 def etag_with_template_digest=(_arg0); end - # source://actionpack/7.0.6/lib/action_controller/metal/etag_with_template_digest.rb#27 + # source://actionpack/7.0.8/lib/action_controller/metal/etag_with_template_digest.rb#27 def etag_with_template_digest?; end - # source://actionpack/7.0.6/lib/action_controller/metal/conditional_get.rb#13 + # source://actionpack/7.0.8/lib/action_controller/metal/conditional_get.rb#13 def etaggers; end - # source://actionpack/7.0.6/lib/action_controller/metal/conditional_get.rb#13 + # source://actionpack/7.0.8/lib/action_controller/metal/conditional_get.rb#13 def etaggers=(_arg0); end - # source://actionpack/7.0.6/lib/action_controller/metal/conditional_get.rb#13 + # source://actionpack/7.0.8/lib/action_controller/metal/conditional_get.rb#13 def etaggers?; end - # source://actionpack/7.0.6/lib/action_controller/metal/flash.rb#10 + # source://actionpack/7.0.8/lib/action_controller/metal/flash.rb#10 def flash(*_arg0, **_arg1, &_arg2); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def forgery_protection_origin_check; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def forgery_protection_origin_check=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def forgery_protection_strategy; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def forgery_protection_strategy=(value); end - # source://actionpack/7.0.6/lib/abstract_controller/caching/fragments.rb#23 + # source://actionpack/7.0.8/lib/abstract_controller/caching/fragments.rb#23 def fragment_cache_keys; end - # source://actionpack/7.0.6/lib/abstract_controller/caching/fragments.rb#23 + # source://actionpack/7.0.8/lib/abstract_controller/caching/fragments.rb#23 def fragment_cache_keys=(_arg0); end - # source://actionpack/7.0.6/lib/abstract_controller/caching/fragments.rb#23 + # source://actionpack/7.0.8/lib/abstract_controller/caching/fragments.rb#23 def fragment_cache_keys?; end - # source://actionpack/7.0.6/lib/action_controller/metal/helpers.rb#63 + # source://actionpack/7.0.8/lib/action_controller/metal/helpers.rb#63 def helpers_path; end - # source://actionpack/7.0.6/lib/action_controller/metal/helpers.rb#63 + # source://actionpack/7.0.8/lib/action_controller/metal/helpers.rb#63 def helpers_path=(_arg0); end - # source://actionpack/7.0.6/lib/action_controller/metal/helpers.rb#63 + # source://actionpack/7.0.8/lib/action_controller/metal/helpers.rb#63 def helpers_path?; end - # source://actionpack/7.0.6/lib/action_controller/metal/helpers.rb#64 + # source://actionpack/7.0.8/lib/action_controller/metal/helpers.rb#64 def include_all_helpers; end - # source://actionpack/7.0.6/lib/action_controller/metal/helpers.rb#64 + # source://actionpack/7.0.8/lib/action_controller/metal/helpers.rb#64 def include_all_helpers=(_arg0); end - # source://actionpack/7.0.6/lib/action_controller/metal/helpers.rb#64 + # source://actionpack/7.0.8/lib/action_controller/metal/helpers.rb#64 def include_all_helpers?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def javascripts_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def javascripts_dir=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def log_warning_on_csrf_failure; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def log_warning_on_csrf_failure=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def logger; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def logger=(value); end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to=(_arg0); end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to?; end - # source://actionpack/7.0.6/lib/action_controller/metal/flash.rb#36 + # source://actionpack/7.0.8/lib/action_controller/metal/flash.rb#36 def notice; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def per_form_csrf_tokens; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def per_form_csrf_tokens=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def perform_caching; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def perform_caching=(value); end - # source://actionpack/7.0.6/lib/action_controller/metal/redirecting.rb#15 + # source://actionpack/7.0.8/lib/action_controller/metal/redirecting.rb#15 def raise_on_open_redirects; end - # source://actionpack/7.0.6/lib/action_controller/metal/redirecting.rb#15 + # source://actionpack/7.0.8/lib/action_controller/metal/redirecting.rb#15 def raise_on_open_redirects=(val); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def relative_url_root; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def relative_url_root=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def request_forgery_protection_token; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def request_forgery_protection_token=(value); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers=(_arg0); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers?; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder=(_arg0); end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def stylesheets_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def stylesheets_dir=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def urlsafe_csrf_tokens; end private @@ -268,47 +268,47 @@ class ActionController::Base < ::ActionController::Metal def _layout_from_proc; end - # source://actionpack/7.0.6/lib/action_controller/base.rb#266 + # source://actionpack/7.0.8/lib/action_controller/base.rb#266 def _protected_ivars; end class << self - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks=(value); end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#68 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#68 def __callbacks?; end - # source://actionpack/7.0.6/lib/action_controller/form_builder.rb#31 + # source://actionpack/7.0.8/lib/action_controller/form_builder.rb#31 def _default_form_builder; end - # source://actionpack/7.0.6/lib/action_controller/form_builder.rb#31 + # source://actionpack/7.0.8/lib/action_controller/form_builder.rb#31 def _default_form_builder=(value); end - # source://actionpack/7.0.6/lib/action_controller/form_builder.rb#31 + # source://actionpack/7.0.8/lib/action_controller/form_builder.rb#31 def _default_form_builder?; end - # source://actionpack/7.0.6/lib/action_controller/metal/flash.rb#8 + # source://actionpack/7.0.8/lib/action_controller/metal/flash.rb#8 def _flash_types; end - # source://actionpack/7.0.6/lib/action_controller/metal/flash.rb#8 + # source://actionpack/7.0.8/lib/action_controller/metal/flash.rb#8 def _flash_types=(value); end - # source://actionpack/7.0.6/lib/action_controller/metal/flash.rb#8 + # source://actionpack/7.0.8/lib/action_controller/metal/flash.rb#8 def _flash_types?; end - # source://actionpack/7.0.6/lib/abstract_controller/helpers.rb#11 + # source://actionpack/7.0.8/lib/abstract_controller/helpers.rb#11 def _helper_methods; end - # source://actionpack/7.0.6/lib/abstract_controller/helpers.rb#11 + # source://actionpack/7.0.8/lib/abstract_controller/helpers.rb#11 def _helper_methods=(value); end - # source://actionpack/7.0.6/lib/abstract_controller/helpers.rb#11 + # source://actionpack/7.0.8/lib/abstract_controller/helpers.rb#11 def _helper_methods?; end - # source://actionpack/7.0.6/lib/abstract_controller/helpers.rb#15 + # source://actionpack/7.0.8/lib/abstract_controller/helpers.rb#15 def _helpers; end # source://actionview//lib/action_view/layouts.rb#209 @@ -329,238 +329,238 @@ class ActionController::Base < ::ActionController::Metal # source://actionview//lib/action_view/layouts.rb#210 def _layout_conditions?; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#932 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#932 def _process_action_callbacks; end - # source://activesupport/7.0.6/lib/active_support/callbacks.rb#936 + # source://activesupport/7.0.8/lib/active_support/callbacks.rb#936 def _process_action_callbacks=(value); end - # source://actionpack/7.0.6/lib/action_controller/metal/renderers.rb#31 + # source://actionpack/7.0.8/lib/action_controller/metal/renderers.rb#31 def _renderers; end - # source://actionpack/7.0.6/lib/action_controller/metal/renderers.rb#31 + # source://actionpack/7.0.8/lib/action_controller/metal/renderers.rb#31 def _renderers=(value); end - # source://actionpack/7.0.6/lib/action_controller/metal/renderers.rb#31 + # source://actionpack/7.0.8/lib/action_controller/metal/renderers.rb#31 def _renderers?; end - # source://actionpack/7.0.6/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.0.8/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies; end - # source://actionpack/7.0.6/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.0.8/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies=(value); end - # source://actionpack/7.0.6/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.0.8/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies?; end - # source://actionpack/7.0.6/lib/action_controller/metal/params_wrapper.rb#185 + # source://actionpack/7.0.8/lib/action_controller/metal/params_wrapper.rb#185 def _wrapper_options; end - # source://actionpack/7.0.6/lib/action_controller/metal/params_wrapper.rb#185 + # source://actionpack/7.0.8/lib/action_controller/metal/params_wrapper.rb#185 def _wrapper_options=(value); end - # source://actionpack/7.0.6/lib/action_controller/metal/params_wrapper.rb#185 + # source://actionpack/7.0.8/lib/action_controller/metal/params_wrapper.rb#185 def _wrapper_options?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def allow_forgery_protection; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def allow_forgery_protection=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def asset_host; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def asset_host=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def assets_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def assets_dir=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def default_asset_host_protocol; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def default_asset_host_protocol=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def default_protect_from_forgery; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def default_protect_from_forgery=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def default_static_extension; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def default_static_extension=(value); end - # source://actionpack/7.0.6/lib/action_dispatch/routing/url_for.rb#95 + # source://actionpack/7.0.8/lib/action_dispatch/routing/url_for.rb#95 def default_url_options; end - # source://actionpack/7.0.6/lib/action_dispatch/routing/url_for.rb#95 + # source://actionpack/7.0.8/lib/action_dispatch/routing/url_for.rb#95 def default_url_options=(value); end - # source://actionpack/7.0.6/lib/action_dispatch/routing/url_for.rb#95 + # source://actionpack/7.0.8/lib/action_dispatch/routing/url_for.rb#95 def default_url_options?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def enable_fragment_cache_logging; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def enable_fragment_cache_logging=(value); end - # source://actionpack/7.0.6/lib/action_controller/metal/etag_with_template_digest.rb#27 + # source://actionpack/7.0.8/lib/action_controller/metal/etag_with_template_digest.rb#27 def etag_with_template_digest; end - # source://actionpack/7.0.6/lib/action_controller/metal/etag_with_template_digest.rb#27 + # source://actionpack/7.0.8/lib/action_controller/metal/etag_with_template_digest.rb#27 def etag_with_template_digest=(value); end - # source://actionpack/7.0.6/lib/action_controller/metal/etag_with_template_digest.rb#27 + # source://actionpack/7.0.8/lib/action_controller/metal/etag_with_template_digest.rb#27 def etag_with_template_digest?; end - # source://actionpack/7.0.6/lib/action_controller/metal/conditional_get.rb#13 + # source://actionpack/7.0.8/lib/action_controller/metal/conditional_get.rb#13 def etaggers; end - # source://actionpack/7.0.6/lib/action_controller/metal/conditional_get.rb#13 + # source://actionpack/7.0.8/lib/action_controller/metal/conditional_get.rb#13 def etaggers=(value); end - # source://actionpack/7.0.6/lib/action_controller/metal/conditional_get.rb#13 + # source://actionpack/7.0.8/lib/action_controller/metal/conditional_get.rb#13 def etaggers?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def forgery_protection_origin_check; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def forgery_protection_origin_check=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def forgery_protection_strategy; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def forgery_protection_strategy=(value); end - # source://actionpack/7.0.6/lib/abstract_controller/caching/fragments.rb#23 + # source://actionpack/7.0.8/lib/abstract_controller/caching/fragments.rb#23 def fragment_cache_keys; end - # source://actionpack/7.0.6/lib/abstract_controller/caching/fragments.rb#23 + # source://actionpack/7.0.8/lib/abstract_controller/caching/fragments.rb#23 def fragment_cache_keys=(value); end - # source://actionpack/7.0.6/lib/abstract_controller/caching/fragments.rb#23 + # source://actionpack/7.0.8/lib/abstract_controller/caching/fragments.rb#23 def fragment_cache_keys?; end - # source://actionpack/7.0.6/lib/action_controller/metal/helpers.rb#63 + # source://actionpack/7.0.8/lib/action_controller/metal/helpers.rb#63 def helpers_path; end - # source://actionpack/7.0.6/lib/action_controller/metal/helpers.rb#63 + # source://actionpack/7.0.8/lib/action_controller/metal/helpers.rb#63 def helpers_path=(value); end - # source://actionpack/7.0.6/lib/action_controller/metal/helpers.rb#63 + # source://actionpack/7.0.8/lib/action_controller/metal/helpers.rb#63 def helpers_path?; end - # source://actionpack/7.0.6/lib/action_controller/metal/helpers.rb#64 + # source://actionpack/7.0.8/lib/action_controller/metal/helpers.rb#64 def include_all_helpers; end - # source://actionpack/7.0.6/lib/action_controller/metal/helpers.rb#64 + # source://actionpack/7.0.8/lib/action_controller/metal/helpers.rb#64 def include_all_helpers=(value); end - # source://actionpack/7.0.6/lib/action_controller/metal/helpers.rb#64 + # source://actionpack/7.0.8/lib/action_controller/metal/helpers.rb#64 def include_all_helpers?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def javascripts_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def javascripts_dir=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def log_warning_on_csrf_failure; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def log_warning_on_csrf_failure=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def logger; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def logger=(value); end - # source://actionpack/7.0.6/lib/action_controller/metal.rb#210 + # source://actionpack/7.0.8/lib/action_controller/metal.rb#210 def middleware_stack; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to=(value); end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def mimes_for_respond_to?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def per_form_csrf_tokens; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def per_form_csrf_tokens=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def perform_caching; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def perform_caching=(value); end - # source://actionpack/7.0.6/lib/action_controller/metal/redirecting.rb#15 + # source://actionpack/7.0.8/lib/action_controller/metal/redirecting.rb#15 def raise_on_open_redirects; end - # source://actionpack/7.0.6/lib/action_controller/metal/redirecting.rb#15 + # source://actionpack/7.0.8/lib/action_controller/metal/redirecting.rb#15 def raise_on_open_redirects=(val); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def relative_url_root; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def relative_url_root=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def request_forgery_protection_token; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def request_forgery_protection_token=(value); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers; end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers=(value); end - # source://activesupport/7.0.6/lib/active_support/rescuable.rb#13 + # source://activesupport/7.0.8/lib/active_support/rescuable.rb#13 def rescue_handlers?; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder; end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder=(value); end - # source://responders/3.1.0/lib/action_controller/respond_with.rb#11 + # source://responders/3.1.1/lib/action_controller/respond_with.rb#11 def responder?; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def stylesheets_dir; end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#114 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#114 def stylesheets_dir=(value); end - # source://activesupport/7.0.6/lib/active_support/configurable.rb#113 + # source://activesupport/7.0.8/lib/active_support/configurable.rb#113 def urlsafe_csrf_tokens; end - # source://actionpack/7.0.6/lib/action_controller/metal/request_forgery_protection.rb#97 + # source://actionpack/7.0.8/lib/action_controller/metal/request_forgery_protection.rb#97 def urlsafe_csrf_tokens=(urlsafe_csrf_tokens); end - # source://actionpack/7.0.6/lib/action_controller/base.rb#198 + # source://actionpack/7.0.8/lib/action_controller/base.rb#198 def without_modules(*modules); end end end @@ -885,6 +885,7 @@ class ActionView::ActionViewError < ::StandardError; end # source://actionview//lib/action_view/base.rb#141 class ActionView::Base include ::ActionView::Context + include ::ERB::Escape include ::ERB::Util include ::ActiveSupport::Benchmarkable include ::ActionView::Helpers::ActiveModelHelper @@ -950,10 +951,10 @@ class ActionView::Base # source://actionview//lib/action_view/base.rb#207 def assign(new_assigns); end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attr_internal.rb#33 def assigns; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attr_internal.rb#33 def assigns=(_arg0); end # source://actionview//lib/action_view/base.rb#160 @@ -967,10 +968,10 @@ class ActionView::Base # source://actionview//lib/action_view/base.rb#249 def compiled_method_container; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attr_internal.rb#33 def config; end - # source://activesupport/7.0.6/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.0.8/lib/active_support/core_ext/module/attr_internal.rb#33 def config=(_arg0); end # source://actionview//lib/action_view/helpers/translation_helper.rb#18 @@ -1085,10 +1086,10 @@ class ActionView::Base # source://actionview//lib/action_view/helpers/translation_helper.rb#18 def debug_missing_translation=(val); end - # source://actionview//lib/action_view/helpers/form_helper.rb#2729 + # source://actionview//lib/action_view/helpers/form_helper.rb#2730 def default_form_builder; end - # source://actionview//lib/action_view/helpers/form_helper.rb#2729 + # source://actionview//lib/action_view/helpers/form_helper.rb#2730 def default_form_builder=(val); end # source://actionview//lib/action_view/base.rb#157 @@ -4535,7 +4536,7 @@ class ActionView::Helpers::FormBuilder # @return [FormBuilder] a new instance of FormBuilder # - # source://actionview//lib/action_view/helpers/form_helper.rb#1700 + # source://actionview//lib/action_view/helpers/form_helper.rb#1701 def initialize(object_name, object, template, options); end # Add the submit button for the given form. When no value is given, it checks @@ -4593,7 +4594,7 @@ class ActionView::Helpers::FormBuilder # # Save as draft # # # - # source://actionview//lib/action_view/helpers/form_helper.rb#2614 + # source://actionview//lib/action_view/helpers/form_helper.rb#2615 def button(value = T.unsafe(nil), options = T.unsafe(nil), &block); end # Returns a checkbox tag tailored for accessing a specified attribute (identified by +method+) on an object @@ -4662,7 +4663,7 @@ class ActionView::Helpers::FormBuilder # # => # # # - # source://actionview//lib/action_view/helpers/form_helper.rb#2438 + # source://actionview//lib/action_view/helpers/form_helper.rb#2439 def check_box(method, options = T.unsafe(nil), checked_value = T.unsafe(nil), unchecked_value = T.unsafe(nil)); end # Wraps ActionView::Helpers::FormOptionsHelper#collection_check_boxes for form builders: @@ -4701,10 +4702,10 @@ class ActionView::Helpers::FormBuilder # source://actionview//lib/action_view/helpers/form_options_helper.rb#859 def collection_select(method, collection, value_method, text_method, options = T.unsafe(nil), html_options = T.unsafe(nil)); end - # source://actionview//lib/action_view/helpers/form_helper.rb#2006 + # source://actionview//lib/action_view/helpers/form_helper.rb#2007 def color_field(method, options = T.unsafe(nil)); end - # source://actionview//lib/action_view/helpers/form_helper.rb#2006 + # source://actionview//lib/action_view/helpers/form_helper.rb#2007 def date_field(method, options = T.unsafe(nil)); end # Wraps ActionView::Helpers::DateHelper#date_select for form builders: @@ -4719,10 +4720,10 @@ class ActionView::Helpers::FormBuilder # source://actionview//lib/action_view/helpers/date_helper.rb#1239 def date_select(method, options = T.unsafe(nil), html_options = T.unsafe(nil)); end - # source://actionview//lib/action_view/helpers/form_helper.rb#2006 + # source://actionview//lib/action_view/helpers/form_helper.rb#2007 def datetime_field(method, options = T.unsafe(nil)); end - # source://actionview//lib/action_view/helpers/form_helper.rb#2006 + # source://actionview//lib/action_view/helpers/form_helper.rb#2007 def datetime_local_field(method, options = T.unsafe(nil)); end # Wraps ActionView::Helpers::DateHelper#datetime_select for form builders: @@ -4737,21 +4738,21 @@ class ActionView::Helpers::FormBuilder # source://actionview//lib/action_view/helpers/date_helper.rb#1263 def datetime_select(method, options = T.unsafe(nil), html_options = T.unsafe(nil)); end - # source://actionview//lib/action_view/helpers/form_helper.rb#2006 + # source://actionview//lib/action_view/helpers/form_helper.rb#2007 def email_field(method, options = T.unsafe(nil)); end # @return [Boolean] # - # source://actionview//lib/action_view/helpers/form_helper.rb#2635 + # source://actionview//lib/action_view/helpers/form_helper.rb#2636 def emitted_hidden_id?; end - # source://actionview//lib/action_view/helpers/form_helper.rb#1665 + # source://actionview//lib/action_view/helpers/form_helper.rb#1666 def field_helpers; end - # source://actionview//lib/action_view/helpers/form_helper.rb#1665 + # source://actionview//lib/action_view/helpers/form_helper.rb#1666 def field_helpers=(_arg0); end - # source://actionview//lib/action_view/helpers/form_helper.rb#1665 + # source://actionview//lib/action_view/helpers/form_helper.rb#1666 def field_helpers?; end # Generate an HTML id attribute value for the given field @@ -4771,7 +4772,7 @@ class ActionView::Helpers::FormBuilder # element, sharing a common id root (post_title, in this # case). # - # source://actionview//lib/action_view/helpers/form_helper.rb#1757 + # source://actionview//lib/action_view/helpers/form_helper.rb#1758 def field_id(method, *suffixes, namespace: T.unsafe(nil), index: T.unsafe(nil)); end # Generate an HTML name attribute value for the given name and @@ -4790,12 +4791,12 @@ class ActionView::Helpers::FormBuilder # <%# => # <% end %> # - # source://actionview//lib/action_view/helpers/form_helper.rb#1777 + # source://actionview//lib/action_view/helpers/form_helper.rb#1778 def field_name(method, *methods, multiple: T.unsafe(nil), index: T.unsafe(nil)); end # See the docs for the ActionView::Helpers::FormHelper#fields helper method. # - # source://actionview//lib/action_view/helpers/form_helper.rb#2294 + # source://actionview//lib/action_view/helpers/form_helper.rb#2295 def fields(scope = T.unsafe(nil), model: T.unsafe(nil), **options, &block); end # Creates a scope around a specific model object like form_for, but @@ -5040,7 +5041,7 @@ class ActionView::Helpers::FormBuilder # hidden field is not needed and you can pass include_id: false # to prevent fields_for from rendering it automatically. # - # source://actionview//lib/action_view/helpers/form_helper.rb#2257 + # source://actionview//lib/action_view/helpers/form_helper.rb#2258 def fields_for(record_name, record_object = T.unsafe(nil), fields_options = T.unsafe(nil), &block); end # Returns a file upload input tag tailored for accessing a specified attribute (identified by +method+) on an object @@ -5078,7 +5079,7 @@ class ActionView::Helpers::FormBuilder # file_field(:file, class: 'file_input') # # => # - # source://actionview//lib/action_view/helpers/form_helper.rb#2521 + # source://actionview//lib/action_view/helpers/form_helper.rb#2522 def file_field(method, options = T.unsafe(nil)); end # Wraps ActionView::Helpers::FormOptionsHelper#grouped_collection_select for form builders: @@ -5111,7 +5112,7 @@ class ActionView::Helpers::FormBuilder # hidden_field(:token) # # => # - # source://actionview//lib/action_view/helpers/form_helper.rb#2482 + # source://actionview//lib/action_view/helpers/form_helper.rb#2483 def hidden_field(method, options = T.unsafe(nil)); end # Generate an HTML id attribute value. @@ -5132,12 +5133,12 @@ class ActionView::Helpers::FormBuilder #