diff --git a/Gemfile.lock b/Gemfile.lock index 2c87719fe..a172ce4c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,35 +23,35 @@ GEM specs: aasm (5.5.0) concurrent-ruby (~> 1.0) - actioncable (7.1.4) - actionpack (= 7.1.4) - activesupport (= 7.1.4) + actioncable (7.1.4.1) + actionpack (= 7.1.4.1) + activesupport (= 7.1.4.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.1.4) - actionpack (= 7.1.4) - activejob (= 7.1.4) - activerecord (= 7.1.4) - activestorage (= 7.1.4) - activesupport (= 7.1.4) + actionmailbox (7.1.4.1) + actionpack (= 7.1.4.1) + activejob (= 7.1.4.1) + activerecord (= 7.1.4.1) + activestorage (= 7.1.4.1) + activesupport (= 7.1.4.1) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.1.4) - actionpack (= 7.1.4) - actionview (= 7.1.4) - activejob (= 7.1.4) - activesupport (= 7.1.4) + actionmailer (7.1.4.1) + actionpack (= 7.1.4.1) + actionview (= 7.1.4.1) + activejob (= 7.1.4.1) + activesupport (= 7.1.4.1) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp rails-dom-testing (~> 2.2) - actionpack (7.1.4) - actionview (= 7.1.4) - activesupport (= 7.1.4) + actionpack (7.1.4.1) + actionview (= 7.1.4.1) + activesupport (= 7.1.4.1) nokogiri (>= 1.8.5) racc rack (>= 2.2.4) @@ -59,31 +59,31 @@ GEM rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actiontext (7.1.4) - actionpack (= 7.1.4) - activerecord (= 7.1.4) - activestorage (= 7.1.4) - activesupport (= 7.1.4) + actiontext (7.1.4.1) + actionpack (= 7.1.4.1) + activerecord (= 7.1.4.1) + activestorage (= 7.1.4.1) + activesupport (= 7.1.4.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.1.4) - activesupport (= 7.1.4) + actionview (7.1.4.1) + activesupport (= 7.1.4.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.1.4) - activesupport (= 7.1.4) + activejob (7.1.4.1) + activesupport (= 7.1.4.1) globalid (>= 0.3.6) - activemodel (7.1.4) - activesupport (= 7.1.4) + activemodel (7.1.4.1) + activesupport (= 7.1.4.1) activemodel-serializers-xml (1.0.3) activemodel (>= 5.0.0.a) activesupport (>= 5.0.0.a) builder (~> 3.1) - activerecord (7.1.4) - activemodel (= 7.1.4) - activesupport (= 7.1.4) + activerecord (7.1.4.1) + activemodel (= 7.1.4.1) + activesupport (= 7.1.4.1) timeout (>= 0.4.0) activerecord-typedstore (1.6.0) activerecord (>= 6.1) @@ -91,13 +91,13 @@ GEM activemodel (>= 6.0) activemodel-serializers-xml (~> 1.0) activesupport (>= 6.0) - activestorage (7.1.4) - actionpack (= 7.1.4) - activejob (= 7.1.4) - activerecord (= 7.1.4) - activesupport (= 7.1.4) + activestorage (7.1.4.1) + actionpack (= 7.1.4.1) + activejob (= 7.1.4.1) + activerecord (= 7.1.4.1) + activesupport (= 7.1.4.1) marcel (~> 1.0) - activesupport (7.1.4) + activesupport (7.1.4.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -231,7 +231,7 @@ GEM stringio public_suffix (6.0.1) racc (1.8.1) - rack (3.1.7) + rack (3.1.8) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -239,20 +239,20 @@ GEM rackup (2.1.0) rack (>= 3) webrick (~> 1.8) - rails (7.1.4) - actioncable (= 7.1.4) - actionmailbox (= 7.1.4) - actionmailer (= 7.1.4) - actionpack (= 7.1.4) - actiontext (= 7.1.4) - actionview (= 7.1.4) - activejob (= 7.1.4) - activemodel (= 7.1.4) - activerecord (= 7.1.4) - activestorage (= 7.1.4) - activesupport (= 7.1.4) + rails (7.1.4.1) + actioncable (= 7.1.4.1) + actionmailbox (= 7.1.4.1) + actionmailer (= 7.1.4.1) + actionpack (= 7.1.4.1) + actiontext (= 7.1.4.1) + actionview (= 7.1.4.1) + activejob (= 7.1.4.1) + activemodel (= 7.1.4.1) + activerecord (= 7.1.4.1) + activestorage (= 7.1.4.1) + activesupport (= 7.1.4.1) bundler (>= 1.15.0) - railties (= 7.1.4) + railties (= 7.1.4.1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -260,9 +260,9 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.4) - actionpack (= 7.1.4) - activesupport (= 7.1.4) + railties (7.1.4.1) + actionpack (= 7.1.4.1) + activesupport (= 7.1.4.1) irb rackup (>= 1.0.0) rake (>= 12.2) diff --git a/sorbet/rbi/gems/actioncable@7.1.4.rbi b/sorbet/rbi/gems/actioncable@7.1.4.1.rbi similarity index 96% rename from sorbet/rbi/gems/actioncable@7.1.4.rbi rename to sorbet/rbi/gems/actioncable@7.1.4.1.rbi index 3c090e01b..42f20c0c5 100644 --- a/sorbet/rbi/gems/actioncable@7.1.4.rbi +++ b/sorbet/rbi/gems/actioncable@7.1.4.1.rbi @@ -155,22 +155,22 @@ class ActionCable::Channel::Base # source://actioncable//lib/action_cable/channel/base.rb#147 def initialize(connection, identifier, params = T.unsafe(nil)); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_subscribe_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_unsubscribe_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _subscribe_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _unsubscribe_callbacks; end # source://actioncable//lib/action_cable/channel/broadcasting.rb#11 @@ -210,13 +210,13 @@ class ActionCable::Channel::Base # source://actioncable//lib/action_cable/channel/periodic_timers.rb#9 def periodic_timers=(_arg0); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers=(_arg0); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers?; end # This method is called after subscription has been added to the connection @@ -305,25 +305,25 @@ class ActionCable::Channel::Base def unsubscribed; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _subscribe_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _subscribe_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _unsubscribe_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _unsubscribe_callbacks=(value); end # A list of method names that should be considered actions. This @@ -347,13 +347,13 @@ class ActionCable::Channel::Base # source://actioncable//lib/action_cable/channel/periodic_timers.rb#9 def periodic_timers?; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers=(value); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers?; end private @@ -1154,16 +1154,16 @@ class ActionCable::Connection::Base # source://actioncable//lib/action_cable/connection/base.rb#58 def initialize(server, env, coder: T.unsafe(nil)); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _command_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_command_callbacks(&block); end # source://actioncable//lib/action_cable/connection/base.rb#134 @@ -1240,13 +1240,13 @@ class ActionCable::Connection::Base # source://actioncable//lib/action_cable/connection/base.rb#86 def receive(websocket_message); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers=(_arg0); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers?; end # Invoke a method on the connection asynchronously through the pool of thread workers. @@ -1344,19 +1344,19 @@ class ActionCable::Connection::Base def websocket; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _command_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _command_callbacks=(value); end # source://actioncable//lib/action_cable/connection/identification.rb#11 @@ -1368,13 +1368,13 @@ class ActionCable::Connection::Base # source://actioncable//lib/action_cable/connection/identification.rb#11 def identifiers?; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers=(value); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers?; end end end @@ -2087,7 +2087,7 @@ end # source://actioncable//lib/action_cable/engine.rb#8 class ActionCable::Engine < ::Rails::Engine class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end end end @@ -2619,16 +2619,16 @@ class ActionCable::Server::Worker # source://actioncable//lib/action_cable/server/worker.rb#19 def initialize(max_size: T.unsafe(nil)); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_work_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _work_callbacks; end # source://actioncable//lib/action_cable/server/worker.rb#46 @@ -2637,10 +2637,10 @@ class ActionCable::Server::Worker # source://actioncable//lib/action_cable/server/worker.rb#50 def async_invoke(receiver, method, *args, connection: T.unsafe(nil), &block); end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#74 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#74 def connection; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#116 def connection=(obj); end # Returns the value of attribute executor. @@ -2671,25 +2671,25 @@ class ActionCable::Server::Worker def logger; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _work_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _work_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#49 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#49 def connection; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#108 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#108 def connection=(obj); end end end @@ -3095,7 +3095,7 @@ ActionCable::VERSION::MAJOR = T.let(T.unsafe(nil), Integer) ActionCable::VERSION::MINOR = T.let(T.unsafe(nil), Integer) # source://actioncable//lib/action_cable/gem_version.rb#13 -ActionCable::VERSION::PRE = T.let(T.unsafe(nil), T.untyped) +ActionCable::VERSION::PRE = T.let(T.unsafe(nil), String) # source://actioncable//lib/action_cable/gem_version.rb#15 ActionCable::VERSION::STRING = T.let(T.unsafe(nil), String) diff --git a/sorbet/rbi/gems/actionmailbox@7.1.4.rbi b/sorbet/rbi/gems/actionmailbox@7.1.4.1.rbi similarity index 85% rename from sorbet/rbi/gems/actionmailbox@7.1.4.rbi rename to sorbet/rbi/gems/actionmailbox@7.1.4.1.rbi index 75d7f10f9..704db537e 100644 --- a/sorbet/rbi/gems/actionmailbox@7.1.4.rbi +++ b/sorbet/rbi/gems/actionmailbox@7.1.4.1.rbi @@ -87,13 +87,13 @@ module ActionMailbox # source://actionmailbox//lib/action_mailbox.rb#24 def queues=(val); end - # source://railties/7.1.4/lib/rails/engine.rb#412 + # source://railties/7.1.4.1/lib/rails/engine.rb#412 def railtie_helpers_paths; end - # source://railties/7.1.4/lib/rails/engine.rb#395 + # source://railties/7.1.4.1/lib/rails/engine.rb#395 def railtie_namespace; end - # source://railties/7.1.4/lib/rails/engine.rb#416 + # source://railties/7.1.4.1/lib/rails/engine.rb#416 def railtie_routes_url_helpers(include_path_helpers = T.unsafe(nil)); end # source://actionmailbox//lib/action_mailbox.rb#25 @@ -102,10 +102,10 @@ module ActionMailbox # source://actionmailbox//lib/action_mailbox.rb#25 def storage_service=(val); end - # source://railties/7.1.4/lib/rails/engine.rb#401 + # source://railties/7.1.4.1/lib/rails/engine.rb#401 def table_name_prefix; end - # source://railties/7.1.4/lib/rails/engine.rb#408 + # source://railties/7.1.4.1/lib/rails/engine.rb#408 def use_relative_model_naming?; end # Returns the currently loaded version of Action Mailbox as a +Gem::Version+. @@ -190,16 +190,16 @@ class ActionMailbox::Base # source://actionmailbox//lib/action_mailbox/base.rb#79 def initialize(inbound_email); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _process_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_process_callbacks(&block); end # Immediately sends the given +message+ and changes the inbound email's status to +:bounced+. @@ -240,13 +240,13 @@ class ActionMailbox::Base # source://actionmailbox//lib/action_mailbox/base.rb#96 def process; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers=(_arg0); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers?; end # source://actionmailbox//lib/action_mailbox/routing.rb#9 @@ -264,31 +264,31 @@ class ActionMailbox::Base def track_status_of_inbound_email; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _process_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _process_callbacks=(value); end # source://actionmailbox//lib/action_mailbox/base.rb#75 def receive(inbound_email); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers=(value); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers?; end # source://actionmailbox//lib/action_mailbox/routing.rb#9 @@ -302,7 +302,7 @@ end class ActionMailbox::BaseController < ::ActionController::Base private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end def authenticate_by_password; end @@ -311,10 +311,10 @@ class ActionMailbox::BaseController < ::ActionController::Base def password; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -364,7 +364,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.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end end end @@ -377,10 +377,10 @@ class ActionMailbox::InboundEmail < ::ActionMailbox::Record include ::ActionMailbox::InboundEmail::Incineratable extend ::ActionMailbox::InboundEmail::MessageId::ClassMethods - # source://activerecord/7.1.4/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/autosave_association.rb#160 def autosave_associated_records_for_raw_email_attachment(*args); end - # source://activerecord/7.1.4/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/autosave_association.rb#160 def autosave_associated_records_for_raw_email_blob(*args); end def instrumentation_payload; end @@ -389,109 +389,109 @@ class ActionMailbox::InboundEmail < ::ActionMailbox::Record def source; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#11 def _reflections; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators; end - # source://activestorage/7.1.4/lib/active_storage/reflection.rb#53 + # source://activestorage/7.1.4.1/lib/active_storage/reflection.rb#53 def attachment_reflections; end - # source://activerecord/7.1.4/lib/active_record/attributes.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/attributes.rb#11 def attributes_to_define_after_schema_loads; end - # source://activerecord/7.1.4/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.1.4.1/lib/active_record/scoping/named.rb#174 def bounced(*args, **_arg1); end - # source://activerecord/7.1.4/lib/active_record/enum.rb#167 + # source://activerecord/7.1.4.1/lib/active_record/enum.rb#167 def defined_enums; end - # source://activerecord/7.1.4/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.1.4.1/lib/active_record/scoping/named.rb#174 def delivered(*args, **_arg1); end - # source://activerecord/7.1.4/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.1.4.1/lib/active_record/scoping/named.rb#174 def failed(*args, **_arg1); end - # source://activerecord/7.1.4/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.1.4.1/lib/active_record/scoping/named.rb#174 def not_bounced(*args, **_arg1); end - # source://activerecord/7.1.4/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.1.4.1/lib/active_record/scoping/named.rb#174 def not_delivered(*args, **_arg1); end - # source://activerecord/7.1.4/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.1.4.1/lib/active_record/scoping/named.rb#174 def not_failed(*args, **_arg1); end - # source://activerecord/7.1.4/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.1.4.1/lib/active_record/scoping/named.rb#174 def not_pending(*args, **_arg1); end - # source://activerecord/7.1.4/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.1.4.1/lib/active_record/scoping/named.rb#174 def not_processing(*args, **_arg1); end - # source://activerecord/7.1.4/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.1.4.1/lib/active_record/scoping/named.rb#174 def pending(*args, **_arg1); end - # source://activerecord/7.1.4/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.1.4.1/lib/active_record/scoping/named.rb#174 def processing(*args, **_arg1); end - # source://activerecord/7.1.4/lib/active_record/enum.rb#242 + # source://activerecord/7.1.4.1/lib/active_record/enum.rb#242 def statuses; end - # source://activerecord/7.1.4/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.1.4.1/lib/active_record/scoping/named.rb#174 def with_attached_raw_email(*args, **_arg1); end end end module ActionMailbox::InboundEmail::GeneratedAssociationMethods - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#32 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#32 def build_raw_email_attachment(*args, &block); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#32 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#32 def build_raw_email_blob(*args, &block); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#36 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#36 def create_raw_email_attachment(*args, &block); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#40 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#40 def create_raw_email_attachment!(*args, &block); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#36 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#36 def create_raw_email_blob(*args, &block); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#40 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#40 def create_raw_email_blob!(*args, &block); end - # source://activestorage/7.1.4/lib/active_storage/attached/model.rb#101 + # source://activestorage/7.1.4.1/lib/active_storage/attached/model.rb#101 def raw_email; end - # source://activestorage/7.1.4/lib/active_storage/attached/model.rb#106 + # source://activestorage/7.1.4.1/lib/active_storage/attached/model.rb#106 def raw_email=(attachable); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#103 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#103 def raw_email_attachment; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#111 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#111 def raw_email_attachment=(value); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#103 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#103 def raw_email_blob; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#111 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#111 def raw_email_blob=(value); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#19 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#19 def reload_raw_email_attachment; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#19 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#19 def reload_raw_email_blob; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#23 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#23 def reset_raw_email_attachment; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#23 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#23 def reset_raw_email_blob; end end @@ -542,10 +542,10 @@ class ActionMailbox::IncinerationJob < ::ActiveJob::Base def perform(inbound_email); end class << self - # source://activejob/7.1.4/lib/active_job/queue_name.rb#55 + # source://activejob/7.1.4.1/lib/active_job/queue_name.rb#55 def queue_name; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end def schedule(inbound_email); end @@ -560,7 +560,7 @@ class ActionMailbox::Ingresses::Mailgun::InboundEmailsController < ::ActionMailb private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end def authenticate; end @@ -569,10 +569,10 @@ class ActionMailbox::Ingresses::Mailgun::InboundEmailsController < ::ActionMailb def mail; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -601,7 +601,7 @@ class ActionMailbox::Ingresses::Mandrill::InboundEmailsController < ::ActionMail private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end def authenticate; end @@ -611,10 +611,10 @@ class ActionMailbox::Ingresses::Mandrill::InboundEmailsController < ::ActionMail def raw_emails; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -640,14 +640,14 @@ class ActionMailbox::Ingresses::Postmark::InboundEmailsController < ::ActionMail private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -659,16 +659,16 @@ class ActionMailbox::Ingresses::Relay::InboundEmailsController < ::ActionMailbox private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end def require_valid_rfc822_message; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -680,17 +680,17 @@ class ActionMailbox::Ingresses::Sendgrid::InboundEmailsController < ::ActionMail private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end def envelope; end def mail; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -700,10 +700,10 @@ class ActionMailbox::Record < ::ActiveRecord::Base include ::ActionMailbox::Record::GeneratedAssociationMethods class << self - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators; end - # source://activerecord/7.1.4/lib/active_record/enum.rb#167 + # source://activerecord/7.1.4.1/lib/active_record/enum.rb#167 def defined_enums; end end end @@ -794,7 +794,7 @@ class ActionMailbox::RoutingJob < ::ActiveJob::Base def perform(inbound_email); end class << self - # source://activejob/7.1.4/lib/active_job/queue_name.rb#55 + # source://activejob/7.1.4.1/lib/active_job/queue_name.rb#55 def queue_name; end end end @@ -900,7 +900,7 @@ ActionMailbox::VERSION::MAJOR = T.let(T.unsafe(nil), Integer) ActionMailbox::VERSION::MINOR = T.let(T.unsafe(nil), Integer) # source://actionmailbox//lib/action_mailbox/gem_version.rb#13 -ActionMailbox::VERSION::PRE = T.let(T.unsafe(nil), T.untyped) +ActionMailbox::VERSION::PRE = T.let(T.unsafe(nil), String) # source://actionmailbox//lib/action_mailbox/gem_version.rb#15 ActionMailbox::VERSION::STRING = T.let(T.unsafe(nil), String) @@ -1673,70 +1673,70 @@ end module Rails class << self - # source://railties/7.1.4/lib/rails.rb#42 + # source://railties/7.1.4.1/lib/rails.rb#42 def app_class; end - # source://railties/7.1.4/lib/rails.rb#42 + # source://railties/7.1.4.1/lib/rails.rb#42 def app_class=(_arg0); end - # source://railties/7.1.4/lib/rails.rb#43 + # source://railties/7.1.4.1/lib/rails.rb#43 def application; end - # source://railties/7.1.4/lib/rails.rb#41 + # source://railties/7.1.4.1/lib/rails.rb#41 def application=(_arg0); end - # source://railties/7.1.4/lib/rails.rb#123 + # source://railties/7.1.4.1/lib/rails.rb#123 def autoloaders; end - # source://railties/7.1.4/lib/rails.rb#54 + # source://railties/7.1.4.1/lib/rails.rb#54 def backtrace_cleaner; end - # source://railties/7.1.4/lib/rails.rb#42 + # source://railties/7.1.4.1/lib/rails.rb#42 def cache; end - # source://railties/7.1.4/lib/rails.rb#42 + # source://railties/7.1.4.1/lib/rails.rb#42 def cache=(_arg0); end - # source://railties/7.1.4/lib/rails.rb#50 + # source://railties/7.1.4.1/lib/rails.rb#50 def configuration; end - # source://railties/7.1.4/lib/rails/deprecator.rb#4 + # source://railties/7.1.4.1/lib/rails/deprecator.rb#4 def deprecator; end - # source://railties/7.1.4/lib/rails.rb#72 + # source://railties/7.1.4.1/lib/rails.rb#72 def env; end - # source://railties/7.1.4/lib/rails.rb#79 + # source://railties/7.1.4.1/lib/rails.rb#79 def env=(environment); end - # source://railties/7.1.4/lib/rails.rb#90 + # source://railties/7.1.4.1/lib/rails.rb#90 def error; end - # source://railties/7.1.4/lib/rails/gem_version.rb#5 + # source://railties/7.1.4.1/lib/rails/gem_version.rb#5 def gem_version; end - # source://railties/7.1.4/lib/rails.rb#103 + # source://railties/7.1.4.1/lib/rails.rb#103 def groups(*groups); end - # source://railties/7.1.4/lib/rails.rb#47 + # source://railties/7.1.4.1/lib/rails.rb#47 def initialize!(*_arg0, **_arg1, &_arg2); end - # source://railties/7.1.4/lib/rails.rb#47 + # source://railties/7.1.4.1/lib/rails.rb#47 def initialized?(*_arg0, **_arg1, &_arg2); end - # source://railties/7.1.4/lib/rails.rb#42 + # source://railties/7.1.4.1/lib/rails.rb#42 def logger; end - # source://railties/7.1.4/lib/rails.rb#42 + # source://railties/7.1.4.1/lib/rails.rb#42 def logger=(_arg0); end - # source://railties/7.1.4/lib/rails.rb#119 + # source://railties/7.1.4.1/lib/rails.rb#119 def public_path; end - # source://railties/7.1.4/lib/rails.rb#63 + # source://railties/7.1.4.1/lib/rails.rb#63 def root; end - # source://railties/7.1.4/lib/rails/version.rb#7 + # source://railties/7.1.4.1/lib/rails/version.rb#7 def version; end end end @@ -1751,11 +1751,11 @@ class Rails::Conductor::ActionMailbox::InboundEmails::SourcesController < ::Rail private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end class << self - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -1768,7 +1768,7 @@ class Rails::Conductor::ActionMailbox::InboundEmailsController < ::Rails::Conduc private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end def create_inbound_email(mail); end @@ -1776,7 +1776,7 @@ class Rails::Conductor::ActionMailbox::InboundEmailsController < ::Rails::Conduc def new_mail; end class << self - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -1786,11 +1786,11 @@ class Rails::Conductor::ActionMailbox::IncineratesController < ::Rails::Conducto private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end class << self - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -1800,13 +1800,13 @@ class Rails::Conductor::ActionMailbox::ReroutesController < ::Rails::Conductor:: private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end def reroute(inbound_email); end class << self - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -1814,22 +1814,22 @@ end class Rails::Conductor::BaseController < ::ActionController::Base private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end def ensure_development_env; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#211 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#211 def _layout; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#212 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#212 def _layout_conditions; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end diff --git a/sorbet/rbi/gems/actionmailer@7.1.4.rbi b/sorbet/rbi/gems/actionmailer@7.1.4.1.rbi similarity index 92% rename from sorbet/rbi/gems/actionmailer@7.1.4.rbi rename to sorbet/rbi/gems/actionmailer@7.1.4.1.rbi index 8e5240fc1..acfd2c33c 100644 --- a/sorbet/rbi/gems/actionmailer@7.1.4.rbi +++ b/sorbet/rbi/gems/actionmailer@7.1.4.1.rbi @@ -544,55 +544,55 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#644 def initialize; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _deliver_callbacks; end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods; end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods=(_arg0); end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods?; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#216 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#216 def _layout_conditions(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _process_action_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_deliver_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_process_action_callbacks(&block); end - # source://actionpack/7.1.4/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies; end - # source://actionpack/7.1.4/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies=(_arg0); end - # source://actionpack/7.1.4/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def asset_host; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def asset_host=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def assets_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def assets_dir=(value); end # Allows you to add attachments to an email, like so: @@ -627,10 +627,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#761 def attachments; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def default_asset_host_protocol; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def default_asset_host_protocol=(value); end # source://actionmailer//lib/action_mailer/base.rb#502 @@ -642,10 +642,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#502 def default_params?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def default_static_extension; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def default_static_extension=(value); end # source://actionmailer//lib/action_mailer/queued_delivery.rb#9 @@ -691,10 +691,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#685 def email_address_with_name(address, name); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def enable_fragment_cache_logging; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def enable_fragment_cache_logging=(value); end # source://actionmailer//lib/action_mailer/delivery_methods.rb#53 @@ -706,13 +706,13 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/delivery_methods.rb#53 def file_settings?; end - # source://actionpack/7.1.4/lib/abstract_controller/caching/fragments.rb#25 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching/fragments.rb#25 def fragment_cache_keys; end - # source://actionpack/7.1.4/lib/abstract_controller/caching/fragments.rb#25 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching/fragments.rb#25 def fragment_cache_keys=(_arg0); end - # source://actionpack/7.1.4/lib/abstract_controller/caching/fragments.rb#25 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching/fragments.rb#25 def fragment_cache_keys?; end # Allows you to pass random and unusual headers to the new +Mail::Message+ @@ -753,16 +753,16 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#723 def headers(args = T.unsafe(nil)); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def javascripts_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def javascripts_dir=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def logger; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def logger=(value); end # The main method that creates the message and renders the email templates. There are @@ -862,10 +862,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#678 def mailer_name; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attr_internal.rb#33 def message; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attr_internal.rb#33 def message=(_arg0); end # source://actionmailer//lib/action_mailer/parameterized.rb#95 @@ -874,10 +874,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/parameterized.rb#93 def params=(_arg0); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def perform_caching; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def perform_caching=(value); end # source://actionmailer//lib/action_mailer/delivery_methods.rb#16 @@ -901,25 +901,25 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/delivery_methods.rb#15 def raise_delivery_errors=(val); end - # source://actionpack/7.1.4/lib/abstract_controller/callbacks.rb#36 + # source://actionpack/7.1.4.1/lib/abstract_controller/callbacks.rb#36 def raise_on_missing_callback_actions; end - # source://actionpack/7.1.4/lib/abstract_controller/callbacks.rb#36 + # source://actionpack/7.1.4.1/lib/abstract_controller/callbacks.rb#36 def raise_on_missing_callback_actions=(val); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def relative_url_root; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def relative_url_root=(value); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers=(_arg0); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers?; end # source://actionmailer//lib/action_mailer/delivery_methods.rb#53 @@ -943,10 +943,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/delivery_methods.rb#53 def smtp_settings?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def stylesheets_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def stylesheets_dir=(value); end # source://actionmailer//lib/action_mailer/delivery_methods.rb#53 @@ -960,7 +960,7 @@ class ActionMailer::Base < ::AbstractController::Base private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end # source://actionmailer//lib/action_mailer/base.rb#1071 @@ -1031,13 +1031,13 @@ class ActionMailer::Base < ::AbstractController::Base def wrap_inline_attachments(message); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end # source://actionmailer//lib/action_mailer/form_builder.rb#18 @@ -1049,67 +1049,67 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/form_builder.rb#18 def _default_form_builder?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _deliver_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _deliver_callbacks=(value); end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods; end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods=(value); end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods?; end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#16 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#16 def _helpers; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#211 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#211 def _layout; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#211 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#211 def _layout=(value); end - # source://actionview/7.1.4/lib/action_view/layouts.rb#211 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#211 def _layout?; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#212 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#212 def _layout_conditions; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#212 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#212 def _layout_conditions=(value); end - # source://actionview/7.1.4/lib/action_view/layouts.rb#212 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#212 def _layout_conditions?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _process_action_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _process_action_callbacks=(value); end - # source://actionpack/7.1.4/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies; end - # source://actionpack/7.1.4/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies=(value); end - # source://actionpack/7.1.4/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def asset_host; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def asset_host=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def assets_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 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. @@ -1127,10 +1127,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#582 def default(value = T.unsafe(nil)); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def default_asset_host_protocol; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def default_asset_host_protocol=(value); end # Sets the defaults through app configuration: @@ -1154,10 +1154,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#502 def default_params?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def default_static_extension; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def default_static_extension=(value); end # source://actionmailer//lib/action_mailer/queued_delivery.rb#9 @@ -1213,10 +1213,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#607 def email_address_with_name(address, name); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def enable_fragment_cache_logging; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def enable_fragment_cache_logging=(value); end # source://actionmailer//lib/action_mailer/delivery_methods.rb#53 @@ -1228,25 +1228,25 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/delivery_methods.rb#53 def file_settings?; end - # source://actionpack/7.1.4/lib/abstract_controller/caching/fragments.rb#25 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching/fragments.rb#25 def fragment_cache_keys; end - # source://actionpack/7.1.4/lib/abstract_controller/caching/fragments.rb#25 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching/fragments.rb#25 def fragment_cache_keys=(value); end - # source://actionpack/7.1.4/lib/abstract_controller/caching/fragments.rb#25 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching/fragments.rb#25 def fragment_cache_keys?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def javascripts_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def javascripts_dir=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def logger; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def logger=(value); end # Returns the name of the current mailer. This method is also being used as a path for a view lookup. @@ -1260,10 +1260,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#574 def mailer_name=(_arg0); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def perform_caching; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def perform_caching=(value); end # source://actionmailer//lib/action_mailer/delivery_methods.rb#16 @@ -1290,10 +1290,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/delivery_methods.rb#15 def raise_delivery_errors=(val); end - # source://actionpack/7.1.4/lib/abstract_controller/callbacks.rb#36 + # source://actionpack/7.1.4.1/lib/abstract_controller/callbacks.rb#36 def raise_on_missing_callback_actions; end - # source://actionpack/7.1.4/lib/abstract_controller/callbacks.rb#36 + # source://actionpack/7.1.4.1/lib/abstract_controller/callbacks.rb#36 def raise_on_missing_callback_actions=(val); end # Register an Interceptor which will be called before mail is sent. @@ -1320,19 +1320,19 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/base.rb#511 def register_observers(*observers); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def relative_url_root; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def relative_url_root=(value); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers=(value); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers?; end # source://actionmailer//lib/action_mailer/delivery_methods.rb#53 @@ -1359,10 +1359,10 @@ class ActionMailer::Base < ::AbstractController::Base # source://actionmailer//lib/action_mailer/delivery_methods.rb#53 def smtp_settings?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def stylesheets_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def stylesheets_dir=(value); end # Emails do not support relative path links. @@ -1429,10 +1429,10 @@ module ActionMailer::Base::HelperMethods include ::ActionText::ContentHelper include ::ActionText::TagHelper - # source://actionpack/7.1.4/lib/abstract_controller/caching/fragments.rb#33 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching/fragments.rb#33 def combined_fragment_cache_key(*args, **_arg1, &block); end - # source://actionpack/7.1.4/lib/abstract_controller/caching.rb#43 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching.rb#43 def view_cache_dependencies(*args, **_arg1, &block); end end @@ -1742,7 +1742,7 @@ class ActionMailer::LogSubscriber < ::ActiveSupport::LogSubscriber def process(event); end class << self - # source://activesupport/7.1.4/lib/active_support/log_subscriber.rb#88 + # source://activesupport/7.1.4.1/lib/active_support/log_subscriber.rb#88 def log_levels; end end end @@ -1772,10 +1772,10 @@ class ActionMailer::MailDeliveryJob < ::ActiveJob::Base def mailer_class; end class << self - # source://activejob/7.1.4/lib/active_job/queue_name.rb#55 + # source://activejob/7.1.4.1/lib/active_job/queue_name.rb#55 def queue_name; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end end end @@ -1790,7 +1790,7 @@ end module ActionMailer::MailHelper # Access the message attachments list. # - # source://actionmailer//lib/action_mailer/mail_helper.rb#45 + # source://actionmailer//lib/action_mailer/mail_helper.rb#53 def attachments; end # Take the text and format it, indented two spaces for each line, and @@ -1818,17 +1818,17 @@ module ActionMailer::MailHelper # format_paragraph(my_text, 25, 4) # # => " Here is a sample text with\n more than 40 characters" # - # source://actionmailer//lib/action_mailer/mail_helper.rb#57 + # source://actionmailer//lib/action_mailer/mail_helper.rb#65 def format_paragraph(text, len = T.unsafe(nil), indent = T.unsafe(nil)); end # Access the mailer instance. # - # source://actionmailer//lib/action_mailer/mail_helper.rb#35 + # source://actionmailer//lib/action_mailer/mail_helper.rb#43 def mailer; end # Access the message instance. # - # source://actionmailer//lib/action_mailer/mail_helper.rb#40 + # source://actionmailer//lib/action_mailer/mail_helper.rb#48 def message; end end @@ -2319,7 +2319,7 @@ class ActionMailer::TestCase < ::ActiveSupport::TestCase def _mailer_class?; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end # source://actionmailer//lib/action_mailer/test_case.rb#41 @@ -2662,7 +2662,7 @@ ActionMailer::VERSION::MAJOR = T.let(T.unsafe(nil), Integer) ActionMailer::VERSION::MINOR = T.let(T.unsafe(nil), Integer) # source://actionmailer//lib/action_mailer/gem_version.rb#13 -ActionMailer::VERSION::PRE = T.let(T.unsafe(nil), T.untyped) +ActionMailer::VERSION::PRE = T.let(T.unsafe(nil), String) # source://actionmailer//lib/action_mailer/gem_version.rb#15 ActionMailer::VERSION::STRING = T.let(T.unsafe(nil), String) diff --git a/sorbet/rbi/gems/actionpack@7.1.4.rbi b/sorbet/rbi/gems/actionpack@7.1.4.1.rbi similarity index 98% rename from sorbet/rbi/gems/actionpack@7.1.4.rbi rename to sorbet/rbi/gems/actionpack@7.1.4.1.rbi index e676a867f..adf453ab9 100644 --- a/sorbet/rbi/gems/actionpack@7.1.4.rbi +++ b/sorbet/rbi/gems/actionpack@7.1.4.1.rbi @@ -66,10 +66,10 @@ class AbstractController::Base # Returns the name of the action this controller is processing. # - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attr_internal.rb#33 def action_name; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.1.4.1/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 @@ -95,10 +95,10 @@ class AbstractController::Base # Returns the formats that can be processed by the controller. # - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attr_internal.rb#33 def formats; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attr_internal.rb#33 def formats=(_arg0); end # source://actionpack//lib/abstract_controller/base.rb#203 @@ -127,10 +127,10 @@ class AbstractController::Base # Returns the body of the HTTP response sent by the controller. # - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attr_internal.rb#33 def response_body; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attr_internal.rb#33 def response_body=(_arg0); end # Actually call the method associated with the action. Override @@ -1284,13 +1284,13 @@ class ActionController::API < ::ActionController::Metal extend ::ActionController::Instrumentation::ClassMethods extend ::ActionController::ParamsWrapper::ClassMethods - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _process_action_callbacks; end # source://actionpack//lib/action_controller/metal/renderers.rb#31 @@ -1302,7 +1302,7 @@ class ActionController::API < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/renderers.rb#31 def _renderers?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_process_action_callbacks(&block); end # source://actionpack//lib/action_controller/metal/params_wrapper.rb#187 @@ -1332,10 +1332,10 @@ class ActionController::API < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/conditional_get.rb#13 def etaggers?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def logger; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def logger=(value); end # source://actionpack//lib/abstract_controller/callbacks.rb#36 @@ -1350,29 +1350,29 @@ class ActionController::API < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/redirecting.rb#15 def raise_on_open_redirects=(val); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers=(_arg0); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers?; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _process_action_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _process_action_callbacks=(value); end # source://actionpack//lib/action_controller/metal/renderers.rb#31 @@ -1411,10 +1411,10 @@ class ActionController::API < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/conditional_get.rb#13 def etaggers?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def logger; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def logger=(value); end # source://actionpack//lib/action_controller/metal.rb#262 @@ -1432,13 +1432,13 @@ class ActionController::API < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/redirecting.rb#15 def raise_on_open_redirects=(val); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers=(value); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers?; end # Shortcut helper that returns all the ActionController::API modules except @@ -1728,10 +1728,10 @@ class ActionController::Base < ::ActionController::Metal extend ::ActionController::Instrumentation::ClassMethods extend ::ActionController::ParamsWrapper::ClassMethods - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end # source://actionpack//lib/abstract_controller/helpers.rb#12 @@ -1743,10 +1743,10 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/abstract_controller/helpers.rb#12 def _helper_methods?; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#216 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#216 def _layout_conditions(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _process_action_callbacks; end # source://actionpack//lib/action_controller/metal/renderers.rb#31 @@ -1758,7 +1758,7 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/renderers.rb#31 def _renderers?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_process_action_callbacks(&block); end # source://actionpack//lib/abstract_controller/caching.rb#42 @@ -1782,46 +1782,46 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/flash.rb#36 def alert; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def allow_forgery_protection; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def allow_forgery_protection=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def asset_host; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def asset_host=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def assets_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def assets_dir=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def csrf_token_storage_strategy; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def csrf_token_storage_strategy=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def default_asset_host_protocol; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def default_asset_host_protocol=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def default_protect_from_forgery; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def default_protect_from_forgery=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def default_static_extension; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def default_static_extension=(value); end # source://actionpack//lib/action_dispatch/routing/url_for.rb#97 @@ -1833,10 +1833,10 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_dispatch/routing/url_for.rb#97 def default_url_options?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def enable_fragment_cache_logging; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def enable_fragment_cache_logging=(value); end # source://actionpack//lib/action_controller/metal/etag_with_template_digest.rb#29 @@ -1860,16 +1860,16 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/flash.rb#10 def flash(*_arg0, **_arg1, &_arg2); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def forgery_protection_origin_check; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def forgery_protection_origin_check=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def forgery_protection_strategy; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def forgery_protection_strategy=(value); end # source://actionpack//lib/abstract_controller/caching/fragments.rb#25 @@ -1899,37 +1899,37 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/helpers.rb#66 def include_all_helpers?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def javascripts_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def javascripts_dir=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def log_warning_on_csrf_failure; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def log_warning_on_csrf_failure=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def logger; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def logger=(value); end # source://actionpack//lib/action_controller/metal/flash.rb#36 def notice; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def per_form_csrf_tokens; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def per_form_csrf_tokens=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def perform_caching; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def perform_caching=(value); end # source://actionpack//lib/abstract_controller/callbacks.rb#36 @@ -1944,49 +1944,49 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/redirecting.rb#15 def raise_on_open_redirects=(val); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def relative_url_root; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def relative_url_root=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def request_forgery_protection_token; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def request_forgery_protection_token=(value); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers=(_arg0); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def stylesheets_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def stylesheets_dir=(value); end private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end # source://actionpack//lib/action_controller/base.rb#252 def _protected_ivars; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end # source://actionpack//lib/action_controller/form_builder.rb#33 @@ -2019,28 +2019,28 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/abstract_controller/helpers.rb#16 def _helpers; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#211 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#211 def _layout; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#211 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#211 def _layout=(value); end - # source://actionview/7.1.4/lib/action_view/layouts.rb#211 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#211 def _layout?; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#212 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#212 def _layout_conditions; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#212 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#212 def _layout_conditions=(value); end - # source://actionview/7.1.4/lib/action_view/layouts.rb#212 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#212 def _layout_conditions?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _process_action_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _process_action_callbacks=(value); end # source://actionpack//lib/action_controller/metal/renderers.rb#31 @@ -2070,46 +2070,46 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/params_wrapper.rb#187 def _wrapper_options?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def allow_forgery_protection; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def allow_forgery_protection=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def asset_host; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def asset_host=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def assets_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def assets_dir=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def csrf_token_storage_strategy; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def csrf_token_storage_strategy=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def default_asset_host_protocol; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def default_asset_host_protocol=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def default_protect_from_forgery; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def default_protect_from_forgery=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def default_static_extension; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def default_static_extension=(value); end # source://actionpack//lib/action_dispatch/routing/url_for.rb#97 @@ -2121,10 +2121,10 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_dispatch/routing/url_for.rb#97 def default_url_options?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def enable_fragment_cache_logging; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def enable_fragment_cache_logging=(value); end # source://actionpack//lib/action_controller/metal/etag_with_template_digest.rb#29 @@ -2145,16 +2145,16 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/conditional_get.rb#13 def etaggers?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def forgery_protection_origin_check; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def forgery_protection_origin_check=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def forgery_protection_strategy; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def forgery_protection_strategy=(value); end # source://actionpack//lib/abstract_controller/caching/fragments.rb#25 @@ -2184,37 +2184,37 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/helpers.rb#66 def include_all_helpers?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def javascripts_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def javascripts_dir=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def log_warning_on_csrf_failure; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def log_warning_on_csrf_failure=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def logger; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def logger=(value); end # source://actionpack//lib/action_controller/metal.rb#262 def middleware_stack; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def per_form_csrf_tokens; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def per_form_csrf_tokens=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def perform_caching; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def perform_caching=(value); end # source://actionpack//lib/abstract_controller/callbacks.rb#36 @@ -2229,31 +2229,31 @@ class ActionController::Base < ::ActionController::Metal # source://actionpack//lib/action_controller/metal/redirecting.rb#15 def raise_on_open_redirects=(val); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def relative_url_root; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def relative_url_root=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def request_forgery_protection_token; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def request_forgery_protection_token=(value); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers=(value); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def stylesheets_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def stylesheets_dir=(value); end # Shortcut helper that returns all the modules included in @@ -3696,7 +3696,7 @@ module ActionController::HttpAuthentication::Token # * +controller+ - ActionController::Base instance for the outgoing response. # * +realm+ - String realm to use in the header. # - # source://actionpack//lib/action_controller/metal/http_authentication.rb#550 + # source://actionpack//lib/action_controller/metal/http_authentication.rb#547 def authentication_request(controller, realm, message = T.unsafe(nil)); end # Encodes the given token and options into an Authorization header value. @@ -3708,7 +3708,7 @@ module ActionController::HttpAuthentication::Token # * +token+ - String token. # * +options+ - Optional Hash of the options. # - # source://actionpack//lib/action_controller/metal/http_authentication.rb#535 + # source://actionpack//lib/action_controller/metal/http_authentication.rb#532 def encode_credentials(token, options = T.unsafe(nil)); end # Takes +raw_params+ and turns it into an array of parameters. @@ -3720,7 +3720,7 @@ module ActionController::HttpAuthentication::Token # pairs by the standardized :, ;, or \t # delimiters defined in +AUTHN_PAIR_DELIMITERS+. # - # source://actionpack//lib/action_controller/metal/http_authentication.rb#516 + # source://actionpack//lib/action_controller/metal/http_authentication.rb#513 def raw_params(auth); end # This removes the " characters wrapping the value. @@ -3788,9 +3788,6 @@ ActionController::HttpAuthentication::Token::TOKEN_KEY = T.let(T.unsafe(nil), St # source://actionpack//lib/action_controller/metal/http_authentication.rb#421 ActionController::HttpAuthentication::Token::TOKEN_REGEX = T.let(T.unsafe(nil), Regexp) -# source://actionpack//lib/action_controller/metal/http_authentication.rb#510 -ActionController::HttpAuthentication::Token::WHITESPACED_AUTHN_PAIR_DELIMITERS = T.let(T.unsafe(nil), Regexp) - # = Action Controller Implicit Render # # Handles implicit rendering for a controller action that does not @@ -4193,17 +4190,17 @@ ActionController::Live::SSE::PERMITTED_OPTIONS = T.let(T.unsafe(nil), Array) class ActionController::LiveTestResponse < ::ActionController::Live::Response # Was there a server-side error? # - # source://rack/3.1.7/lib/rack/response.rb#187 + # source://rack/3.1.8/lib/rack/response.rb#187 def error?; end # Was the URL not found? # - # source://rack/3.1.7/lib/rack/response.rb#197 + # source://rack/3.1.8/lib/rack/response.rb#197 def missing?; end # Was the response successful? # - # source://rack/3.1.7/lib/rack/response.rb#184 + # source://rack/3.1.8/lib/rack/response.rb#184 def success?; end end @@ -4246,7 +4243,7 @@ class ActionController::LogSubscriber < ::ActiveSupport::LogSubscriber def write_fragment(event); end class << self - # source://activesupport/7.1.4/lib/active_support/log_subscriber.rb#88 + # source://activesupport/7.1.4.1/lib/active_support/log_subscriber.rb#88 def log_levels; end end end @@ -4397,10 +4394,10 @@ class ActionController::Metal < ::AbstractController::Base # # The ActionDispatch::Request instance for the current request. # - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attr_internal.rb#33 def request; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attr_internal.rb#33 def request=(_arg0); end # source://actionpack//lib/action_controller/metal.rb#258 @@ -4410,7 +4407,7 @@ class ActionController::Metal < ::AbstractController::Base # # The ActionDispatch::Response instance for the current response. # - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attr_internal.rb#33 def response; end # Assign the response and mark it as committed. No further processing will occur. @@ -8015,7 +8012,7 @@ class ActionController::TestCase < ::ActiveSupport::TestCase def _controller_class?; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end # source://actionpack//lib/action_controller/test_case.rb#571 @@ -8837,35 +8834,35 @@ class ActionDispatch::Callbacks # source://actionpack//lib/action_dispatch/middleware/callbacks.rb#22 def initialize(app); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _call_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_call_callbacks(&block); end # source://actionpack//lib/action_dispatch/middleware/callbacks.rb#26 def call(env); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _call_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _call_callbacks=(value); end # source://actionpack//lib/action_dispatch/middleware/callbacks.rb#17 @@ -10758,7 +10755,7 @@ module ActionDispatch::Http::FilterParameters # source://actionpack//lib/action_dispatch/http/filter_parameters.rb#56 def env_filter; end - # source://actionpack//lib/action_dispatch/http/filter_parameters.rb#69 + # source://actionpack//lib/action_dispatch/http/filter_parameters.rb#67 def filtered_query_string; end # source://actionpack//lib/action_dispatch/http/filter_parameters.rb#63 @@ -10768,18 +10765,12 @@ end # source://actionpack//lib/action_dispatch/http/filter_parameters.rb#17 ActionDispatch::Http::FilterParameters::ENV_MATCH = T.let(T.unsafe(nil), Array) -# source://actionpack//lib/action_dispatch/http/filter_parameters.rb#67 -ActionDispatch::Http::FilterParameters::KV_RE = T.let(T.unsafe(nil), String) - # source://actionpack//lib/action_dispatch/http/filter_parameters.rb#19 ActionDispatch::Http::FilterParameters::NULL_ENV_FILTER = T.let(T.unsafe(nil), ActiveSupport::ParameterFilter) # source://actionpack//lib/action_dispatch/http/filter_parameters.rb#18 ActionDispatch::Http::FilterParameters::NULL_PARAM_FILTER = T.let(T.unsafe(nil), ActiveSupport::ParameterFilter) -# source://actionpack//lib/action_dispatch/http/filter_parameters.rb#68 -ActionDispatch::Http::FilterParameters::PAIR_RE = T.let(T.unsafe(nil), Regexp) - # source://actionpack//lib/action_dispatch/http/filter_redirect.rb#5 module ActionDispatch::Http::FilterRedirect # source://actionpack//lib/action_dispatch/http/filter_redirect.rb#8 @@ -13766,7 +13757,7 @@ class ActionDispatch::LogSubscriber < ::ActiveSupport::LogSubscriber def redirect(event); end class << self - # source://activesupport/7.1.4/lib/active_support/log_subscriber.rb#88 + # source://activesupport/7.1.4.1/lib/active_support/log_subscriber.rb#88 def log_levels; end end end @@ -14533,7 +14524,7 @@ class ActionDispatch::Request # source://actionpack//lib/action_dispatch/http/request.rb#340 def raw_post; end - # source://rack/3.1.7/lib/rack/request.rb#197 + # source://rack/3.1.8/lib/rack/request.rb#197 def raw_request_method; end # source://actionpack//lib/action_dispatch/http/request.rb#50 @@ -15288,10 +15279,10 @@ class ActionDispatch::Response # Aliasing these off because AD::Http::Cache::Response defines them. # - # source://rack/3.1.7/lib/rack/response.rb#290 + # source://rack/3.1.8/lib/rack/response.rb#290 def _cache_control; end - # source://rack/3.1.7/lib/rack/response.rb#294 + # source://rack/3.1.8/lib/rack/response.rb#294 def _cache_control=(value); end # source://actionpack//lib/action_dispatch/http/response.rb#382 @@ -15458,7 +15449,7 @@ class ActionDispatch::Response # The location header we'll be responding with. # - # source://rack/3.1.7/lib/rack/response.rb#262 + # source://rack/3.1.8/lib/rack/response.rb#262 def redirect_url; end # The request that the response is responding to. @@ -19747,7 +19738,7 @@ ActionPack::VERSION::MAJOR = T.let(T.unsafe(nil), Integer) ActionPack::VERSION::MINOR = T.let(T.unsafe(nil), Integer) # source://actionpack//lib/action_pack/gem_version.rb#13 -ActionPack::VERSION::PRE = T.let(T.unsafe(nil), T.untyped) +ActionPack::VERSION::PRE = T.let(T.unsafe(nil), String) # source://actionpack//lib/action_pack/gem_version.rb#15 ActionPack::VERSION::STRING = T.let(T.unsafe(nil), String) @@ -20096,7 +20087,7 @@ Mime::Type::MIME_REGEXP = T.let(T.unsafe(nil), Regexp) # source://actionpack//lib/action_dispatch.rb#34 module Rack class << self - # source://rack/3.1.7/lib/rack/version.rb#18 + # source://rack/3.1.8/lib/rack/version.rb#18 def release; end end end diff --git a/sorbet/rbi/gems/actiontext@7.1.4.rbi b/sorbet/rbi/gems/actiontext@7.1.4.1.rbi similarity index 76% rename from sorbet/rbi/gems/actiontext@7.1.4.rbi rename to sorbet/rbi/gems/actiontext@7.1.4.1.rbi index 1a7438342..6efcb5542 100644 --- a/sorbet/rbi/gems/actiontext@7.1.4.rbi +++ b/sorbet/rbi/gems/actiontext@7.1.4.1.rbi @@ -27,19 +27,19 @@ module ActionText # source://actiontext//lib/action_text.rb#53 def html_document_fragment_class; end - # source://railties/7.1.4/lib/rails/engine.rb#412 + # source://railties/7.1.4.1/lib/rails/engine.rb#412 def railtie_helpers_paths; end - # source://railties/7.1.4/lib/rails/engine.rb#395 + # source://railties/7.1.4.1/lib/rails/engine.rb#395 def railtie_namespace; end - # source://railties/7.1.4/lib/rails/engine.rb#416 + # source://railties/7.1.4.1/lib/rails/engine.rb#416 def railtie_routes_url_helpers(include_path_helpers = T.unsafe(nil)); end - # source://railties/7.1.4/lib/rails/engine.rb#401 + # source://railties/7.1.4.1/lib/rails/engine.rb#401 def table_name_prefix; end - # source://railties/7.1.4/lib/rails/engine.rb#408 + # source://railties/7.1.4.1/lib/rails/engine.rb#408 def use_relative_model_naming?; end # Returns the currently loaded version of Action Text as a +Gem::Version+. @@ -189,22 +189,22 @@ class ActionText::Attachables::ContentAttachment extend ::ActiveModel::Validations::HelperMethods extend ::ActiveModel::Conversion::ClassMethods - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_validate_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _validate_callbacks; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators?; end # source://actiontext//lib/action_text/attachables/content_attachment.rb#18 @@ -234,10 +234,10 @@ class ActionText::Attachables::ContentAttachment # source://actiontext//lib/action_text/attachables/content_attachment.rb#13 def content_type=(_arg0); end - # source://activemodel/7.1.4/lib/active_model/naming.rb#255 + # source://activemodel/7.1.4.1/lib/active_model/naming.rb#255 def model_name(&block); end - # source://activemodel/7.1.4/lib/active_model/conversion.rb#32 + # source://activemodel/7.1.4.1/lib/active_model/conversion.rb#32 def param_delimiter=(_arg0); end # source://actiontext//lib/action_text/attachables/content_attachment.rb#22 @@ -249,7 +249,7 @@ class ActionText::Attachables::ContentAttachment # source://actiontext//lib/action_text/attachables/content_attachment.rb#26 def to_s; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#67 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#67 def validation_context; end private @@ -257,44 +257,44 @@ class ActionText::Attachables::ContentAttachment # source://actiontext//lib/action_text/attachables/content_attachment.rb#35 def content_instance; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#67 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#67 def validation_context=(_arg0); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _validate_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _validate_callbacks=(value); end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators=(value); end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators?; end # source://actiontext//lib/action_text/attachables/content_attachment.rb#8 def from_node(node); end - # source://activemodel/7.1.4/lib/active_model/conversion.rb#32 + # source://activemodel/7.1.4.1/lib/active_model/conversion.rb#32 def param_delimiter; end - # source://activemodel/7.1.4/lib/active_model/conversion.rb#32 + # source://activemodel/7.1.4.1/lib/active_model/conversion.rb#32 def param_delimiter=(value); end - # source://activemodel/7.1.4/lib/active_model/conversion.rb#32 + # source://activemodel/7.1.4.1/lib/active_model/conversion.rb#32 def param_delimiter?; end end end @@ -311,7 +311,7 @@ class ActionText::Attachables::MissingAttachable # source://actiontext//lib/action_text/attachables/missing_attachable.rb#22 def model; end - # source://activemodel/7.1.4/lib/active_model/naming.rb#255 + # source://activemodel/7.1.4.1/lib/active_model/naming.rb#255 def model_name(&block); end # source://actiontext//lib/action_text/attachables/missing_attachable.rb#14 @@ -343,7 +343,7 @@ class ActionText::Attachables::RemoteImage # source://actiontext//lib/action_text/attachables/remote_image.rb#28 def height; end - # source://activemodel/7.1.4/lib/active_model/naming.rb#255 + # source://activemodel/7.1.4.1/lib/active_model/naming.rb#255 def model_name(&block); end # source://actiontext//lib/action_text/attachables/remote_image.rb#41 @@ -414,7 +414,7 @@ class ActionText::Attachment # source://actiontext//lib/action_text/attachment.rb#129 def inspect; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/delegation.rb#354 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/delegation.rb#354 def method_missing(method, *args, **_arg2, &block); end # Returns the value of attribute node. @@ -483,7 +483,7 @@ class ActionText::Attachment # source://actiontext//lib/action_text/attachment.rb#134 def node_attributes; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/delegation.rb#346 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/delegation.rb#346 def respond_to_missing?(name, include_private = T.unsafe(nil)); end # source://actiontext//lib/action_text/attachment.rb#142 @@ -549,22 +549,22 @@ class ActionText::AttachmentGallery # source://actiontext//lib/action_text/attachment_gallery.rb#52 def initialize(node); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_validate_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _validate_callbacks; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators?; end # source://actiontext//lib/action_text/attachment_gallery.rb#56 @@ -573,7 +573,7 @@ class ActionText::AttachmentGallery # source://actiontext//lib/action_text/attachment_gallery.rb#66 def inspect; end - # source://activemodel/7.1.4/lib/active_model/naming.rb#255 + # source://activemodel/7.1.4.1/lib/active_model/naming.rb#255 def model_name(&block); end # Returns the value of attribute node. @@ -581,43 +581,43 @@ class ActionText::AttachmentGallery # source://actiontext//lib/action_text/attachment_gallery.rb#50 def node; end - # source://activemodel/7.1.4/lib/active_model/conversion.rb#32 + # source://activemodel/7.1.4.1/lib/active_model/conversion.rb#32 def param_delimiter=(_arg0); end # source://actiontext//lib/action_text/attachment_gallery.rb#62 def size; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#67 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#67 def validation_context; end private - # source://activemodel/7.1.4/lib/active_model/validations.rb#67 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#67 def validation_context=(_arg0); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _validate_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _validate_callbacks=(value); end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators=(value); end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators?; end # source://actiontext//lib/action_text/attachment_gallery.rb#41 @@ -635,13 +635,13 @@ class ActionText::AttachmentGallery # source://actiontext//lib/action_text/attachment_gallery.rb#37 def from_node(node); end - # source://activemodel/7.1.4/lib/active_model/conversion.rb#32 + # source://activemodel/7.1.4.1/lib/active_model/conversion.rb#32 def param_delimiter; end - # source://activemodel/7.1.4/lib/active_model/conversion.rb#32 + # source://activemodel/7.1.4.1/lib/active_model/conversion.rb#32 def param_delimiter=(value); end - # source://activemodel/7.1.4/lib/active_model/conversion.rb#32 + # source://activemodel/7.1.4.1/lib/active_model/conversion.rb#32 def param_delimiter?; end # source://actiontext//lib/action_text/attachment_gallery.rb#45 @@ -870,10 +870,10 @@ class ActionText::Content # source://actiontext//lib/action_text/content.rb#30 def fragment_by_canonicalizing_content(content); end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#49 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#49 def renderer; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#108 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#108 def renderer=(obj); end end end @@ -912,16 +912,16 @@ class ActionText::EncryptedRichText < ::ActionText::RichText include ::ActionText::EncryptedRichText::GeneratedAssociationMethods class << self - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators; end - # source://activerecord/7.1.4/lib/active_record/attributes.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/attributes.rb#11 def attributes_to_define_after_schema_loads; end - # source://activerecord/7.1.4/lib/active_record/enum.rb#167 + # source://activerecord/7.1.4.1/lib/active_record/enum.rb#167 def defined_enums; end - # source://activerecord/7.1.4/lib/active_record/encryption/encryptable_record.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/encryption/encryptable_record.rb#11 def encrypted_attributes; end end end @@ -957,7 +957,7 @@ end # source://actiontext//lib/action_text/engine.rb#11 class ActionText::Engine < ::Rails::Engine class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end end end @@ -1096,19 +1096,19 @@ module ActionText::PlainTextConversion private - # source://actiontext//lib/action_text/plain_text_conversion.rb#104 + # source://actiontext//lib/action_text/plain_text_conversion.rb#109 def break_if_nested_list(node, text); end - # source://actiontext//lib/action_text/plain_text_conversion.rb#81 + # source://actiontext//lib/action_text/plain_text_conversion.rb#86 def bullet_for_li_node(node, index); end - # source://actiontext//lib/action_text/plain_text_conversion.rb#93 + # source://actiontext//lib/action_text/plain_text_conversion.rb#98 def indentation_for_li_node(node); end - # source://actiontext//lib/action_text/plain_text_conversion.rb#100 + # source://actiontext//lib/action_text/plain_text_conversion.rb#105 def list_node_depth_for_node(node); end - # source://actiontext//lib/action_text/plain_text_conversion.rb#89 + # source://actiontext//lib/action_text/plain_text_conversion.rb#94 def list_node_name_for_li_node(node); end # source://actiontext//lib/action_text/plain_text_conversion.rb#32 @@ -1129,7 +1129,7 @@ module ActionText::PlainTextConversion # source://actiontext//lib/action_text/plain_text_conversion.rb#32 def plain_text_for_h1_node(node, index = T.unsafe(nil)); end - # source://actiontext//lib/action_text/plain_text_conversion.rb#69 + # source://actiontext//lib/action_text/plain_text_conversion.rb#74 def plain_text_for_li_node(node, index); end # source://actiontext//lib/action_text/plain_text_conversion.rb#40 @@ -1156,7 +1156,7 @@ module ActionText::PlainTextConversion # source://actiontext//lib/action_text/plain_text_conversion.rb#28 def plain_text_method_for_node(node); end - # source://actiontext//lib/action_text/plain_text_conversion.rb#77 + # source://actiontext//lib/action_text/plain_text_conversion.rb#82 def remove_trailing_newlines(text); end end @@ -1165,10 +1165,10 @@ class ActionText::Record < ::ActiveRecord::Base include ::ActionText::Record::GeneratedAssociationMethods class << self - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators; end - # source://activerecord/7.1.4/lib/active_record/enum.rb#167 + # source://activerecord/7.1.4.1/lib/active_record/enum.rb#167 def defined_enums; end end end @@ -1199,13 +1199,13 @@ class ActionText::RichText < ::ActionText::Record include ::ActionText::RichText::GeneratedAttributeMethods include ::ActionText::RichText::GeneratedAssociationMethods - # source://activerecord/7.1.4/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/autosave_association.rb#160 def autosave_associated_records_for_embeds_attachments(*args); end - # source://activerecord/7.1.4/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/autosave_association.rb#160 def autosave_associated_records_for_embeds_blobs(*args); end - # source://activerecord/7.1.4/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/autosave_association.rb#160 def autosave_associated_records_for_record(*args); end def blank?(*_arg0, **_arg1, &_arg2); end @@ -1216,83 +1216,83 @@ class ActionText::RichText < ::ActionText::Record def to_s(*_arg0, **_arg1, &_arg2); end def to_trix_html; end - # source://activerecord/7.1.4/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/autosave_association.rb#160 def validate_associated_records_for_embeds_attachments(*args); end - # source://activerecord/7.1.4/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/autosave_association.rb#160 def validate_associated_records_for_embeds_blobs(*args); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#11 def _reflections; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators; end - # source://activestorage/7.1.4/lib/active_storage/reflection.rb#53 + # source://activestorage/7.1.4.1/lib/active_storage/reflection.rb#53 def attachment_reflections; end - # source://activerecord/7.1.4/lib/active_record/attributes.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/attributes.rb#11 def attributes_to_define_after_schema_loads; end - # source://activerecord/7.1.4/lib/active_record/enum.rb#167 + # source://activerecord/7.1.4.1/lib/active_record/enum.rb#167 def defined_enums; end - # source://activerecord/7.1.4/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.1.4.1/lib/active_record/scoping/named.rb#174 def with_attached_embeds(*args, **_arg1); end end end module ActionText::RichText::GeneratedAssociationMethods - # source://activestorage/7.1.4/lib/active_storage/attached/model.rb#191 + # source://activestorage/7.1.4.1/lib/active_storage/attached/model.rb#191 def embeds; end - # source://activestorage/7.1.4/lib/active_storage/attached/model.rb#196 + # source://activestorage/7.1.4.1/lib/active_storage/attached/model.rb#196 def embeds=(attachables); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/collection_association.rb#62 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/collection_association.rb#62 def embeds_attachment_ids; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/collection_association.rb#72 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/collection_association.rb#72 def embeds_attachment_ids=(ids); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#103 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#103 def embeds_attachments; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#111 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#111 def embeds_attachments=(value); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/collection_association.rb#62 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/collection_association.rb#62 def embeds_blob_ids; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/collection_association.rb#72 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/collection_association.rb#72 def embeds_blob_ids=(ids); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#103 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#103 def embeds_blobs; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#111 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#111 def embeds_blobs=(value); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#103 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#103 def record; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#111 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#111 def record=(value); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/belongs_to.rb#145 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/belongs_to.rb#145 def record_changed?; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/belongs_to.rb#149 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/belongs_to.rb#149 def record_previously_changed?; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#19 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#19 def reload_record; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#23 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#23 def reset_record; end end @@ -1406,7 +1406,7 @@ ActionText::VERSION::MAJOR = T.let(T.unsafe(nil), Integer) ActionText::VERSION::MINOR = T.let(T.unsafe(nil), Integer) # source://actiontext//lib/action_text/gem_version.rb#13 -ActionText::VERSION::PRE = T.let(T.unsafe(nil), T.untyped) +ActionText::VERSION::PRE = T.let(T.unsafe(nil), String) # source://actiontext//lib/action_text/gem_version.rb#15 ActionText::VERSION::STRING = T.let(T.unsafe(nil), String) @@ -1428,216 +1428,216 @@ module ActionView::Helpers mixes_in_class_methods ::ActionView::Helpers::SanitizeHelper::ClassMethods class << self - # source://actionview/7.1.4/lib/action_view/helpers.rb#35 + # source://actionview/7.1.4.1/lib/action_view/helpers.rb#35 def eager_load!; end end end class ActionView::Helpers::FormBuilder - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1715 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1715 def initialize(object_name, object, template, options); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2644 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2644 def button(value = T.unsafe(nil), options = T.unsafe(nil), &block); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2468 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2468 def check_box(method, options = T.unsafe(nil), checked_value = T.unsafe(nil), unchecked_value = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_options_helper.rb#908 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_options_helper.rb#908 def collection_check_boxes(method, collection, value_method, text_method, options = T.unsafe(nil), html_options = T.unsafe(nil), &block); end - # source://actionview/7.1.4/lib/action_view/helpers/form_options_helper.rb#920 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_options_helper.rb#920 def collection_radio_buttons(method, collection, value_method, text_method, options = T.unsafe(nil), html_options = T.unsafe(nil), &block); end - # source://actionview/7.1.4/lib/action_view/helpers/form_options_helper.rb#860 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_options_helper.rb#860 def collection_select(method, collection, value_method, text_method, options = T.unsafe(nil), html_options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def color_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def date_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/date_helper.rb#1237 + # source://actionview/7.1.4.1/lib/action_view/helpers/date_helper.rb#1237 def date_select(method, options = T.unsafe(nil), html_options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def datetime_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def datetime_local_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/date_helper.rb#1261 + # source://actionview/7.1.4.1/lib/action_view/helpers/date_helper.rb#1261 def datetime_select(method, options = T.unsafe(nil), html_options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def email_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2665 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2665 def emitted_hidden_id?; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1680 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1680 def field_helpers; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1680 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1680 def field_helpers=(_arg0); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1680 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1680 def field_helpers?; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1772 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1772 def field_id(method, *suffixes, namespace: T.unsafe(nil), index: T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1792 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1792 def field_name(method, *methods, multiple: T.unsafe(nil), index: T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2322 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2322 def fields(scope = T.unsafe(nil), model: T.unsafe(nil), **options, &block); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2284 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2284 def fields_for(record_name, record_object = T.unsafe(nil), fields_options = T.unsafe(nil), &block); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2551 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2551 def file_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_options_helper.rb#872 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_options_helper.rb#872 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.1.4/lib/action_view/helpers/form_helper.rb#2512 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2512 def hidden_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1752 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1752 def id; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1692 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1692 def index; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2399 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2399 def label(method, text = T.unsafe(nil), options = T.unsafe(nil), &block); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def month_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1692 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1692 def multipart; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1695 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1695 def multipart=(multipart); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1692 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1692 def multipart?; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def number_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1690 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1690 def object; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1690 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1690 def object=(_arg0); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1690 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1690 def object_name; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1690 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1690 def object_name=(_arg0); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1690 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1690 def options; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1690 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1690 def options=(_arg0); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def password_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def phone_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2490 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2490 def radio_button(method, tag_value, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def range_field(method, options = T.unsafe(nil)); end def rich_text_area(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def search_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_options_helper.rb#848 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_options_helper.rb#848 def select(method, choices = T.unsafe(nil), options = T.unsafe(nil), html_options = T.unsafe(nil), &block); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2583 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2583 def submit(value = T.unsafe(nil), options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def telephone_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def text_area(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def text_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def time_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/date_helper.rb#1249 + # source://actionview/7.1.4.1/lib/action_view/helpers/date_helper.rb#1249 def time_select(method, options = T.unsafe(nil), html_options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_options_helper.rb#884 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_options_helper.rb#884 def time_zone_select(method, priority_zones = T.unsafe(nil), options = T.unsafe(nil), html_options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1711 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1711 def to_model; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1707 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1707 def to_partial_path; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def url_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2021 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2021 def week_field(method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_options_helper.rb#896 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_options_helper.rb#896 def weekday_select(method, options = T.unsafe(nil), html_options = T.unsafe(nil)); end private - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2750 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2750 def convert_to_legacy_options(options); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2732 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2732 def fields_for_nested_model(name, object, fields_options, block); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2703 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2703 def fields_for_with_nested_attributes(association_name, association, options, block); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2699 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2699 def nested_attributes_association?(association_name); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2745 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2745 def nested_child_index(name); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2670 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2670 def objectify_options(options); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#2676 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#2676 def submit_default_value; end class << self - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1703 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1703 def _to_partial_path; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1680 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1680 def field_helpers; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1680 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1680 def field_helpers=(value); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1680 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1680 def field_helpers?; end end end @@ -1651,141 +1651,141 @@ module ActionView::Helpers::FormHelper mixes_in_class_methods ::ActionView::Helpers::UrlHelper::ClassMethods mixes_in_class_methods ::ActionView::Helpers::SanitizeHelper::ClassMethods - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1586 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1586 def _object_for_form_builder(object); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1343 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1343 def check_box(object_name, method, options = T.unsafe(nil), checked_value = T.unsafe(nil), unchecked_value = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1373 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1373 def color_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1437 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1437 def date_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1510 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1510 def datetime_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1510 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1510 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.1.4/lib/action_view/helpers/form_helper.rb#1564 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1564 def email_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1077 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1077 def fields(scope = T.unsafe(nil), model: T.unsafe(nil), **options, &block); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1026 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1026 def fields_for(record_name, record_object = T.unsafe(nil), options = T.unsafe(nil), &block); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1245 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1245 def file_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#434 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#434 def form_for(record, options = T.unsafe(nil), &block); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#755 + # source://actionview/7.1.4.1/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.1.4/lib/action_view/helpers/form_helper.rb#480 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#480 def form_with_generates_ids; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#480 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#480 def form_with_generates_ids=(val); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#478 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#478 def form_with_generates_remote_forms; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#478 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#478 def form_with_generates_remote_forms=(val); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1212 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1212 def hidden_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1149 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1149 def label(object_name, method, content_or_options = T.unsafe(nil), options = T.unsafe(nil), &block); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1529 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1529 def month_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#482 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#482 def multiple_file_field_include_hidden; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#482 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#482 def multiple_file_field_include_hidden=(val); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1573 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1573 def number_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1194 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1194 def password_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1405 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1405 def phone_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1365 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1365 def radio_button(object_name, method, tag_value, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1582 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1582 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.1.4/lib/action_view/helpers/form_helper.rb#1396 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1396 def search_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1405 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1405 def telephone_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1275 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1275 def text_area(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1173 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1173 def text_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1475 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1475 def time_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1555 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1555 def url_field(object_name, method, options = T.unsafe(nil)); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1546 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1546 def week_field(object_name, method, options = T.unsafe(nil)); end private - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#464 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#464 def apply_form_for_options!(object, options); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1620 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1620 def default_form_builder_class; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#1591 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1591 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.1.4/lib/action_view/helpers/form_helper.rb#1606 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#1606 def instantiate_builder(record_name, record_object, options); end class << self - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#480 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#480 def form_with_generates_ids; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#480 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#480 def form_with_generates_ids=(val); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#478 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#478 def form_with_generates_remote_forms; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#478 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#478 def form_with_generates_remote_forms=(val); end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#482 + # source://actionview/7.1.4.1/lib/action_view/helpers/form_helper.rb#482 def multiple_file_field_include_hidden; end - # source://actionview/7.1.4/lib/action_view/helpers/form_helper.rb#482 + # source://actionview/7.1.4.1/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.1.4.rbi b/sorbet/rbi/gems/actionview@7.1.4.1.rbi similarity index 97% rename from sorbet/rbi/gems/actionview@7.1.4.rbi rename to sorbet/rbi/gems/actionview@7.1.4.1.rbi index 68ff12efe..998224212 100644 --- a/sorbet/rbi/gems/actionview@7.1.4.rbi +++ b/sorbet/rbi/gems/actionview@7.1.4.1.rbi @@ -13,247 +13,247 @@ class ActionController::Base < ::ActionController::Metal include ::ActionController::BasicImplicitRender extend ::AbstractController::Helpers::Resolution - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods; end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods=(_arg0); end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods?; end # source://actionview//lib/action_view/layouts.rb#216 def _layout_conditions(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _process_action_callbacks; end - # source://actionpack/7.1.4/lib/action_controller/metal/renderers.rb#31 + # source://actionpack/7.1.4.1/lib/action_controller/metal/renderers.rb#31 def _renderers; end - # source://actionpack/7.1.4/lib/action_controller/metal/renderers.rb#31 + # source://actionpack/7.1.4.1/lib/action_controller/metal/renderers.rb#31 def _renderers=(_arg0); end - # source://actionpack/7.1.4/lib/action_controller/metal/renderers.rb#31 + # source://actionpack/7.1.4.1/lib/action_controller/metal/renderers.rb#31 def _renderers?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_process_action_callbacks(&block); end - # source://actionpack/7.1.4/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies; end - # source://actionpack/7.1.4/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies=(_arg0); end - # source://actionpack/7.1.4/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies?; end - # source://actionpack/7.1.4/lib/action_controller/metal/params_wrapper.rb#187 + # source://actionpack/7.1.4.1/lib/action_controller/metal/params_wrapper.rb#187 def _wrapper_options; end - # source://actionpack/7.1.4/lib/action_controller/metal/params_wrapper.rb#187 + # source://actionpack/7.1.4.1/lib/action_controller/metal/params_wrapper.rb#187 def _wrapper_options=(_arg0); end - # source://actionpack/7.1.4/lib/action_controller/metal/params_wrapper.rb#187 + # source://actionpack/7.1.4.1/lib/action_controller/metal/params_wrapper.rb#187 def _wrapper_options?; end - # source://actionpack/7.1.4/lib/action_controller/metal/flash.rb#36 + # source://actionpack/7.1.4.1/lib/action_controller/metal/flash.rb#36 def alert; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def allow_forgery_protection; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def allow_forgery_protection=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def asset_host; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def asset_host=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def assets_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def assets_dir=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def csrf_token_storage_strategy; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def csrf_token_storage_strategy=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def default_asset_host_protocol; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def default_asset_host_protocol=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def default_protect_from_forgery; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def default_protect_from_forgery=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def default_static_extension; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def default_static_extension=(value); end - # source://actionpack/7.1.4/lib/action_dispatch/routing/url_for.rb#97 + # source://actionpack/7.1.4.1/lib/action_dispatch/routing/url_for.rb#97 def default_url_options; end - # source://actionpack/7.1.4/lib/action_dispatch/routing/url_for.rb#97 + # source://actionpack/7.1.4.1/lib/action_dispatch/routing/url_for.rb#97 def default_url_options=(_arg0); end - # source://actionpack/7.1.4/lib/action_dispatch/routing/url_for.rb#97 + # source://actionpack/7.1.4.1/lib/action_dispatch/routing/url_for.rb#97 def default_url_options?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def enable_fragment_cache_logging; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def enable_fragment_cache_logging=(value); end - # source://actionpack/7.1.4/lib/action_controller/metal/etag_with_template_digest.rb#29 + # source://actionpack/7.1.4.1/lib/action_controller/metal/etag_with_template_digest.rb#29 def etag_with_template_digest; end - # source://actionpack/7.1.4/lib/action_controller/metal/etag_with_template_digest.rb#29 + # source://actionpack/7.1.4.1/lib/action_controller/metal/etag_with_template_digest.rb#29 def etag_with_template_digest=(_arg0); end - # source://actionpack/7.1.4/lib/action_controller/metal/etag_with_template_digest.rb#29 + # source://actionpack/7.1.4.1/lib/action_controller/metal/etag_with_template_digest.rb#29 def etag_with_template_digest?; end - # source://actionpack/7.1.4/lib/action_controller/metal/conditional_get.rb#13 + # source://actionpack/7.1.4.1/lib/action_controller/metal/conditional_get.rb#13 def etaggers; end - # source://actionpack/7.1.4/lib/action_controller/metal/conditional_get.rb#13 + # source://actionpack/7.1.4.1/lib/action_controller/metal/conditional_get.rb#13 def etaggers=(_arg0); end - # source://actionpack/7.1.4/lib/action_controller/metal/conditional_get.rb#13 + # source://actionpack/7.1.4.1/lib/action_controller/metal/conditional_get.rb#13 def etaggers?; end - # source://actionpack/7.1.4/lib/action_controller/metal/flash.rb#10 + # source://actionpack/7.1.4.1/lib/action_controller/metal/flash.rb#10 def flash(*_arg0, **_arg1, &_arg2); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def forgery_protection_origin_check; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def forgery_protection_origin_check=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def forgery_protection_strategy; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def forgery_protection_strategy=(value); end - # source://actionpack/7.1.4/lib/abstract_controller/caching/fragments.rb#25 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching/fragments.rb#25 def fragment_cache_keys; end - # source://actionpack/7.1.4/lib/abstract_controller/caching/fragments.rb#25 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching/fragments.rb#25 def fragment_cache_keys=(_arg0); end - # source://actionpack/7.1.4/lib/abstract_controller/caching/fragments.rb#25 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching/fragments.rb#25 def fragment_cache_keys?; end - # source://actionpack/7.1.4/lib/action_controller/metal/helpers.rb#65 + # source://actionpack/7.1.4.1/lib/action_controller/metal/helpers.rb#65 def helpers_path; end - # source://actionpack/7.1.4/lib/action_controller/metal/helpers.rb#65 + # source://actionpack/7.1.4.1/lib/action_controller/metal/helpers.rb#65 def helpers_path=(_arg0); end - # source://actionpack/7.1.4/lib/action_controller/metal/helpers.rb#65 + # source://actionpack/7.1.4.1/lib/action_controller/metal/helpers.rb#65 def helpers_path?; end - # source://actionpack/7.1.4/lib/action_controller/metal/helpers.rb#66 + # source://actionpack/7.1.4.1/lib/action_controller/metal/helpers.rb#66 def include_all_helpers; end - # source://actionpack/7.1.4/lib/action_controller/metal/helpers.rb#66 + # source://actionpack/7.1.4.1/lib/action_controller/metal/helpers.rb#66 def include_all_helpers=(_arg0); end - # source://actionpack/7.1.4/lib/action_controller/metal/helpers.rb#66 + # source://actionpack/7.1.4.1/lib/action_controller/metal/helpers.rb#66 def include_all_helpers?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def javascripts_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def javascripts_dir=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def log_warning_on_csrf_failure; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def log_warning_on_csrf_failure=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def logger; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def logger=(value); end - # source://actionpack/7.1.4/lib/action_controller/metal/flash.rb#36 + # source://actionpack/7.1.4.1/lib/action_controller/metal/flash.rb#36 def notice; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def per_form_csrf_tokens; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def per_form_csrf_tokens=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def perform_caching; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def perform_caching=(value); end - # source://actionpack/7.1.4/lib/abstract_controller/callbacks.rb#36 + # source://actionpack/7.1.4.1/lib/abstract_controller/callbacks.rb#36 def raise_on_missing_callback_actions; end - # source://actionpack/7.1.4/lib/abstract_controller/callbacks.rb#36 + # source://actionpack/7.1.4.1/lib/abstract_controller/callbacks.rb#36 def raise_on_missing_callback_actions=(val); end - # source://actionpack/7.1.4/lib/action_controller/metal/redirecting.rb#15 + # source://actionpack/7.1.4.1/lib/action_controller/metal/redirecting.rb#15 def raise_on_open_redirects; end - # source://actionpack/7.1.4/lib/action_controller/metal/redirecting.rb#15 + # source://actionpack/7.1.4.1/lib/action_controller/metal/redirecting.rb#15 def raise_on_open_redirects=(val); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def relative_url_root; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def relative_url_root=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def request_forgery_protection_token; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def request_forgery_protection_token=(value); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers=(_arg0); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def stylesheets_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def stylesheets_dir=(value); end private @@ -261,47 +261,47 @@ class ActionController::Base < ::ActionController::Metal # source://actionview//lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end - # source://actionpack/7.1.4/lib/action_controller/base.rb#252 + # source://actionpack/7.1.4.1/lib/action_controller/base.rb#252 def _protected_ivars; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://actionpack/7.1.4/lib/action_controller/form_builder.rb#33 + # source://actionpack/7.1.4.1/lib/action_controller/form_builder.rb#33 def _default_form_builder; end - # source://actionpack/7.1.4/lib/action_controller/form_builder.rb#33 + # source://actionpack/7.1.4.1/lib/action_controller/form_builder.rb#33 def _default_form_builder=(value); end - # source://actionpack/7.1.4/lib/action_controller/form_builder.rb#33 + # source://actionpack/7.1.4.1/lib/action_controller/form_builder.rb#33 def _default_form_builder?; end - # source://actionpack/7.1.4/lib/action_controller/metal/flash.rb#8 + # source://actionpack/7.1.4.1/lib/action_controller/metal/flash.rb#8 def _flash_types; end - # source://actionpack/7.1.4/lib/action_controller/metal/flash.rb#8 + # source://actionpack/7.1.4.1/lib/action_controller/metal/flash.rb#8 def _flash_types=(value); end - # source://actionpack/7.1.4/lib/action_controller/metal/flash.rb#8 + # source://actionpack/7.1.4.1/lib/action_controller/metal/flash.rb#8 def _flash_types?; end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods; end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods=(value); end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods?; end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#16 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#16 def _helpers; end # source://actionview//lib/action_view/layouts.rb#211 @@ -322,226 +322,226 @@ class ActionController::Base < ::ActionController::Metal # source://actionview//lib/action_view/layouts.rb#212 def _layout_conditions?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _process_action_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _process_action_callbacks=(value); end - # source://actionpack/7.1.4/lib/action_controller/metal/renderers.rb#31 + # source://actionpack/7.1.4.1/lib/action_controller/metal/renderers.rb#31 def _renderers; end - # source://actionpack/7.1.4/lib/action_controller/metal/renderers.rb#31 + # source://actionpack/7.1.4.1/lib/action_controller/metal/renderers.rb#31 def _renderers=(value); end - # source://actionpack/7.1.4/lib/action_controller/metal/renderers.rb#31 + # source://actionpack/7.1.4.1/lib/action_controller/metal/renderers.rb#31 def _renderers?; end - # source://actionpack/7.1.4/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies; end - # source://actionpack/7.1.4/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies=(value); end - # source://actionpack/7.1.4/lib/abstract_controller/caching.rb#42 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching.rb#42 def _view_cache_dependencies?; end - # source://actionpack/7.1.4/lib/action_controller/metal/params_wrapper.rb#187 + # source://actionpack/7.1.4.1/lib/action_controller/metal/params_wrapper.rb#187 def _wrapper_options; end - # source://actionpack/7.1.4/lib/action_controller/metal/params_wrapper.rb#187 + # source://actionpack/7.1.4.1/lib/action_controller/metal/params_wrapper.rb#187 def _wrapper_options=(value); end - # source://actionpack/7.1.4/lib/action_controller/metal/params_wrapper.rb#187 + # source://actionpack/7.1.4.1/lib/action_controller/metal/params_wrapper.rb#187 def _wrapper_options?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def allow_forgery_protection; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def allow_forgery_protection=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def asset_host; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def asset_host=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def assets_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def assets_dir=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def csrf_token_storage_strategy; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def csrf_token_storage_strategy=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def default_asset_host_protocol; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def default_asset_host_protocol=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def default_protect_from_forgery; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def default_protect_from_forgery=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def default_static_extension; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def default_static_extension=(value); end - # source://actionpack/7.1.4/lib/action_dispatch/routing/url_for.rb#97 + # source://actionpack/7.1.4.1/lib/action_dispatch/routing/url_for.rb#97 def default_url_options; end - # source://actionpack/7.1.4/lib/action_dispatch/routing/url_for.rb#97 + # source://actionpack/7.1.4.1/lib/action_dispatch/routing/url_for.rb#97 def default_url_options=(value); end - # source://actionpack/7.1.4/lib/action_dispatch/routing/url_for.rb#97 + # source://actionpack/7.1.4.1/lib/action_dispatch/routing/url_for.rb#97 def default_url_options?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def enable_fragment_cache_logging; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def enable_fragment_cache_logging=(value); end - # source://actionpack/7.1.4/lib/action_controller/metal/etag_with_template_digest.rb#29 + # source://actionpack/7.1.4.1/lib/action_controller/metal/etag_with_template_digest.rb#29 def etag_with_template_digest; end - # source://actionpack/7.1.4/lib/action_controller/metal/etag_with_template_digest.rb#29 + # source://actionpack/7.1.4.1/lib/action_controller/metal/etag_with_template_digest.rb#29 def etag_with_template_digest=(value); end - # source://actionpack/7.1.4/lib/action_controller/metal/etag_with_template_digest.rb#29 + # source://actionpack/7.1.4.1/lib/action_controller/metal/etag_with_template_digest.rb#29 def etag_with_template_digest?; end - # source://actionpack/7.1.4/lib/action_controller/metal/conditional_get.rb#13 + # source://actionpack/7.1.4.1/lib/action_controller/metal/conditional_get.rb#13 def etaggers; end - # source://actionpack/7.1.4/lib/action_controller/metal/conditional_get.rb#13 + # source://actionpack/7.1.4.1/lib/action_controller/metal/conditional_get.rb#13 def etaggers=(value); end - # source://actionpack/7.1.4/lib/action_controller/metal/conditional_get.rb#13 + # source://actionpack/7.1.4.1/lib/action_controller/metal/conditional_get.rb#13 def etaggers?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def forgery_protection_origin_check; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def forgery_protection_origin_check=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def forgery_protection_strategy; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def forgery_protection_strategy=(value); end - # source://actionpack/7.1.4/lib/abstract_controller/caching/fragments.rb#25 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching/fragments.rb#25 def fragment_cache_keys; end - # source://actionpack/7.1.4/lib/abstract_controller/caching/fragments.rb#25 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching/fragments.rb#25 def fragment_cache_keys=(value); end - # source://actionpack/7.1.4/lib/abstract_controller/caching/fragments.rb#25 + # source://actionpack/7.1.4.1/lib/abstract_controller/caching/fragments.rb#25 def fragment_cache_keys?; end - # source://actionpack/7.1.4/lib/action_controller/metal/helpers.rb#65 + # source://actionpack/7.1.4.1/lib/action_controller/metal/helpers.rb#65 def helpers_path; end - # source://actionpack/7.1.4/lib/action_controller/metal/helpers.rb#65 + # source://actionpack/7.1.4.1/lib/action_controller/metal/helpers.rb#65 def helpers_path=(value); end - # source://actionpack/7.1.4/lib/action_controller/metal/helpers.rb#65 + # source://actionpack/7.1.4.1/lib/action_controller/metal/helpers.rb#65 def helpers_path?; end - # source://actionpack/7.1.4/lib/action_controller/metal/helpers.rb#66 + # source://actionpack/7.1.4.1/lib/action_controller/metal/helpers.rb#66 def include_all_helpers; end - # source://actionpack/7.1.4/lib/action_controller/metal/helpers.rb#66 + # source://actionpack/7.1.4.1/lib/action_controller/metal/helpers.rb#66 def include_all_helpers=(value); end - # source://actionpack/7.1.4/lib/action_controller/metal/helpers.rb#66 + # source://actionpack/7.1.4.1/lib/action_controller/metal/helpers.rb#66 def include_all_helpers?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def javascripts_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def javascripts_dir=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def log_warning_on_csrf_failure; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def log_warning_on_csrf_failure=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def logger; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def logger=(value); end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def per_form_csrf_tokens; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def per_form_csrf_tokens=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def perform_caching; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def perform_caching=(value); end - # source://actionpack/7.1.4/lib/abstract_controller/callbacks.rb#36 + # source://actionpack/7.1.4.1/lib/abstract_controller/callbacks.rb#36 def raise_on_missing_callback_actions; end - # source://actionpack/7.1.4/lib/abstract_controller/callbacks.rb#36 + # source://actionpack/7.1.4.1/lib/abstract_controller/callbacks.rb#36 def raise_on_missing_callback_actions=(val); end - # source://actionpack/7.1.4/lib/action_controller/metal/redirecting.rb#15 + # source://actionpack/7.1.4.1/lib/action_controller/metal/redirecting.rb#15 def raise_on_open_redirects; end - # source://actionpack/7.1.4/lib/action_controller/metal/redirecting.rb#15 + # source://actionpack/7.1.4.1/lib/action_controller/metal/redirecting.rb#15 def raise_on_open_redirects=(val); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def relative_url_root; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def relative_url_root=(value); end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def request_forgery_protection_token; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def request_forgery_protection_token=(value); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers=(value); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers?; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#115 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#115 def stylesheets_dir; end - # source://activesupport/7.1.4/lib/active_support/configurable.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/configurable.rb#116 def stylesheets_dir=(value); end - # source://actionpack/7.1.4/lib/action_controller/base.rb#184 + # source://actionpack/7.1.4.1/lib/action_controller/base.rb#184 def without_modules(*modules); end end end @@ -934,10 +934,10 @@ class ActionView::Base # source://actionview//lib/action_view/base.rb#206 def assign(new_assigns); end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attr_internal.rb#33 def assigns; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attr_internal.rb#33 def assigns=(_arg0); end # source://actionview//lib/action_view/base.rb#159 @@ -951,10 +951,10 @@ class ActionView::Base # source://actionview//lib/action_view/base.rb#269 def compiled_method_container; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attr_internal.rb#33 def config; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attr_internal.rb#33 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attr_internal.rb#33 def config=(_arg0); end # source://actionview//lib/action_view/helpers/translation_helper.rb#18 @@ -12023,7 +12023,7 @@ class ActionView::LogSubscriber < ::ActiveSupport::LogSubscriber # source://actionview//lib/action_view/log_subscriber.rb#101 def attach_to(*_arg0); end - # source://activesupport/7.1.4/lib/active_support/log_subscriber.rb#88 + # source://activesupport/7.1.4.1/lib/active_support/log_subscriber.rb#88 def log_levels; end end end @@ -12926,7 +12926,7 @@ end # source://actionview//lib/action_view/railtie.rb#8 class ActionView::Railtie < ::Rails::Engine class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end end end @@ -14102,7 +14102,7 @@ end module ActionView::RoutingUrlFor include ::ActionDispatch::Routing::PolymorphicRoutes - # source://actionpack/7.1.4/lib/action_dispatch/routing/url_for.rb#99 + # source://actionpack/7.1.4.1/lib/action_dispatch/routing/url_for.rb#99 def default_url_options=(val); end # Returns the URL for the set of +options+ provided. This takes the @@ -14204,7 +14204,7 @@ module ActionView::RoutingUrlFor def optimize_routes_generation?; end class << self - # source://actionpack/7.1.4/lib/action_dispatch/routing/url_for.rb#99 + # source://actionpack/7.1.4.1/lib/action_dispatch/routing/url_for.rb#99 def default_url_options=(val); end end end @@ -15293,13 +15293,13 @@ class ActionView::TestCase < ::ActiveSupport::TestCase extend ::ActiveSupport::Testing::ConstantLookup::ClassMethods extend ::ActionView::TestCase::Behavior::ClassMethods - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods; end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods=(_arg0); end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods?; end # source://actionview//lib/action_view/helpers/translation_helper.rb#18 @@ -15309,19 +15309,19 @@ class ActionView::TestCase < ::ActiveSupport::TestCase def debug_missing_translation=(val); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods; end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods=(value); end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods?; end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#16 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#16 def _helpers; end # source://actionview//lib/action_view/test_case.rb#201 @@ -15782,7 +15782,7 @@ class ActionView::TestCase::TestController < ::ActionController::Base # source://actionview//lib/action_view/test_case.rb#23 def controller_path=(_arg0); end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -15841,7 +15841,7 @@ ActionView::VERSION::MAJOR = T.let(T.unsafe(nil), Integer) ActionView::VERSION::MINOR = T.let(T.unsafe(nil), Integer) # source://actionview//lib/action_view/gem_version.rb#13 -ActionView::VERSION::PRE = T.let(T.unsafe(nil), T.untyped) +ActionView::VERSION::PRE = T.let(T.unsafe(nil), String) # source://actionview//lib/action_view/gem_version.rb#15 ActionView::VERSION::STRING = T.let(T.unsafe(nil), String) diff --git a/sorbet/rbi/gems/activejob@7.1.4.rbi b/sorbet/rbi/gems/activejob@7.1.4.1.rbi similarity index 96% rename from sorbet/rbi/gems/activejob@7.1.4.rbi rename to sorbet/rbi/gems/activejob@7.1.4.1.rbi index 1a9cb47cf..7f1c3019d 100644 --- a/sorbet/rbi/gems/activejob@7.1.4.rbi +++ b/sorbet/rbi/gems/activejob@7.1.4.1.rbi @@ -211,22 +211,22 @@ class ActiveJob::Base extend ::Sidekiq::Job::Options::ClassMethods extend ::ActiveJob::TestHelper::TestQueueAdapter::ClassMethods - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _enqueue_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _perform_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_enqueue_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_perform_callbacks(&block); end # source://activejob//lib/active_job/exceptions.rb#12 @@ -256,53 +256,53 @@ class ActiveJob::Base # source://activejob//lib/active_job/queue_name.rb#57 def queue_name_prefix?; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers=(_arg0); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers?; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#141 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#141 def sidekiq_options_hash; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#153 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#153 def sidekiq_options_hash=(_arg0); end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#141 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#141 def sidekiq_retries_exhausted_block; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#153 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#153 def sidekiq_retries_exhausted_block=(_arg0); end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#141 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#141 def sidekiq_retry_in_block; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#153 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#153 def sidekiq_retry_in_block=(_arg0); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _enqueue_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _enqueue_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _perform_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _perform_callbacks=(value); end # source://activejob//lib/active_job/queue_adapter.rb#24 @@ -383,13 +383,13 @@ class ActiveJob::Base # source://activejob//lib/active_job/queue_name.rb#57 def queue_name_prefix?; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers=(value); end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers?; end # source://activejob//lib/active_job/exceptions.rb#11 @@ -398,33 +398,33 @@ class ActiveJob::Base # source://activejob//lib/active_job/exceptions.rb#11 def retry_jitter=(value); end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#108 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#108 def sidekiq_options_hash; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#116 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#116 def sidekiq_options_hash=(val); end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#108 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#108 def sidekiq_retries_exhausted_block; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#116 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#116 def sidekiq_retries_exhausted_block=(val); end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#108 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#108 def sidekiq_retry_in_block; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#116 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#116 def sidekiq_retry_in_block=(val); end private - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#103 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#103 def __synchronized_sidekiq_options_hash; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#103 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#103 def __synchronized_sidekiq_retries_exhausted_block; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#103 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#103 def __synchronized_sidekiq_retry_in_block; end end end @@ -456,16 +456,16 @@ module ActiveJob::Callbacks mixes_in_class_methods ::ActiveJob::Callbacks::ClassMethods class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _execute_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_execute_callbacks(&block); end end @@ -1271,7 +1271,7 @@ class ActiveJob::LogSubscriber < ::ActiveSupport::LogSubscriber # source://activejob//lib/active_job/log_subscriber.rb#7 def backtrace_cleaner?; end - # source://activesupport/7.1.4/lib/active_support/log_subscriber.rb#88 + # source://activesupport/7.1.4.1/lib/active_support/log_subscriber.rb#88 def log_levels; end end end @@ -1651,52 +1651,52 @@ class ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper # source://activejob//lib/active_job/queue_adapters/sidekiq_adapter.rb#69 def perform(job_data); end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#141 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#141 def sidekiq_options_hash; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#153 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#153 def sidekiq_options_hash=(_arg0); end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#141 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#141 def sidekiq_retries_exhausted_block; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#153 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#153 def sidekiq_retries_exhausted_block=(_arg0); end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#141 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#141 def sidekiq_retry_in_block; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#153 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#153 def sidekiq_retry_in_block=(_arg0); end class << self - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#108 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#108 def sidekiq_options_hash; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#116 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#116 def sidekiq_options_hash=(val); end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#108 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#108 def sidekiq_retries_exhausted_block; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#116 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#116 def sidekiq_retries_exhausted_block=(val); end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#108 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#108 def sidekiq_retry_in_block; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#116 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#116 def sidekiq_retry_in_block=(val); end private - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#103 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#103 def __synchronized_sidekiq_options_hash; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#103 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#103 def __synchronized_sidekiq_retries_exhausted_block; end - # source://sidekiq/7.3.1/lib/sidekiq/job.rb#103 + # source://sidekiq/7.3.2/lib/sidekiq/job.rb#103 def __synchronized_sidekiq_retry_in_block; end end end @@ -2857,7 +2857,7 @@ ActiveJob::VERSION::MAJOR = T.let(T.unsafe(nil), Integer) ActiveJob::VERSION::MINOR = T.let(T.unsafe(nil), Integer) # source://activejob//lib/active_job/gem_version.rb#13 -ActiveJob::VERSION::PRE = T.let(T.unsafe(nil), T.untyped) +ActiveJob::VERSION::PRE = T.let(T.unsafe(nil), String) # source://activejob//lib/active_job/gem_version.rb#15 ActiveJob::VERSION::STRING = T.let(T.unsafe(nil), String) diff --git a/sorbet/rbi/gems/activemodel@7.1.4.rbi b/sorbet/rbi/gems/activemodel@7.1.4.1.rbi similarity index 99% rename from sorbet/rbi/gems/activemodel@7.1.4.rbi rename to sorbet/rbi/gems/activemodel@7.1.4.1.rbi index 08254871b..7cef39164 100644 --- a/sorbet/rbi/gems/activemodel@7.1.4.rbi +++ b/sorbet/rbi/gems/activemodel@7.1.4.1.rbi @@ -4945,7 +4945,7 @@ ActiveModel::VERSION::MAJOR = T.let(T.unsafe(nil), Integer) ActiveModel::VERSION::MINOR = T.let(T.unsafe(nil), Integer) # source://activemodel//lib/active_model/gem_version.rb#13 -ActiveModel::VERSION::PRE = T.let(T.unsafe(nil), T.untyped) +ActiveModel::VERSION::PRE = T.let(T.unsafe(nil), String) # source://activemodel//lib/active_model/gem_version.rb#15 ActiveModel::VERSION::STRING = T.let(T.unsafe(nil), String) diff --git a/sorbet/rbi/gems/activerecord@7.1.4.rbi b/sorbet/rbi/gems/activerecord@7.1.4.1.rbi similarity index 99% rename from sorbet/rbi/gems/activerecord@7.1.4.rbi rename to sorbet/rbi/gems/activerecord@7.1.4.1.rbi index d3e351c48..a79c10e0d 100644 --- a/sorbet/rbi/gems/activerecord@7.1.4.rbi +++ b/sorbet/rbi/gems/activerecord@7.1.4.1.rbi @@ -8323,28 +8323,28 @@ class ActiveRecord::Base extend ::ActiveStorage::Reflection::ActiveRecordExtensions::ClassMethods extend ::ActionText::Attribute::ClassMethods - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _before_commit_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _commit_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _create_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _destroy_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _find_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _initialize_callbacks; end # source://activerecord//lib/active_record/reflection.rb#11 @@ -8353,64 +8353,64 @@ class ActiveRecord::Base # source://activerecord//lib/active_record/reflection.rb#11 def _reflections?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _rollback_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_before_commit_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_commit_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_create_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_destroy_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_find_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_initialize_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_rollback_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_save_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_touch_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_update_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_validate_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_validation_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _save_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _touch_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _update_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _validate_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _validation_callbacks; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators?; end # source://activerecord//lib/active_record/reflection.rb#12 @@ -8419,22 +8419,22 @@ class ActiveRecord::Base # source://activerecord//lib/active_record/reflection.rb#12 def aggregate_reflections?; end - # source://activestorage/7.1.4/lib/active_storage/reflection.rb#53 + # source://activestorage/7.1.4.1/lib/active_storage/reflection.rb#53 def attachment_reflections; end - # source://activestorage/7.1.4/lib/active_storage/reflection.rb#53 + # source://activestorage/7.1.4.1/lib/active_storage/reflection.rb#53 def attachment_reflections?; end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#72 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#72 def attribute_aliases; end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#72 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#72 def attribute_aliases?; end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#73 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#73 def attribute_method_patterns; end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#73 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#73 def attribute_method_patterns?; end # source://activerecord//lib/active_record/reflection.rb#13 @@ -8509,10 +8509,10 @@ class ActiveRecord::Base # source://activerecord//lib/active_record/encryption/encryptable_record.rb#11 def encrypted_attributes?; end - # source://activemodel/7.1.4/lib/active_model/serializers/json.rb#15 + # source://activemodel/7.1.4.1/lib/active_model/serializers/json.rb#15 def include_root_in_json; end - # source://activemodel/7.1.4/lib/active_model/serializers/json.rb#15 + # source://activemodel/7.1.4.1/lib/active_model/serializers/json.rb#15 def include_root_in_json?; end # source://activerecord//lib/active_record/locking/optimistic.rb#56 @@ -8527,7 +8527,7 @@ class ActiveRecord::Base # source://activerecord//lib/active_record/core.rb#22 def logger?; end - # source://activemodel/7.1.4/lib/active_model/naming.rb#255 + # source://activemodel/7.1.4.1/lib/active_model/naming.rb#255 def model_name(&block); end # source://activerecord//lib/active_record/nested_attributes.rb#15 @@ -8545,7 +8545,7 @@ class ActiveRecord::Base # source://activerecord//lib/active_record/normalization.rb#8 def normalized_attributes?; end - # source://activemodel/7.1.4/lib/active_model/conversion.rb#32 + # source://activemodel/7.1.4.1/lib/active_model/conversion.rb#32 def param_delimiter=(_arg0); end # source://activerecord//lib/active_record/attribute_methods/dirty.rb#50 @@ -8632,22 +8632,22 @@ class ActiveRecord::Base # source://activerecord//lib/active_record/model_schema.rb#178 def type_for_attribute(attr_name, &block); end - # source://activemodel/7.1.4/lib/active_model/validations.rb#67 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#67 def validation_context; end private - # source://activemodel/7.1.4/lib/active_model/validations.rb#67 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#67 def validation_context=(_arg0); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end # source://activerecord//lib/active_record/readonly_attributes.rb#11 @@ -8659,16 +8659,16 @@ class ActiveRecord::Base # source://activerecord//lib/active_record/readonly_attributes.rb#11 def _attr_readonly?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _before_commit_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _before_commit_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _commit_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _commit_callbacks=(value); end # source://activerecord//lib/active_record/counter_cache.rb#9 @@ -8680,10 +8680,10 @@ class ActiveRecord::Base # source://activerecord//lib/active_record/counter_cache.rb#9 def _counter_cache_columns?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _create_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _create_callbacks=(value); end # source://activerecord//lib/active_record/core.rb#24 @@ -8695,22 +8695,22 @@ class ActiveRecord::Base # source://activerecord//lib/active_record/core.rb#24 def _destroy_association_async_job?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _destroy_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _destroy_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _find_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _find_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _initialize_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _initialize_callbacks=(value); end # source://activerecord//lib/active_record/reflection.rb#11 @@ -8722,70 +8722,70 @@ class ActiveRecord::Base # source://activerecord//lib/active_record/reflection.rb#11 def _reflections?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _rollback_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _rollback_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _save_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _save_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _touch_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _touch_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _update_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _update_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _validate_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _validate_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _validation_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _validation_callbacks=(value); end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators=(value); end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators?; end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#144 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#144 def after_create(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#144 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#144 def after_destroy(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#144 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#144 def after_find(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#144 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#144 def after_initialize(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#144 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#144 def after_save(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#144 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#144 def after_touch(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#144 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#144 def after_update(*args, **options, &block); end # source://activerecord//lib/active_record/reflection.rb#12 @@ -8800,16 +8800,16 @@ class ActiveRecord::Base # source://activerecord//lib/active_record/core.rb#105 def application_record_class?; end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#137 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#137 def around_create(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#137 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#137 def around_destroy(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#137 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#137 def around_save(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#137 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#137 def around_update(*args, **options, &block); end # source://activerecord//lib/active_record/core.rb#125 @@ -8818,31 +8818,31 @@ class ActiveRecord::Base # source://activerecord//lib/active_record/core.rb#129 def asynchronous_queries_tracker; end - # source://activestorage/7.1.4/lib/active_storage/reflection.rb#53 + # source://activestorage/7.1.4.1/lib/active_storage/reflection.rb#53 def attachment_reflections; end - # source://activestorage/7.1.4/lib/active_storage/reflection.rb#53 + # source://activestorage/7.1.4.1/lib/active_storage/reflection.rb#53 def attachment_reflections=(value); end - # source://activestorage/7.1.4/lib/active_storage/reflection.rb#53 + # source://activestorage/7.1.4.1/lib/active_storage/reflection.rb#53 def attachment_reflections?; end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#72 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#72 def attribute_aliases; end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#72 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#72 def attribute_aliases=(value); end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#72 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#72 def attribute_aliases?; end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#73 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#73 def attribute_method_patterns; end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#73 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#73 def attribute_method_patterns=(value); end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#73 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#73 def attribute_method_patterns?; end # source://activerecord//lib/active_record/attributes.rb#11 @@ -8863,16 +8863,16 @@ class ActiveRecord::Base # source://activerecord//lib/active_record/reflection.rb#13 def automatic_scope_inversing?; end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#130 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#130 def before_create(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#130 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#130 def before_destroy(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#130 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#130 def before_save(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#130 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#130 def before_update(*args, **options, &block); end # source://activerecord//lib/active_record/core.rb#89 @@ -9067,13 +9067,13 @@ class ActiveRecord::Base # source://activerecord//lib/active_record/model_schema.rb#164 def implicit_order_column?; end - # source://activemodel/7.1.4/lib/active_model/serializers/json.rb#15 + # source://activemodel/7.1.4.1/lib/active_model/serializers/json.rb#15 def include_root_in_json; end - # source://activemodel/7.1.4/lib/active_model/serializers/json.rb#15 + # source://activemodel/7.1.4.1/lib/active_model/serializers/json.rb#15 def include_root_in_json=(value); end - # source://activemodel/7.1.4/lib/active_model/serializers/json.rb#15 + # source://activemodel/7.1.4.1/lib/active_model/serializers/json.rb#15 def include_root_in_json?; end # source://activerecord//lib/active_record/model_schema.rb#167 @@ -9136,13 +9136,13 @@ class ActiveRecord::Base # source://activerecord//lib/active_record/normalization.rb#8 def normalized_attributes?; end - # source://activemodel/7.1.4/lib/active_model/conversion.rb#32 + # source://activemodel/7.1.4.1/lib/active_model/conversion.rb#32 def param_delimiter; end - # source://activemodel/7.1.4/lib/active_model/conversion.rb#32 + # source://activemodel/7.1.4.1/lib/active_model/conversion.rb#32 def param_delimiter=(value); end - # source://activemodel/7.1.4/lib/active_model/conversion.rb#32 + # source://activemodel/7.1.4.1/lib/active_model/conversion.rb#32 def param_delimiter?; end # source://activerecord//lib/active_record/attribute_methods/dirty.rb#50 @@ -10474,22 +10474,22 @@ class ActiveRecord::ConnectionAdapters::AbstractAdapter # source://activerecord//lib/active_record/connection_adapters/abstract_adapter.rb#128 def initialize(config_or_deprecated_connection, deprecated_logger = T.unsafe(nil), deprecated_connection_options = T.unsafe(nil), deprecated_config = T.unsafe(nil)); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _checkin_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _checkout_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_checkin_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_checkout_callbacks(&block); end # Checks whether the connection to the database is still active. This includes @@ -10521,7 +10521,7 @@ class ActiveRecord::ConnectionAdapters::AbstractAdapter # # @return [Boolean] # - # source://activesupport/7.1.4/lib/active_support/deprecation/method_wrappers.rb#46 + # source://activesupport/7.1.4.1/lib/active_support/deprecation/method_wrappers.rb#46 def all_foreign_keys_valid?(*args, **_arg1, &block); end # @return [Boolean] @@ -11322,25 +11322,25 @@ class ActiveRecord::ConnectionAdapters::AbstractAdapter def without_prepared_statement?(binds); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _checkin_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _checkin_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _checkout_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _checkout_callbacks=(value); end # source://activerecord//lib/active_record/connection_adapters/abstract_adapter.rb#89 @@ -12398,7 +12398,7 @@ class ActiveRecord::ConnectionAdapters::ConnectionPool # source://activerecord//lib/active_record/connection_adapters/abstract/connection_pool.rb#185 def connection_class; end - # source://activesupport/7.1.4/lib/active_support/deprecation/method_wrappers.rb#46 + # source://activesupport/7.1.4.1/lib/active_support/deprecation/method_wrappers.rb#46 def connection_klass(*args, **_arg1, &block); end # Returns an array containing the connections currently in the pool. @@ -14275,7 +14275,7 @@ class ActiveRecord::ConnectionAdapters::SchemaCache # source://activerecord//lib/active_record/connection_adapters/schema_cache.rb#316 def data_source_exists?(connection, name); end - # source://activesupport/7.1.4/lib/active_support/deprecation/method_wrappers.rb#46 + # source://activesupport/7.1.4.1/lib/active_support/deprecation/method_wrappers.rb#46 def data_sources(*args, **_arg1, &block); end # source://activerecord//lib/active_record/connection_adapters/schema_cache.rb#373 @@ -14340,10 +14340,10 @@ class ActiveRecord::ConnectionAdapters::SchemaCache # source://activerecord//lib/active_record/connection_adapters/schema_cache.rb#234 def _load_from(filename); end - # source://activesupport/7.1.4/lib/active_support/deprecation/method_wrappers.rb#46 + # source://activesupport/7.1.4.1/lib/active_support/deprecation/method_wrappers.rb#46 def load_from(*args, **_arg1, &block); end - # source://activesupport/7.1.4/lib/active_support/deprecation/method_wrappers.rb#46 + # source://activesupport/7.1.4.1/lib/active_support/deprecation/method_wrappers.rb#46 def new(*args, **_arg1, &block); end private @@ -18936,10 +18936,10 @@ class ActiveRecord::DestroyAssociationAsyncJob < ::ActiveJob::Base def owner_destroyed?(owner, ensuring_owner_was_method); end class << self - # source://activejob/7.1.4/lib/active_job/queue_name.rb#55 + # source://activejob/7.1.4.1/lib/active_job/queue_name.rb#55 def queue_name; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end end end @@ -19122,10 +19122,10 @@ module ActiveRecord::Encryption # source://activerecord//lib/active_record/encryption/configurable.rb#10 def config; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#74 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#74 def custom_contexts; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#116 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#116 def custom_contexts=(obj); end # source://activerecord//lib/active_record/encryption/contexts.rb#17 @@ -19144,10 +19144,10 @@ module ActiveRecord::Encryption # source://activerecord//lib/active_record/encryption/configurable.rb#10 def config; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#49 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#49 def custom_contexts; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#108 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#108 def custom_contexts=(obj); end # source://activerecord//lib/active_record/encryption/contexts.rb#17 @@ -20527,7 +20527,7 @@ class ActiveRecord::Encryption::Properties # source://activerecord//lib/active_record/encryption/properties.rb#20 def key?(*_arg0, **_arg1, &_arg2); end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/delegation.rb#354 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/delegation.rb#354 def method_missing(method, *args, **_arg2, &block); end # source://activerecord//lib/active_record/encryption/properties.rb#68 @@ -20543,7 +20543,7 @@ class ActiveRecord::Encryption::Properties # source://activerecord//lib/active_record/encryption/properties.rb#73 def data; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/delegation.rb#346 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/delegation.rb#346 def respond_to_missing?(name, include_private = T.unsafe(nil)); end end @@ -21554,7 +21554,7 @@ class ActiveRecord::FutureResult # source://activerecord//lib/active_record/future_result.rb#62 def lock_wait; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/delegation.rb#354 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/delegation.rb#354 def method_missing(method, *args, **_arg2, &block); end # @return [Boolean] @@ -21585,7 +21585,7 @@ class ActiveRecord::FutureResult # source://activerecord//lib/active_record/future_result.rb#153 def execute_query(connection, async: T.unsafe(nil)); end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/delegation.rb#346 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/delegation.rb#346 def respond_to_missing?(name, include_private = T.unsafe(nil)); end class << self @@ -22983,7 +22983,7 @@ class ActiveRecord::LogSubscriber < ::ActiveSupport::LogSubscriber # source://activerecord//lib/active_record/log_subscriber.rb#7 def backtrace_cleaner?; end - # source://activesupport/7.1.4/lib/active_support/log_subscriber.rb#88 + # source://activesupport/7.1.4.1/lib/active_support/log_subscriber.rb#88 def log_levels; end # source://activerecord//lib/active_record/log_subscriber.rb#23 @@ -26108,23 +26108,23 @@ class ActiveRecord::NoDatabaseError < ::ActiveRecord::StatementInvalid # source://activerecord//lib/active_record/errors.rb#314 def initialize(message = T.unsafe(nil), connection_pool: T.unsafe(nil)); end - # source://activesupport/7.1.4/lib/active_support/actionable_error.rb#17 + # source://activesupport/7.1.4.1/lib/active_support/actionable_error.rb#17 def _actions; end - # source://activesupport/7.1.4/lib/active_support/actionable_error.rb#17 + # source://activesupport/7.1.4.1/lib/active_support/actionable_error.rb#17 def _actions=(_arg0); end - # source://activesupport/7.1.4/lib/active_support/actionable_error.rb#17 + # source://activesupport/7.1.4.1/lib/active_support/actionable_error.rb#17 def _actions?; end class << self - # source://activesupport/7.1.4/lib/active_support/actionable_error.rb#17 + # source://activesupport/7.1.4.1/lib/active_support/actionable_error.rb#17 def _actions; end - # source://activesupport/7.1.4/lib/active_support/actionable_error.rb#17 + # source://activesupport/7.1.4.1/lib/active_support/actionable_error.rb#17 def _actions=(value); end - # source://activesupport/7.1.4/lib/active_support/actionable_error.rb#17 + # source://activesupport/7.1.4.1/lib/active_support/actionable_error.rb#17 def _actions?; end # source://activerecord//lib/active_record/errors.rb#319 @@ -26410,13 +26410,13 @@ class ActiveRecord::PendingMigrationError < ::ActiveRecord::MigrationError # source://activerecord//lib/active_record/migration.rb#146 def initialize(message = T.unsafe(nil), pending_migrations: T.unsafe(nil)); end - # source://activesupport/7.1.4/lib/active_support/actionable_error.rb#17 + # source://activesupport/7.1.4.1/lib/active_support/actionable_error.rb#17 def _actions; end - # source://activesupport/7.1.4/lib/active_support/actionable_error.rb#17 + # source://activesupport/7.1.4.1/lib/active_support/actionable_error.rb#17 def _actions=(_arg0); end - # source://activesupport/7.1.4/lib/active_support/actionable_error.rb#17 + # source://activesupport/7.1.4.1/lib/active_support/actionable_error.rb#17 def _actions?; end private @@ -26428,13 +26428,13 @@ class ActiveRecord::PendingMigrationError < ::ActiveRecord::MigrationError def detailed_migration_message(pending_migrations); end class << self - # source://activesupport/7.1.4/lib/active_support/actionable_error.rb#17 + # source://activesupport/7.1.4.1/lib/active_support/actionable_error.rb#17 def _actions; end - # source://activesupport/7.1.4/lib/active_support/actionable_error.rb#17 + # source://activesupport/7.1.4.1/lib/active_support/actionable_error.rb#17 def _actions=(value); end - # source://activesupport/7.1.4/lib/active_support/actionable_error.rb#17 + # source://activesupport/7.1.4.1/lib/active_support/actionable_error.rb#17 def _actions?; end end end @@ -27902,10 +27902,10 @@ module ActiveRecord::QueryLogs # source://activerecord//lib/active_record/query_logs.rb#77 def cache_query_log_tags=(val); end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#49 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#49 def cached_comment; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#108 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb#108 def cached_comment=(obj); end # source://activerecord//lib/active_record/query_logs.rb#82 @@ -30150,7 +30150,7 @@ module ActiveRecord::Reflection private - # source://activestorage/7.1.4/lib/active_storage/reflection.rb#37 + # source://activestorage/7.1.4.1/lib/active_storage/reflection.rb#37 def reflection_class_for(macro); end end @@ -36109,7 +36109,7 @@ ActiveRecord::VERSION::MAJOR = T.let(T.unsafe(nil), Integer) ActiveRecord::VERSION::MINOR = T.let(T.unsafe(nil), Integer) # source://activerecord//lib/active_record/gem_version.rb#13 -ActiveRecord::VERSION::PRE = T.let(T.unsafe(nil), T.untyped) +ActiveRecord::VERSION::PRE = T.let(T.unsafe(nil), String) # source://activerecord//lib/active_record/gem_version.rb#15 ActiveRecord::VERSION::STRING = T.let(T.unsafe(nil), String) diff --git a/sorbet/rbi/gems/activestorage@7.1.4.rbi b/sorbet/rbi/gems/activestorage@7.1.4.1.rbi similarity index 71% rename from sorbet/rbi/gems/activestorage@7.1.4.rbi rename to sorbet/rbi/gems/activestorage@7.1.4.1.rbi index 22300ed26..8cc141828 100644 --- a/sorbet/rbi/gems/activestorage@7.1.4.rbi +++ b/sorbet/rbi/gems/activestorage@7.1.4.1.rbi @@ -11,100 +11,100 @@ class ActiveRecord::Base include ::ActiveModel::AttributeAssignment include ::ActiveModel::Serialization - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _before_commit_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _commit_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _create_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _destroy_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _find_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _initialize_callbacks; end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#11 def _reflections; end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#11 def _reflections?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _rollback_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_before_commit_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_commit_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_create_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_destroy_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_find_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_initialize_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_rollback_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_save_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_touch_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_update_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_validate_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_validation_callbacks(&block); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _save_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _touch_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _update_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _validate_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _validation_callbacks; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators?; end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#12 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#12 def aggregate_reflections; end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#12 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#12 def aggregate_reflections?; end # source://activestorage//lib/active_storage/reflection.rb#53 @@ -113,397 +113,397 @@ class ActiveRecord::Base # source://activestorage//lib/active_storage/reflection.rb#53 def attachment_reflections?; end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#72 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#72 def attribute_aliases; end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#72 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#72 def attribute_aliases?; end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#73 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#73 def attribute_method_patterns; end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#73 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#73 def attribute_method_patterns?; end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#13 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#13 def automatic_scope_inversing; end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#13 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#13 def automatic_scope_inversing?; end - # source://activerecord/7.1.4/lib/active_record/integration.rb#16 + # source://activerecord/7.1.4.1/lib/active_record/integration.rb#16 def cache_timestamp_format; end - # source://activerecord/7.1.4/lib/active_record/integration.rb#16 + # source://activerecord/7.1.4.1/lib/active_record/integration.rb#16 def cache_timestamp_format?; end - # source://activerecord/7.1.4/lib/active_record/integration.rb#24 + # source://activerecord/7.1.4.1/lib/active_record/integration.rb#24 def cache_versioning; end - # source://activerecord/7.1.4/lib/active_record/integration.rb#24 + # source://activerecord/7.1.4.1/lib/active_record/integration.rb#24 def cache_versioning?; end - # source://activerecord/7.1.4/lib/active_record/integration.rb#32 + # source://activerecord/7.1.4.1/lib/active_record/integration.rb#32 def collection_cache_versioning; end - # source://activerecord/7.1.4/lib/active_record/integration.rb#32 + # source://activerecord/7.1.4.1/lib/active_record/integration.rb#32 def collection_cache_versioning?; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#178 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#178 def column_for_attribute(name, &block); end - # source://activerecord/7.1.4/lib/active_record/core.rb#97 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#97 def default_connection_handler; end - # source://activerecord/7.1.4/lib/active_record/core.rb#97 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#97 def default_connection_handler?; end - # source://activerecord/7.1.4/lib/active_record/core.rb#99 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#99 def default_role; end - # source://activerecord/7.1.4/lib/active_record/core.rb#99 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#99 def default_role?; end - # source://activerecord/7.1.4/lib/active_record/scoping/default.rb#20 + # source://activerecord/7.1.4.1/lib/active_record/scoping/default.rb#20 def default_scope_override; end - # source://activerecord/7.1.4/lib/active_record/scoping/default.rb#19 + # source://activerecord/7.1.4.1/lib/active_record/scoping/default.rb#19 def default_scopes; end - # source://activerecord/7.1.4/lib/active_record/core.rb#101 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#101 def default_shard; end - # source://activerecord/7.1.4/lib/active_record/core.rb#101 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#101 def default_shard?; end - # source://activerecord/7.1.4/lib/active_record/enum.rb#167 + # source://activerecord/7.1.4.1/lib/active_record/enum.rb#167 def defined_enums; end - # source://activerecord/7.1.4/lib/active_record/enum.rb#167 + # source://activerecord/7.1.4.1/lib/active_record/enum.rb#167 def defined_enums?; end - # source://activerecord/7.1.4/lib/active_record/core.rb#47 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#47 def destroy_association_async_batch_size; end - # source://activerecord/7.1.4/lib/active_record/core.rb#37 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#37 def destroy_association_async_job(&block); end - # source://activerecord/7.1.4/lib/active_record/encryption/encryptable_record.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/encryption/encryptable_record.rb#11 def encrypted_attributes; end - # source://activerecord/7.1.4/lib/active_record/encryption/encryptable_record.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/encryption/encryptable_record.rb#11 def encrypted_attributes=(_arg0); end - # source://activerecord/7.1.4/lib/active_record/encryption/encryptable_record.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/encryption/encryptable_record.rb#11 def encrypted_attributes?; end - # source://activemodel/7.1.4/lib/active_model/serializers/json.rb#15 + # source://activemodel/7.1.4.1/lib/active_model/serializers/json.rb#15 def include_root_in_json; end - # source://activemodel/7.1.4/lib/active_model/serializers/json.rb#15 + # source://activemodel/7.1.4.1/lib/active_model/serializers/json.rb#15 def include_root_in_json?; end - # source://activerecord/7.1.4/lib/active_record/locking/optimistic.rb#56 + # source://activerecord/7.1.4.1/lib/active_record/locking/optimistic.rb#56 def lock_optimistically; end - # source://activerecord/7.1.4/lib/active_record/locking/optimistic.rb#56 + # source://activerecord/7.1.4.1/lib/active_record/locking/optimistic.rb#56 def lock_optimistically?; end - # source://activerecord/7.1.4/lib/active_record/core.rb#22 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#22 def logger; end - # source://activerecord/7.1.4/lib/active_record/core.rb#22 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#22 def logger?; end - # source://activemodel/7.1.4/lib/active_model/naming.rb#255 + # source://activemodel/7.1.4.1/lib/active_model/naming.rb#255 def model_name(&block); end - # source://activerecord/7.1.4/lib/active_record/nested_attributes.rb#15 + # source://activerecord/7.1.4.1/lib/active_record/nested_attributes.rb#15 def nested_attributes_options; end - # source://activerecord/7.1.4/lib/active_record/nested_attributes.rb#15 + # source://activerecord/7.1.4.1/lib/active_record/nested_attributes.rb#15 def nested_attributes_options?; end - # source://activerecord/7.1.4/lib/active_record/normalization.rb#8 + # source://activerecord/7.1.4.1/lib/active_record/normalization.rb#8 def normalized_attributes; end - # source://activerecord/7.1.4/lib/active_record/normalization.rb#8 + # source://activerecord/7.1.4.1/lib/active_record/normalization.rb#8 def normalized_attributes=(_arg0); end - # source://activerecord/7.1.4/lib/active_record/normalization.rb#8 + # source://activerecord/7.1.4.1/lib/active_record/normalization.rb#8 def normalized_attributes?; end - # source://activemodel/7.1.4/lib/active_model/conversion.rb#32 + # source://activemodel/7.1.4.1/lib/active_model/conversion.rb#32 def param_delimiter=(_arg0); end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/dirty.rb#50 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/dirty.rb#50 def partial_inserts; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/dirty.rb#50 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/dirty.rb#50 def partial_inserts?; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/dirty.rb#49 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/dirty.rb#49 def partial_updates; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/dirty.rb#49 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/dirty.rb#49 def partial_updates?; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#163 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#163 def pluralize_table_names; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#163 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#163 def pluralize_table_names?; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#158 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#158 def primary_key_prefix_type; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#158 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#158 def primary_key_prefix_type?; end - # source://activerecord/7.1.4/lib/active_record/timestamp.rb#47 + # source://activerecord/7.1.4.1/lib/active_record/timestamp.rb#47 def record_timestamps; end - # source://activerecord/7.1.4/lib/active_record/timestamp.rb#47 + # source://activerecord/7.1.4.1/lib/active_record/timestamp.rb#47 def record_timestamps=(_arg0); end - # source://activerecord/7.1.4/lib/active_record/timestamp.rb#47 + # source://activerecord/7.1.4.1/lib/active_record/timestamp.rb#47 def record_timestamps?; end - # source://activerecord/7.1.4/lib/active_record/signed_id.rb#13 + # source://activerecord/7.1.4.1/lib/active_record/signed_id.rb#13 def signed_id_verifier_secret; end - # source://activerecord/7.1.4/lib/active_record/signed_id.rb#13 + # source://activerecord/7.1.4.1/lib/active_record/signed_id.rb#13 def signed_id_verifier_secret?; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/time_zone_conversion.rb#67 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/time_zone_conversion.rb#67 def skip_time_zone_conversion_for_attributes; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/time_zone_conversion.rb#67 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/time_zone_conversion.rb#67 def skip_time_zone_conversion_for_attributes?; end - # source://activerecord/7.1.4/lib/active_record/inheritance.rb#43 + # source://activerecord/7.1.4.1/lib/active_record/inheritance.rb#43 def store_full_class_name; end - # source://activerecord/7.1.4/lib/active_record/inheritance.rb#43 + # source://activerecord/7.1.4.1/lib/active_record/inheritance.rb#43 def store_full_class_name?; end - # source://activerecord/7.1.4/lib/active_record/inheritance.rb#47 + # source://activerecord/7.1.4.1/lib/active_record/inheritance.rb#47 def store_full_sti_class; end - # source://activerecord/7.1.4/lib/active_record/inheritance.rb#47 + # source://activerecord/7.1.4.1/lib/active_record/inheritance.rb#47 def store_full_sti_class?; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#159 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#159 def table_name_prefix; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#159 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#159 def table_name_prefix?; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#160 def table_name_suffix; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#160 def table_name_suffix?; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/time_zone_conversion.rb#66 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/time_zone_conversion.rb#66 def time_zone_aware_attributes; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/time_zone_conversion.rb#66 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/time_zone_conversion.rb#66 def time_zone_aware_attributes?; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/time_zone_conversion.rb#68 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/time_zone_conversion.rb#68 def time_zone_aware_types; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/time_zone_conversion.rb#68 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/time_zone_conversion.rb#68 def time_zone_aware_types?; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#178 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#178 def type_for_attribute(attr_name, &block); end - # source://activemodel/7.1.4/lib/active_model/validations.rb#67 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#67 def validation_context; end private - # source://activemodel/7.1.4/lib/active_model/validations.rb#67 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#67 def validation_context=(_arg0); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activerecord/7.1.4/lib/active_record/readonly_attributes.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/readonly_attributes.rb#11 def _attr_readonly; end - # source://activerecord/7.1.4/lib/active_record/readonly_attributes.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/readonly_attributes.rb#11 def _attr_readonly=(value); end - # source://activerecord/7.1.4/lib/active_record/readonly_attributes.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/readonly_attributes.rb#11 def _attr_readonly?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _before_commit_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _before_commit_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _commit_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _commit_callbacks=(value); end - # source://activerecord/7.1.4/lib/active_record/counter_cache.rb#9 + # source://activerecord/7.1.4.1/lib/active_record/counter_cache.rb#9 def _counter_cache_columns; end - # source://activerecord/7.1.4/lib/active_record/counter_cache.rb#9 + # source://activerecord/7.1.4.1/lib/active_record/counter_cache.rb#9 def _counter_cache_columns=(value); end - # source://activerecord/7.1.4/lib/active_record/counter_cache.rb#9 + # source://activerecord/7.1.4.1/lib/active_record/counter_cache.rb#9 def _counter_cache_columns?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _create_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _create_callbacks=(value); end - # source://activerecord/7.1.4/lib/active_record/core.rb#24 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#24 def _destroy_association_async_job; end - # source://activerecord/7.1.4/lib/active_record/core.rb#24 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#24 def _destroy_association_async_job=(value); end - # source://activerecord/7.1.4/lib/active_record/core.rb#24 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#24 def _destroy_association_async_job?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _destroy_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _destroy_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _find_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _find_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _initialize_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _initialize_callbacks=(value); end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#11 def _reflections; end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#11 def _reflections=(value); end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#11 def _reflections?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _rollback_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _rollback_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _save_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _save_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _touch_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _touch_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _update_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _update_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _validate_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _validate_callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _validation_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _validation_callbacks=(value); end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators=(value); end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators?; end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#144 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#144 def after_create(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#144 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#144 def after_destroy(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#144 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#144 def after_find(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#144 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#144 def after_initialize(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#144 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#144 def after_save(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#144 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#144 def after_touch(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#144 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#144 def after_update(*args, **options, &block); end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#12 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#12 def aggregate_reflections; end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#12 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#12 def aggregate_reflections=(value); end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#12 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#12 def aggregate_reflections?; end - # source://activerecord/7.1.4/lib/active_record/core.rb#105 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#105 def application_record_class?; end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#137 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#137 def around_create(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#137 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#137 def around_destroy(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#137 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#137 def around_save(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#137 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#137 def around_update(*args, **options, &block); end - # source://activerecord/7.1.4/lib/active_record/core.rb#125 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#125 def asynchronous_queries_session; end - # source://activerecord/7.1.4/lib/active_record/core.rb#129 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#129 def asynchronous_queries_tracker; end # source://activestorage//lib/active_storage/reflection.rb#53 @@ -515,489 +515,489 @@ class ActiveRecord::Base # source://activestorage//lib/active_storage/reflection.rb#53 def attachment_reflections?; end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#72 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#72 def attribute_aliases; end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#72 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#72 def attribute_aliases=(value); end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#72 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#72 def attribute_aliases?; end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#73 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#73 def attribute_method_patterns; end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#73 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#73 def attribute_method_patterns=(value); end - # source://activemodel/7.1.4/lib/active_model/attribute_methods.rb#73 + # source://activemodel/7.1.4.1/lib/active_model/attribute_methods.rb#73 def attribute_method_patterns?; end - # source://activerecord/7.1.4/lib/active_record/attributes.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/attributes.rb#11 def attributes_to_define_after_schema_loads; end - # source://activerecord/7.1.4/lib/active_record/attributes.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/attributes.rb#11 def attributes_to_define_after_schema_loads=(value); end - # source://activerecord/7.1.4/lib/active_record/attributes.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/attributes.rb#11 def attributes_to_define_after_schema_loads?; end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#13 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#13 def automatic_scope_inversing; end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#13 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#13 def automatic_scope_inversing=(value); end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#13 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#13 def automatic_scope_inversing?; end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#130 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#130 def before_create(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#130 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#130 def before_destroy(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#130 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#130 def before_save(*args, **options, &block); end - # source://activemodel/7.1.4/lib/active_model/callbacks.rb#130 + # source://activemodel/7.1.4.1/lib/active_model/callbacks.rb#130 def before_update(*args, **options, &block); end - # source://activerecord/7.1.4/lib/active_record/core.rb#89 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#89 def belongs_to_required_by_default; end - # source://activerecord/7.1.4/lib/active_record/core.rb#89 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#89 def belongs_to_required_by_default=(value); end - # source://activerecord/7.1.4/lib/active_record/core.rb#89 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#89 def belongs_to_required_by_default?; end - # source://activerecord/7.1.4/lib/active_record/integration.rb#16 + # source://activerecord/7.1.4.1/lib/active_record/integration.rb#16 def cache_timestamp_format; end - # source://activerecord/7.1.4/lib/active_record/integration.rb#16 + # source://activerecord/7.1.4.1/lib/active_record/integration.rb#16 def cache_timestamp_format=(value); end - # source://activerecord/7.1.4/lib/active_record/integration.rb#16 + # source://activerecord/7.1.4.1/lib/active_record/integration.rb#16 def cache_timestamp_format?; end - # source://activerecord/7.1.4/lib/active_record/integration.rb#24 + # source://activerecord/7.1.4.1/lib/active_record/integration.rb#24 def cache_versioning; end - # source://activerecord/7.1.4/lib/active_record/integration.rb#24 + # source://activerecord/7.1.4.1/lib/active_record/integration.rb#24 def cache_versioning=(value); end - # source://activerecord/7.1.4/lib/active_record/integration.rb#24 + # source://activerecord/7.1.4.1/lib/active_record/integration.rb#24 def cache_versioning?; end - # source://activerecord/7.1.4/lib/active_record/integration.rb#32 + # source://activerecord/7.1.4.1/lib/active_record/integration.rb#32 def collection_cache_versioning; end - # source://activerecord/7.1.4/lib/active_record/integration.rb#32 + # source://activerecord/7.1.4.1/lib/active_record/integration.rb#32 def collection_cache_versioning=(value); end - # source://activerecord/7.1.4/lib/active_record/integration.rb#32 + # source://activerecord/7.1.4.1/lib/active_record/integration.rb#32 def collection_cache_versioning?; end - # source://activerecord/7.1.4/lib/active_record/core.rb#77 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#77 def configurations; end - # source://activerecord/7.1.4/lib/active_record/core.rb#71 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#71 def configurations=(config); end - # source://activerecord/7.1.4/lib/active_record/core.rb#189 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#189 def connected_to_stack; end - # source://activerecord/7.1.4/lib/active_record/core.rb#203 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#203 def connection_class; end - # source://activerecord/7.1.4/lib/active_record/core.rb#199 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#199 def connection_class=(b); end - # source://activerecord/7.1.4/lib/active_record/core.rb#207 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#207 def connection_class?; end - # source://activerecord/7.1.4/lib/active_record/core.rb#211 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#211 def connection_class_for_self; end - # source://activerecord/7.1.4/lib/active_record/core.rb#117 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#117 def connection_handler; end - # source://activerecord/7.1.4/lib/active_record/core.rb#121 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#121 def connection_handler=(handler); end - # source://activerecord/7.1.4/lib/active_record/core.rb#180 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#180 def current_preventing_writes; end - # source://activerecord/7.1.4/lib/active_record/core.rb#143 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#143 def current_role; end - # source://activerecord/7.1.4/lib/active_record/core.rb#161 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#161 def current_shard; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/serialization.rb#20 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/serialization.rb#20 def default_column_serializer; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/serialization.rb#20 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/serialization.rb#20 def default_column_serializer=(value); end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/serialization.rb#20 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/serialization.rb#20 def default_column_serializer?; end - # source://activerecord/7.1.4/lib/active_record/core.rb#97 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#97 def default_connection_handler; end - # source://activerecord/7.1.4/lib/active_record/core.rb#97 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#97 def default_connection_handler=(value); end - # source://activerecord/7.1.4/lib/active_record/core.rb#97 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#97 def default_connection_handler?; end - # source://activerecord/7.1.4/lib/active_record/core.rb#99 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#99 def default_role; end - # source://activerecord/7.1.4/lib/active_record/core.rb#99 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#99 def default_role=(value); end - # source://activerecord/7.1.4/lib/active_record/core.rb#99 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#99 def default_role?; end - # source://activerecord/7.1.4/lib/active_record/scoping/default.rb#20 + # source://activerecord/7.1.4.1/lib/active_record/scoping/default.rb#20 def default_scope_override; end - # source://activerecord/7.1.4/lib/active_record/scoping/default.rb#20 + # source://activerecord/7.1.4.1/lib/active_record/scoping/default.rb#20 def default_scope_override=(value); end - # source://activerecord/7.1.4/lib/active_record/scoping/default.rb#19 + # source://activerecord/7.1.4.1/lib/active_record/scoping/default.rb#19 def default_scopes; end - # source://activerecord/7.1.4/lib/active_record/scoping/default.rb#19 + # source://activerecord/7.1.4.1/lib/active_record/scoping/default.rb#19 def default_scopes=(value); end - # source://activerecord/7.1.4/lib/active_record/core.rb#101 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#101 def default_shard; end - # source://activerecord/7.1.4/lib/active_record/core.rb#101 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#101 def default_shard=(value); end - # source://activerecord/7.1.4/lib/active_record/core.rb#101 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#101 def default_shard?; end - # source://activerecord/7.1.4/lib/active_record/enum.rb#167 + # source://activerecord/7.1.4.1/lib/active_record/enum.rb#167 def defined_enums; end - # source://activerecord/7.1.4/lib/active_record/enum.rb#167 + # source://activerecord/7.1.4.1/lib/active_record/enum.rb#167 def defined_enums=(value); end - # source://activerecord/7.1.4/lib/active_record/enum.rb#167 + # source://activerecord/7.1.4.1/lib/active_record/enum.rb#167 def defined_enums?; end - # source://activerecord/7.1.4/lib/active_record/core.rb#47 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#47 def destroy_association_async_batch_size; end - # source://activerecord/7.1.4/lib/active_record/core.rb#47 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#47 def destroy_association_async_batch_size=(value); end - # source://activerecord/7.1.4/lib/active_record/core.rb#27 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#27 def destroy_association_async_job; end - # source://activerecord/7.1.4/lib/active_record/core.rb#24 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#24 def destroy_association_async_job=(value); end - # source://activerecord/7.1.4/lib/active_record/encryption/encryptable_record.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/encryption/encryptable_record.rb#11 def encrypted_attributes; end - # source://activerecord/7.1.4/lib/active_record/encryption/encryptable_record.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/encryption/encryptable_record.rb#11 def encrypted_attributes=(value); end - # source://activerecord/7.1.4/lib/active_record/encryption/encryptable_record.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/encryption/encryptable_record.rb#11 def encrypted_attributes?; end - # source://activerecord/7.1.4/lib/active_record/core.rb#87 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#87 def enumerate_columns_in_select_statements; end - # source://activerecord/7.1.4/lib/active_record/core.rb#87 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#87 def enumerate_columns_in_select_statements=(value); end - # source://activerecord/7.1.4/lib/active_record/core.rb#87 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#87 def enumerate_columns_in_select_statements?; end - # source://activerecord/7.1.4/lib/active_record/token_for.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/token_for.rb#11 def generated_token_verifier; end - # source://activerecord/7.1.4/lib/active_record/token_for.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/token_for.rb#11 def generated_token_verifier=(value); end - # source://activerecord/7.1.4/lib/active_record/core.rb#93 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#93 def has_many_inversing; end - # source://activerecord/7.1.4/lib/active_record/core.rb#93 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#93 def has_many_inversing=(value); end - # source://activerecord/7.1.4/lib/active_record/core.rb#93 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#93 def has_many_inversing?; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#165 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#165 def immutable_strings_by_default; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#165 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#165 def immutable_strings_by_default=(value); end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#165 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#165 def immutable_strings_by_default?; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#164 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#164 def implicit_order_column; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#164 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#164 def implicit_order_column=(value); end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#164 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#164 def implicit_order_column?; end - # source://activemodel/7.1.4/lib/active_model/serializers/json.rb#15 + # source://activemodel/7.1.4.1/lib/active_model/serializers/json.rb#15 def include_root_in_json; end - # source://activemodel/7.1.4/lib/active_model/serializers/json.rb#15 + # source://activemodel/7.1.4.1/lib/active_model/serializers/json.rb#15 def include_root_in_json=(value); end - # source://activemodel/7.1.4/lib/active_model/serializers/json.rb#15 + # source://activemodel/7.1.4.1/lib/active_model/serializers/json.rb#15 def include_root_in_json?; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#167 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#167 def inheritance_column; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#321 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#321 def inheritance_column=(value); end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#167 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#167 def inheritance_column?; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#162 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#162 def internal_metadata_table_name; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#162 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#162 def internal_metadata_table_name=(value); end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#162 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#162 def internal_metadata_table_name?; end - # source://activerecord/7.1.4/lib/active_record/store.rb#101 + # source://activerecord/7.1.4.1/lib/active_record/store.rb#101 def local_stored_attributes; end - # source://activerecord/7.1.4/lib/active_record/store.rb#101 + # source://activerecord/7.1.4.1/lib/active_record/store.rb#101 def local_stored_attributes=(_arg0); end - # source://activerecord/7.1.4/lib/active_record/locking/optimistic.rb#56 + # source://activerecord/7.1.4.1/lib/active_record/locking/optimistic.rb#56 def lock_optimistically; end - # source://activerecord/7.1.4/lib/active_record/locking/optimistic.rb#56 + # source://activerecord/7.1.4.1/lib/active_record/locking/optimistic.rb#56 def lock_optimistically=(value); end - # source://activerecord/7.1.4/lib/active_record/locking/optimistic.rb#56 + # source://activerecord/7.1.4.1/lib/active_record/locking/optimistic.rb#56 def lock_optimistically?; end - # source://activerecord/7.1.4/lib/active_record/core.rb#22 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#22 def logger; end - # source://activerecord/7.1.4/lib/active_record/core.rb#22 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#22 def logger=(value); end - # source://activerecord/7.1.4/lib/active_record/core.rb#22 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#22 def logger?; end - # source://activerecord/7.1.4/lib/active_record/nested_attributes.rb#15 + # source://activerecord/7.1.4.1/lib/active_record/nested_attributes.rb#15 def nested_attributes_options; end - # source://activerecord/7.1.4/lib/active_record/nested_attributes.rb#15 + # source://activerecord/7.1.4.1/lib/active_record/nested_attributes.rb#15 def nested_attributes_options=(value); end - # source://activerecord/7.1.4/lib/active_record/nested_attributes.rb#15 + # source://activerecord/7.1.4.1/lib/active_record/nested_attributes.rb#15 def nested_attributes_options?; end - # source://activerecord/7.1.4/lib/active_record/normalization.rb#8 + # source://activerecord/7.1.4.1/lib/active_record/normalization.rb#8 def normalized_attributes; end - # source://activerecord/7.1.4/lib/active_record/normalization.rb#8 + # source://activerecord/7.1.4.1/lib/active_record/normalization.rb#8 def normalized_attributes=(value); end - # source://activerecord/7.1.4/lib/active_record/normalization.rb#8 + # source://activerecord/7.1.4.1/lib/active_record/normalization.rb#8 def normalized_attributes?; end - # source://activemodel/7.1.4/lib/active_model/conversion.rb#32 + # source://activemodel/7.1.4.1/lib/active_model/conversion.rb#32 def param_delimiter; end - # source://activemodel/7.1.4/lib/active_model/conversion.rb#32 + # source://activemodel/7.1.4.1/lib/active_model/conversion.rb#32 def param_delimiter=(value); end - # source://activemodel/7.1.4/lib/active_model/conversion.rb#32 + # source://activemodel/7.1.4.1/lib/active_model/conversion.rb#32 def param_delimiter?; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/dirty.rb#50 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/dirty.rb#50 def partial_inserts; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/dirty.rb#50 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/dirty.rb#50 def partial_inserts=(value); end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/dirty.rb#50 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/dirty.rb#50 def partial_inserts?; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/dirty.rb#49 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/dirty.rb#49 def partial_updates; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/dirty.rb#49 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/dirty.rb#49 def partial_updates=(value); end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/dirty.rb#49 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/dirty.rb#49 def partial_updates?; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#163 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#163 def pluralize_table_names; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#163 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#163 def pluralize_table_names=(value); end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#163 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#163 def pluralize_table_names?; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#158 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#158 def primary_key_prefix_type; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#158 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#158 def primary_key_prefix_type=(value); end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#158 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#158 def primary_key_prefix_type?; end - # source://activerecord/7.1.4/lib/active_record/timestamp.rb#47 + # source://activerecord/7.1.4.1/lib/active_record/timestamp.rb#47 def record_timestamps; end - # source://activerecord/7.1.4/lib/active_record/timestamp.rb#47 + # source://activerecord/7.1.4.1/lib/active_record/timestamp.rb#47 def record_timestamps=(value); end - # source://activerecord/7.1.4/lib/active_record/timestamp.rb#47 + # source://activerecord/7.1.4.1/lib/active_record/timestamp.rb#47 def record_timestamps?; end - # source://activerecord/7.1.4/lib/active_record/core.rb#95 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#95 def run_commit_callbacks_on_first_saved_instances_in_transaction; end - # source://activerecord/7.1.4/lib/active_record/core.rb#95 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#95 def run_commit_callbacks_on_first_saved_instances_in_transaction=(value); end - # source://activerecord/7.1.4/lib/active_record/core.rb#95 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#95 def run_commit_callbacks_on_first_saved_instances_in_transaction?; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#161 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#161 def schema_migrations_table_name; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#161 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#161 def schema_migrations_table_name=(value); end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#161 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#161 def schema_migrations_table_name?; end - # source://activerecord/7.1.4/lib/active_record/core.rb#103 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#103 def shard_selector; end - # source://activerecord/7.1.4/lib/active_record/core.rb#103 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#103 def shard_selector=(value); end - # source://activerecord/7.1.4/lib/active_record/core.rb#103 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#103 def shard_selector?; end - # source://activerecord/7.1.4/lib/active_record/signed_id.rb#13 + # source://activerecord/7.1.4.1/lib/active_record/signed_id.rb#13 def signed_id_verifier_secret; end - # source://activerecord/7.1.4/lib/active_record/signed_id.rb#13 + # source://activerecord/7.1.4.1/lib/active_record/signed_id.rb#13 def signed_id_verifier_secret=(value); end - # source://activerecord/7.1.4/lib/active_record/signed_id.rb#13 + # source://activerecord/7.1.4.1/lib/active_record/signed_id.rb#13 def signed_id_verifier_secret?; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/time_zone_conversion.rb#67 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/time_zone_conversion.rb#67 def skip_time_zone_conversion_for_attributes; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/time_zone_conversion.rb#67 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/time_zone_conversion.rb#67 def skip_time_zone_conversion_for_attributes=(value); end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/time_zone_conversion.rb#67 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/time_zone_conversion.rb#67 def skip_time_zone_conversion_for_attributes?; end - # source://activerecord/7.1.4/lib/active_record/inheritance.rb#43 + # source://activerecord/7.1.4.1/lib/active_record/inheritance.rb#43 def store_full_class_name; end - # source://activerecord/7.1.4/lib/active_record/inheritance.rb#43 + # source://activerecord/7.1.4.1/lib/active_record/inheritance.rb#43 def store_full_class_name=(value); end - # source://activerecord/7.1.4/lib/active_record/inheritance.rb#43 + # source://activerecord/7.1.4.1/lib/active_record/inheritance.rb#43 def store_full_class_name?; end - # source://activerecord/7.1.4/lib/active_record/inheritance.rb#47 + # source://activerecord/7.1.4.1/lib/active_record/inheritance.rb#47 def store_full_sti_class; end - # source://activerecord/7.1.4/lib/active_record/inheritance.rb#47 + # source://activerecord/7.1.4.1/lib/active_record/inheritance.rb#47 def store_full_sti_class=(value); end - # source://activerecord/7.1.4/lib/active_record/inheritance.rb#47 + # source://activerecord/7.1.4.1/lib/active_record/inheritance.rb#47 def store_full_sti_class?; end - # source://activerecord/7.1.4/lib/active_record/core.rb#91 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#91 def strict_loading_by_default; end - # source://activerecord/7.1.4/lib/active_record/core.rb#91 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#91 def strict_loading_by_default=(value); end - # source://activerecord/7.1.4/lib/active_record/core.rb#91 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#91 def strict_loading_by_default?; end - # source://activerecord/7.1.4/lib/active_record/core.rb#226 + # source://activerecord/7.1.4.1/lib/active_record/core.rb#226 def strict_loading_violation!(owner:, reflection:); end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#159 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#159 def table_name_prefix; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#159 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#159 def table_name_prefix=(value); end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#159 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#159 def table_name_prefix?; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#160 def table_name_suffix; end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#160 def table_name_suffix=(value); end - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#160 def table_name_suffix?; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/time_zone_conversion.rb#66 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/time_zone_conversion.rb#66 def time_zone_aware_attributes; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/time_zone_conversion.rb#66 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/time_zone_conversion.rb#66 def time_zone_aware_attributes=(value); end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/time_zone_conversion.rb#66 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/time_zone_conversion.rb#66 def time_zone_aware_attributes?; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/time_zone_conversion.rb#68 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/time_zone_conversion.rb#68 def time_zone_aware_types; end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/time_zone_conversion.rb#68 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/time_zone_conversion.rb#68 def time_zone_aware_types=(value); end - # source://activerecord/7.1.4/lib/active_record/attribute_methods/time_zone_conversion.rb#68 + # source://activerecord/7.1.4.1/lib/active_record/attribute_methods/time_zone_conversion.rb#68 def time_zone_aware_types?; end - # source://activerecord/7.1.4/lib/active_record/token_for.rb#10 + # source://activerecord/7.1.4.1/lib/active_record/token_for.rb#10 def token_definitions; end - # source://activerecord/7.1.4/lib/active_record/token_for.rb#10 + # source://activerecord/7.1.4.1/lib/active_record/token_for.rb#10 def token_definitions=(value); end private - # source://activerecord/7.1.4/lib/active_record/model_schema.rb#167 + # source://activerecord/7.1.4.1/lib/active_record/model_schema.rb#167 def _inheritance_column=(value); end end end @@ -1198,13 +1198,13 @@ module ActiveStorage # source://activestorage//lib/active_storage.rb#52 def queues=(val); end - # source://railties/7.1.4/lib/rails/engine.rb#412 + # source://railties/7.1.4.1/lib/rails/engine.rb#412 def railtie_helpers_paths; end - # source://railties/7.1.4/lib/rails/engine.rb#395 + # source://railties/7.1.4.1/lib/rails/engine.rb#395 def railtie_namespace; end - # source://railties/7.1.4/lib/rails/engine.rb#416 + # source://railties/7.1.4.1/lib/rails/engine.rb#416 def railtie_routes_url_helpers(include_path_helpers = T.unsafe(nil)); end # source://activestorage//lib/active_storage.rb#367 @@ -1243,7 +1243,7 @@ module ActiveStorage # source://activestorage//lib/active_storage.rb#65 def supported_image_processing_methods=(val); end - # source://railties/7.1.4/lib/rails/engine.rb#401 + # source://railties/7.1.4.1/lib/rails/engine.rb#401 def table_name_prefix; end # source://activestorage//lib/active_storage.rb#363 @@ -1264,7 +1264,7 @@ module ActiveStorage # source://activestorage//lib/active_storage.rb#357 def urls_expire_in=(val); end - # source://railties/7.1.4/lib/rails/engine.rb#408 + # source://railties/7.1.4.1/lib/rails/engine.rb#408 def use_relative_model_naming?; end # source://activestorage//lib/active_storage.rb#59 @@ -1308,10 +1308,10 @@ class ActiveStorage::AnalyzeJob < ::ActiveStorage::BaseJob def perform(blob); end class << self - # source://activejob/7.1.4/lib/active_job/queue_name.rb#55 + # source://activejob/7.1.4.1/lib/active_job/queue_name.rb#55 def queue_name; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end end end @@ -1841,7 +1841,7 @@ class ActiveStorage::Attached::Many < ::ActiveStorage::Attached # source://activestorage//lib/active_storage/attached/many.rb#25 def detach(*_arg0, **_arg1, &_arg2); end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/delegation.rb#354 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/delegation.rb#354 def method_missing(method, *args, **_arg2, &block); end # source://activestorage//lib/active_storage/attached/many.rb#13 @@ -1858,7 +1858,7 @@ class ActiveStorage::Attached::Many < ::ActiveStorage::Attached # source://activestorage//lib/active_storage/attached/many.rb#71 def purge_many; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/delegation.rb#346 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/delegation.rb#346 def respond_to_missing?(name, include_private = T.unsafe(nil)); end end @@ -1917,7 +1917,7 @@ class ActiveStorage::Attached::One < ::ActiveStorage::Attached # source://activestorage//lib/active_storage/attached/one.rb#25 def detach(*_arg0, **_arg1, &_arg2); end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/delegation.rb#332 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/delegation.rb#332 def method_missing(method, *args, **_arg2, &block); end # source://activestorage//lib/active_storage/attached/one.rb#13 @@ -1934,7 +1934,7 @@ class ActiveStorage::Attached::One < ::ActiveStorage::Attached # source://activestorage//lib/active_storage/attached/one.rb#78 def purge_one; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/delegation.rb#324 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/delegation.rb#324 def respond_to_missing?(name, include_private = T.unsafe(nil)); end end @@ -1942,13 +1942,13 @@ class ActiveStorage::Attachment < ::ActiveStorage::Record include ::ActiveStorage::Attachment::GeneratedAttributeMethods include ::ActiveStorage::Attachment::GeneratedAssociationMethods - # source://activerecord/7.1.4/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/autosave_association.rb#160 def autosave_associated_records_for_blob(*args); end - # source://activerecord/7.1.4/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/autosave_association.rb#160 def autosave_associated_records_for_record(*args); end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/delegation.rb#354 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/delegation.rb#354 def method_missing(method, *args, **_arg2, &block); end def preview(transformations); end @@ -1957,7 +1957,7 @@ class ActiveStorage::Attachment < ::ActiveStorage::Record def representation(transformations); end def signed_id(*_arg0, **_arg1, &_arg2); end - # source://activerecord/7.1.4/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/autosave_association.rb#160 def validate_associated_records_for_blob(*args); end def variant(transformations); end @@ -1970,74 +1970,74 @@ class ActiveStorage::Attachment < ::ActiveStorage::Record def named_variants; end def purge_dependent_blob_later; end - # source://activesupport/7.1.4/lib/active_support/core_ext/module/delegation.rb#346 + # source://activesupport/7.1.4.1/lib/active_support/core_ext/module/delegation.rb#346 def respond_to_missing?(name, include_private = T.unsafe(nil)); end def transform_variants_later; end def transformations_by_name(transformations); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#11 def _reflections; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators; end - # source://activerecord/7.1.4/lib/active_record/enum.rb#167 + # source://activerecord/7.1.4.1/lib/active_record/enum.rb#167 def defined_enums; end - # source://activerecord/7.1.4/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.1.4.1/lib/active_record/scoping/named.rb#174 def with_all_variant_records(*args, **_arg1); end end end module ActiveStorage::Attachment::GeneratedAssociationMethods - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#103 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#103 def blob; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#111 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#111 def blob=(value); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/belongs_to.rb#145 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/belongs_to.rb#145 def blob_changed?; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/belongs_to.rb#149 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/belongs_to.rb#149 def blob_previously_changed?; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#32 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#32 def build_blob(*args, &block); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#36 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#36 def create_blob(*args, &block); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#40 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#40 def create_blob!(*args, &block); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#103 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#103 def record; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#111 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#111 def record=(value); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/belongs_to.rb#145 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/belongs_to.rb#145 def record_changed?; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/belongs_to.rb#149 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/belongs_to.rb#149 def record_previously_changed?; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#19 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#19 def reload_blob; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#19 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#19 def reload_record; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#23 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#23 def reset_blob; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#23 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#23 def reset_record; end end @@ -2048,17 +2048,17 @@ class ActiveStorage::BaseController < ::ActionController::Base private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionpack/7.1.4/lib/action_controller/metal/etag_with_template_digest.rb#29 + # source://actionpack/7.1.4.1/lib/action_controller/metal/etag_with_template_digest.rb#29 def etag_with_template_digest; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -2077,14 +2077,14 @@ class ActiveStorage::Blobs::ProxyController < ::ActiveStorage::BaseController private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -2096,24 +2096,24 @@ class ActiveStorage::Blobs::RedirectController < ::ActiveStorage::BaseController private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end class ActiveStorage::Current < ::ActiveSupport::CurrentAttributes class << self - # source://activesupport/7.1.4/lib/active_support/current_attributes.rb#127 + # source://activesupport/7.1.4.1/lib/active_support/current_attributes.rb#127 def url_options; end - # source://activesupport/7.1.4/lib/active_support/current_attributes.rb#127 + # source://activesupport/7.1.4.1/lib/active_support/current_attributes.rb#127 def url_options=(value); end end end @@ -2123,14 +2123,14 @@ class ActiveStorage::DirectUploadsController < ::ActiveStorage::BaseController private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end def blob_args; end def direct_upload_json(blob); end class << self - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -2147,7 +2147,7 @@ class ActiveStorage::DiskController < ::ActiveStorage::BaseController private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end def acceptable_content?(token); end @@ -2156,10 +2156,10 @@ class ActiveStorage::DiskController < ::ActiveStorage::BaseController def named_disk_service(name); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -2194,7 +2194,7 @@ end # source://activestorage//lib/active_storage/engine.rb#25 class ActiveStorage::Engine < ::Rails::Engine class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end end end @@ -2280,10 +2280,10 @@ class ActiveStorage::FixtureSet include ::ActiveRecord::SecureToken extend ::ActiveRecord::SecureToken::ClassMethods - # source://activesupport/7.1.4/lib/active_support/testing/file_fixtures.rb#20 + # source://activesupport/7.1.4.1/lib/active_support/testing/file_fixtures.rb#20 def file_fixture_path; end - # source://activesupport/7.1.4/lib/active_support/testing/file_fixtures.rb#20 + # source://activesupport/7.1.4.1/lib/active_support/testing/file_fixtures.rb#20 def file_fixture_path?; end # source://activestorage//lib/active_storage/fixture_set.rb#70 @@ -2311,13 +2311,13 @@ class ActiveStorage::FixtureSet # source://activestorage//lib/active_storage/fixture_set.rb#66 def blob(filename:, **attributes); end - # source://activesupport/7.1.4/lib/active_support/testing/file_fixtures.rb#20 + # source://activesupport/7.1.4.1/lib/active_support/testing/file_fixtures.rb#20 def file_fixture_path; end - # source://activesupport/7.1.4/lib/active_support/testing/file_fixtures.rb#20 + # source://activesupport/7.1.4.1/lib/active_support/testing/file_fixtures.rb#20 def file_fixture_path=(value); end - # source://activesupport/7.1.4/lib/active_support/testing/file_fixtures.rb#20 + # source://activesupport/7.1.4.1/lib/active_support/testing/file_fixtures.rb#20 def file_fixture_path?; end end end @@ -2381,7 +2381,7 @@ class ActiveStorage::LogSubscriber < ::ActiveSupport::LogSubscriber def log_prefix_for_service(event); end class << self - # source://activesupport/7.1.4/lib/active_support/log_subscriber.rb#88 + # source://activesupport/7.1.4.1/lib/active_support/log_subscriber.rb#88 def log_levels; end end end @@ -2390,10 +2390,10 @@ class ActiveStorage::MirrorJob < ::ActiveStorage::BaseJob def perform(key, checksum:); end class << self - # source://activejob/7.1.4/lib/active_job/queue_name.rb#55 + # source://activejob/7.1.4.1/lib/active_job/queue_name.rb#55 def queue_name; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end end end @@ -2415,10 +2415,10 @@ class ActiveStorage::PreviewImageJob < ::ActiveStorage::BaseJob def perform(blob, variations); end class << self - # source://activejob/7.1.4/lib/active_job/queue_name.rb#55 + # source://activejob/7.1.4.1/lib/active_job/queue_name.rb#55 def queue_name; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end end end @@ -2574,10 +2574,10 @@ class ActiveStorage::PurgeJob < ::ActiveStorage::BaseJob def perform(blob); end class << self - # source://activejob/7.1.4/lib/active_job/queue_name.rb#55 + # source://activejob/7.1.4.1/lib/active_job/queue_name.rb#55 def queue_name; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end end end @@ -2587,10 +2587,10 @@ class ActiveStorage::Record < ::ActiveRecord::Base include ::ActiveStorage::Record::GeneratedAssociationMethods class << self - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators; end - # source://activerecord/7.1.4/lib/active_record/enum.rb#167 + # source://activerecord/7.1.4.1/lib/active_record/enum.rb#167 def defined_enums; end end end @@ -2683,17 +2683,17 @@ class ActiveStorage::Representations::BaseController < ::ActiveStorage::BaseCont private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end def blob_scope; end def set_representation; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -2708,14 +2708,14 @@ class ActiveStorage::Representations::ProxyController < ::ActiveStorage::Represe private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -2725,11 +2725,11 @@ class ActiveStorage::Representations::RedirectController < ::ActiveStorage::Repr private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end class << self - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -2999,10 +2999,10 @@ class ActiveStorage::TransformJob < ::ActiveStorage::BaseJob def perform(blob, transformations); end class << self - # source://activejob/7.1.4/lib/active_job/queue_name.rb#55 + # source://activejob/7.1.4.1/lib/active_job/queue_name.rb#55 def queue_name; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end end end @@ -3073,7 +3073,7 @@ ActiveStorage::VERSION::MAJOR = T.let(T.unsafe(nil), Integer) ActiveStorage::VERSION::MINOR = T.let(T.unsafe(nil), Integer) # source://activestorage//lib/active_storage/gem_version.rb#13 -ActiveStorage::VERSION::PRE = T.let(T.unsafe(nil), T.untyped) +ActiveStorage::VERSION::PRE = T.let(T.unsafe(nil), String) # source://activestorage//lib/active_storage/gem_version.rb#15 ActiveStorage::VERSION::STRING = T.let(T.unsafe(nil), String) @@ -3085,74 +3085,74 @@ class ActiveStorage::VariantRecord < ::ActiveStorage::Record include ::ActiveStorage::VariantRecord::GeneratedAttributeMethods include ::ActiveStorage::VariantRecord::GeneratedAssociationMethods - # source://activerecord/7.1.4/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/autosave_association.rb#160 def autosave_associated_records_for_blob(*args); end - # source://activerecord/7.1.4/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/autosave_association.rb#160 def autosave_associated_records_for_image_attachment(*args); end - # source://activerecord/7.1.4/lib/active_record/autosave_association.rb#160 + # source://activerecord/7.1.4.1/lib/active_record/autosave_association.rb#160 def autosave_associated_records_for_image_blob(*args); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activerecord/7.1.4/lib/active_record/reflection.rb#11 + # source://activerecord/7.1.4.1/lib/active_record/reflection.rb#11 def _reflections; end - # source://activemodel/7.1.4/lib/active_model/validations.rb#71 + # source://activemodel/7.1.4.1/lib/active_model/validations.rb#71 def _validators; end # source://activestorage//lib/active_storage/reflection.rb#53 def attachment_reflections; end - # source://activerecord/7.1.4/lib/active_record/enum.rb#167 + # source://activerecord/7.1.4.1/lib/active_record/enum.rb#167 def defined_enums; end - # source://activerecord/7.1.4/lib/active_record/scoping/named.rb#174 + # source://activerecord/7.1.4.1/lib/active_record/scoping/named.rb#174 def with_attached_image(*args, **_arg1); end end end module ActiveStorage::VariantRecord::GeneratedAssociationMethods - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#103 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#103 def blob; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#111 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#111 def blob=(value); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/belongs_to.rb#145 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/belongs_to.rb#145 def blob_changed?; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/belongs_to.rb#149 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/belongs_to.rb#149 def blob_previously_changed?; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#32 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#32 def build_blob(*args, &block); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#32 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#32 def build_image_attachment(*args, &block); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#32 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#32 def build_image_blob(*args, &block); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#36 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#36 def create_blob(*args, &block); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#40 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#40 def create_blob!(*args, &block); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#36 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#36 def create_image_attachment(*args, &block); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#40 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#40 def create_image_attachment!(*args, &block); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#36 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#36 def create_image_blob(*args, &block); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#40 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#40 def create_image_blob!(*args, &block); end # source://activestorage//lib/active_storage/attached/model.rb#101 @@ -3161,34 +3161,34 @@ module ActiveStorage::VariantRecord::GeneratedAssociationMethods # source://activestorage//lib/active_storage/attached/model.rb#106 def image=(attachable); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#103 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#103 def image_attachment; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#111 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#111 def image_attachment=(value); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#103 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#103 def image_blob; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/association.rb#111 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/association.rb#111 def image_blob=(value); end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#19 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#19 def reload_blob; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#19 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#19 def reload_image_attachment; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#19 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#19 def reload_image_blob; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#23 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#23 def reset_blob; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#23 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#23 def reset_image_attachment; end - # source://activerecord/7.1.4/lib/active_record/associations/builder/singular_association.rb#23 + # source://activerecord/7.1.4.1/lib/active_record/associations/builder/singular_association.rb#23 def reset_image_blob; end end diff --git a/sorbet/rbi/gems/activesupport@7.1.4.rbi b/sorbet/rbi/gems/activesupport@7.1.4.1.rbi similarity index 99% rename from sorbet/rbi/gems/activesupport@7.1.4.rbi rename to sorbet/rbi/gems/activesupport@7.1.4.1.rbi index 10e06650c..ee18fa211 100644 --- a/sorbet/rbi/gems/activesupport@7.1.4.rbi +++ b/sorbet/rbi/gems/activesupport@7.1.4.1.rbi @@ -14691,7 +14691,7 @@ ActiveSupport::VERSION::MAJOR = T.let(T.unsafe(nil), Integer) ActiveSupport::VERSION::MINOR = T.let(T.unsafe(nil), Integer) # source://activesupport//lib/active_support/gem_version.rb#13 -ActiveSupport::VERSION::PRE = T.let(T.unsafe(nil), T.untyped) +ActiveSupport::VERSION::PRE = T.let(T.unsafe(nil), String) # source://activesupport//lib/active_support/gem_version.rb#15 ActiveSupport::VERSION::STRING = T.let(T.unsafe(nil), String) @@ -17713,46 +17713,46 @@ HashWithIndifferentAccess = ActiveSupport::HashWithIndifferentAccess # source://activesupport//lib/active_support/i18n_railtie.rb#8 module I18n class << self - # source://i18n/1.14.5/lib/i18n/backend/cache.rb#64 + # source://i18n/1.14.6/lib/i18n/backend/cache.rb#64 def cache_key_digest; end - # source://i18n/1.14.5/lib/i18n/backend/cache.rb#68 + # source://i18n/1.14.6/lib/i18n/backend/cache.rb#68 def cache_key_digest=(key_digest); end - # source://i18n/1.14.5/lib/i18n/backend/cache.rb#56 + # source://i18n/1.14.6/lib/i18n/backend/cache.rb#56 def cache_namespace; end - # source://i18n/1.14.5/lib/i18n/backend/cache.rb#60 + # source://i18n/1.14.6/lib/i18n/backend/cache.rb#60 def cache_namespace=(namespace); end - # source://i18n/1.14.5/lib/i18n/backend/cache.rb#48 + # source://i18n/1.14.6/lib/i18n/backend/cache.rb#48 def cache_store; end - # source://i18n/1.14.5/lib/i18n/backend/cache.rb#52 + # source://i18n/1.14.6/lib/i18n/backend/cache.rb#52 def cache_store=(store); end - # source://i18n/1.14.5/lib/i18n/backend/fallbacks.rb#17 + # source://i18n/1.14.6/lib/i18n/backend/fallbacks.rb#17 def fallbacks; end - # source://i18n/1.14.5/lib/i18n/backend/fallbacks.rb#23 + # source://i18n/1.14.6/lib/i18n/backend/fallbacks.rb#23 def fallbacks=(fallbacks); end - # source://i18n/1.14.5/lib/i18n/interpolate/ruby.rb#23 + # source://i18n/1.14.6/lib/i18n/interpolate/ruby.rb#23 def interpolate(string, values); end - # source://i18n/1.14.5/lib/i18n/interpolate/ruby.rb#29 + # source://i18n/1.14.6/lib/i18n/interpolate/ruby.rb#29 def interpolate_hash(string, values); end - # source://i18n/1.14.5/lib/i18n.rb#37 + # source://i18n/1.14.6/lib/i18n.rb#38 def new_double_nested_cache; end - # source://i18n/1.14.5/lib/i18n/backend/cache.rb#72 + # source://i18n/1.14.6/lib/i18n/backend/cache.rb#72 def perform_caching?; end - # source://i18n/1.14.5/lib/i18n.rb#45 + # source://i18n/1.14.6/lib/i18n.rb#46 def reserve_key(key); end - # source://i18n/1.14.5/lib/i18n.rb#50 + # source://i18n/1.14.6/lib/i18n.rb#51 def reserved_keys_pattern; end end end @@ -17980,6 +17980,8 @@ class Integer < ::Numeric def years; end end +Integer::GMP_VERSION = T.let(T.unsafe(nil), String) + # source://activesupport//lib/active_support/core_ext/kernel/reporting.rb#3 module Kernel # class_eval on an object acts like +singleton_class.class_eval+. @@ -18091,19 +18093,6 @@ class LoadError < ::ScriptError def is_missing?(location); end end -# source://activesupport//lib/active_support/core_ext/object/duplicable.rb#39 -class Method - # Methods are not duplicable: - # - # method(:puts).duplicable? # => false - # method(:puts).dup # => TypeError: allocator undefined for Method - # - # @return [Boolean] - # - # source://activesupport//lib/active_support/core_ext/object/duplicable.rb#44 - def duplicable?; end -end - # == Attribute Accessors per Thread # # Extends the module object with class/module and instance accessors for @@ -21284,16 +21273,3 @@ class URI::Generic # source://activesupport//lib/active_support/core_ext/object/json.rb#225 def as_json(options = T.unsafe(nil)); end end - -# source://activesupport//lib/active_support/core_ext/object/duplicable.rb#49 -class UnboundMethod - # Unbound methods are not duplicable: - # - # method(:puts).unbind.duplicable? # => false - # method(:puts).unbind.dup # => TypeError: allocator undefined for UnboundMethod - # - # @return [Boolean] - # - # source://activesupport//lib/active_support/core_ext/object/duplicable.rb#54 - def duplicable?; end -end diff --git a/sorbet/rbi/gems/rack@3.1.7.rbi b/sorbet/rbi/gems/rack@3.1.8.rbi similarity index 97% rename from sorbet/rbi/gems/rack@3.1.7.rbi rename to sorbet/rbi/gems/rack@3.1.8.rbi index 0c5d70914..0e4a6d5b0 100644 --- a/sorbet/rbi/gems/rack@3.1.7.rbi +++ b/sorbet/rbi/gems/rack@3.1.8.rbi @@ -2813,13 +2813,13 @@ class Rack::Request # source://rack//lib/rack/request.rb#71 def update_param(k, v); end - # source://yard/0.9.36/lib/yard/server/rack_adapter.rb#94 + # source://yard/0.9.37/lib/yard/server/rack_adapter.rb#94 def version_supplied; end - # source://yard/0.9.36/lib/yard/server/rack_adapter.rb#94 + # source://yard/0.9.37/lib/yard/server/rack_adapter.rb#94 def version_supplied=(_arg0); end - # source://yard/0.9.36/lib/yard/server/rack_adapter.rb#96 + # source://yard/0.9.37/lib/yard/server/rack_adapter.rb#96 def xhr?; end class << self @@ -4375,31 +4375,31 @@ module Rack::Utils # matches (same specificity and quality), the value returned # is arbitrary. # - # source://rack//lib/rack/utils.rb#166 + # source://rack//lib/rack/utils.rb#167 def best_q_match(q_value_header, available_mimes); end - # source://rack//lib/rack/utils.rb#119 + # source://rack//lib/rack/utils.rb#120 def build_nested_query(value, prefix = T.unsafe(nil)); end - # source://rack//lib/rack/utils.rb#109 + # source://rack//lib/rack/utils.rb#110 def build_query(params); end # Parses the "Range:" header, if present, into an array of Range objects. # Returns nil if the header is missing or syntactically invalid. # Returns an empty array if none of the ranges are satisfiable. # - # source://rack//lib/rack/utils.rb#408 + # source://rack//lib/rack/utils.rb#409 def byte_ranges(env, size); end - # source://rack//lib/rack/utils.rb#608 + # source://rack//lib/rack/utils.rb#609 def clean_path_info(path_info); end # :nocov: # - # source://rack//lib/rack/utils.rb#90 + # source://rack//lib/rack/utils.rb#91 def clock_time; end - # source://rack//lib/rack/utils.rb#366 + # source://rack//lib/rack/utils.rb#367 def delete_cookie_header!(headers, key, value = T.unsafe(nil)); end # :call-seq: @@ -4416,7 +4416,7 @@ module Rack::Utils # delete_set_cookie_header("myname") # # => "myname=; max-age=0; expires=Thu, 01 Jan 1970 00:00:00 GMT" # - # source://rack//lib/rack/utils.rb#362 + # source://rack//lib/rack/utils.rb#363 def delete_set_cookie_header(key, value = T.unsafe(nil)); end # :call-seq: @@ -4437,15 +4437,15 @@ module Rack::Utils # header # # => ["mycookie=; max-age=0; expires=Thu, 01 Jan 1970 00:00:00 GMT"] # - # source://rack//lib/rack/utils.rb#390 + # source://rack//lib/rack/utils.rb#391 def delete_set_cookie_header!(header, key, value = T.unsafe(nil)); end # URI escapes. (CGI style space to +) # - # source://rack//lib/rack/utils.rb#39 + # source://rack//lib/rack/utils.rb#40 def escape(s); end - # source://rack//lib/rack/utils.rb#261 + # source://rack//lib/rack/utils.rb#262 def escape_cookie_key(key); end # Escape ampersands, brackets and quotes to their HTML/XML entities. @@ -4454,13 +4454,13 @@ module Rack::Utils # Like URI escaping, but with %20 instead of +. Strictly speaking this is # true URI escaping. # - # source://rack//lib/rack/utils.rb#45 + # source://rack//lib/rack/utils.rb#46 def escape_path(s); end - # source://rack//lib/rack/utils.rb#148 + # source://rack//lib/rack/utils.rb#149 def forwarded_values(forwarded_header); end - # source://rack//lib/rack/utils.rb#412 + # source://rack//lib/rack/utils.rb#413 def get_byte_ranges(http_range, size); end # :call-seq: @@ -4472,7 +4472,7 @@ module Rack::Utils # parse_cookies({'HTTP_COOKIE' => 'myname=myvalue'}) # # => {'myname' => 'myvalue'} # - # source://rack//lib/rack/utils.rb#252 + # source://rack//lib/rack/utils.rb#253 def parse_cookies(env); end # :call-seq: @@ -4485,27 +4485,27 @@ module Rack::Utils # parse_cookies_header('myname=myvalue; max-age=0') # # => {"myname"=>"myvalue", "max-age"=>"0"} # - # source://rack//lib/rack/utils.rb#233 + # source://rack//lib/rack/utils.rb#234 def parse_cookies_header(value); end - # source://rack//lib/rack/utils.rb#105 + # source://rack//lib/rack/utils.rb#106 def parse_nested_query(qs, d = T.unsafe(nil)); end - # source://rack//lib/rack/utils.rb#101 + # source://rack//lib/rack/utils.rb#102 def parse_query(qs, d = T.unsafe(nil), &unescaper); end - # source://rack//lib/rack/utils.rb#137 + # source://rack//lib/rack/utils.rb#138 def q_values(q_value_header); end - # source://rack//lib/rack/utils.rb#401 + # source://rack//lib/rack/utils.rb#402 def rfc2822(time); end # :nocov: # - # source://rack//lib/rack/utils.rb#454 + # source://rack//lib/rack/utils.rb#455 def secure_compare(a, b); end - # source://rack//lib/rack/utils.rb#191 + # source://rack//lib/rack/utils.rb#192 def select_best_encoding(available_encodings, accept_encoding); end # :call-seq: @@ -4531,7 +4531,7 @@ module Rack::Utils # set_cookie_header("myname", {value: "myvalue", max_age: 10}) # # => "myname=myvalue; max-age=10" # - # source://rack//lib/rack/utils.rb#293 + # source://rack//lib/rack/utils.rb#294 def set_cookie_header(key, value); end # :call-seq: @@ -4543,25 +4543,25 @@ module Rack::Utils # If the headers already contains a +set-cookie+ key, it will be converted # to an +Array+ if not already, and appended to. # - # source://rack//lib/rack/utils.rb#336 + # source://rack//lib/rack/utils.rb#337 def set_cookie_header!(headers, key, value); end - # source://rack//lib/rack/utils.rb#588 + # source://rack//lib/rack/utils.rb#589 def status_code(status); end # Unescapes a URI escaped string with +encoding+. +encoding+ will be the # target encoding of the string returned, and it defaults to UTF-8 # - # source://rack//lib/rack/utils.rb#57 + # source://rack//lib/rack/utils.rb#58 def unescape(s, encoding = T.unsafe(nil)); end # Unescapes the **path** component of a URI. See Rack::Utils.unescape for # unescaping query parameters or form components. # - # source://rack//lib/rack/utils.rb#51 + # source://rack//lib/rack/utils.rb#52 def unescape_path(s); end - # source://rack//lib/rack/utils.rb#625 + # source://rack//lib/rack/utils.rb#626 def valid_path?(path); end class << self @@ -4570,41 +4570,41 @@ module Rack::Utils # matches (same specificity and quality), the value returned # is arbitrary. # - # source://rack//lib/rack/utils.rb#166 + # source://rack//lib/rack/utils.rb#167 def best_q_match(q_value_header, available_mimes); end - # source://rack//lib/rack/utils.rb#119 + # source://rack//lib/rack/utils.rb#120 def build_nested_query(value, prefix = T.unsafe(nil)); end - # source://rack//lib/rack/utils.rb#109 + # source://rack//lib/rack/utils.rb#110 def build_query(params); end # Parses the "Range:" header, if present, into an array of Range objects. # Returns nil if the header is missing or syntactically invalid. # Returns an empty array if none of the ranges are satisfiable. # - # source://rack//lib/rack/utils.rb#408 + # source://rack//lib/rack/utils.rb#409 def byte_ranges(env, size); end - # source://rack//lib/rack/utils.rb#608 + # source://rack//lib/rack/utils.rb#609 def clean_path_info(path_info); end - # source://rack//lib/rack/utils.rb#90 + # source://rack//lib/rack/utils.rb#91 def clock_time; end # Returns the value of attribute default_query_parser. # - # source://rack//lib/rack/utils.rb#29 + # source://rack//lib/rack/utils.rb#30 def default_query_parser; end # Sets the attribute default_query_parser # # @param value the value to set the attribute default_query_parser to. # - # source://rack//lib/rack/utils.rb#29 + # source://rack//lib/rack/utils.rb#30 def default_query_parser=(_arg0); end - # source://rack//lib/rack/utils.rb#366 + # source://rack//lib/rack/utils.rb#367 def delete_cookie_header!(headers, key, value = T.unsafe(nil)); end # :call-seq: @@ -4621,7 +4621,7 @@ module Rack::Utils # delete_set_cookie_header("myname") # # => "myname=; max-age=0; expires=Thu, 01 Jan 1970 00:00:00 GMT" # - # source://rack//lib/rack/utils.rb#362 + # source://rack//lib/rack/utils.rb#363 def delete_set_cookie_header(key, value = T.unsafe(nil)); end # :call-seq: @@ -4642,15 +4642,15 @@ module Rack::Utils # header # # => ["mycookie=; max-age=0; expires=Thu, 01 Jan 1970 00:00:00 GMT"] # - # source://rack//lib/rack/utils.rb#390 + # source://rack//lib/rack/utils.rb#391 def delete_set_cookie_header!(header, key, value = T.unsafe(nil)); end # URI escapes. (CGI style space to +) # - # source://rack//lib/rack/utils.rb#39 + # source://rack//lib/rack/utils.rb#40 def escape(s); end - # source://rack//lib/rack/utils.rb#261 + # source://rack//lib/rack/utils.rb#262 def escape_cookie_key(key); end def escape_html(_arg0); end @@ -4658,57 +4658,57 @@ module Rack::Utils # Like URI escaping, but with %20 instead of +. Strictly speaking this is # true URI escaping. # - # source://rack//lib/rack/utils.rb#45 + # source://rack//lib/rack/utils.rb#46 def escape_path(s); end - # source://rack//lib/rack/utils.rb#148 + # source://rack//lib/rack/utils.rb#149 def forwarded_values(forwarded_header); end - # source://rack//lib/rack/utils.rb#412 + # source://rack//lib/rack/utils.rb#413 def get_byte_ranges(http_range, size); end # Returns the value of attribute multipart_file_limit. # - # source://rack//lib/rack/utils.rb#64 + # source://rack//lib/rack/utils.rb#65 def multipart_file_limit; end # Sets the attribute multipart_file_limit # # @param value the value to set the attribute multipart_file_limit to. # - # source://rack//lib/rack/utils.rb#64 + # source://rack//lib/rack/utils.rb#65 def multipart_file_limit=(_arg0); end # Returns the value of attribute multipart_file_limit. # multipart_part_limit is the original name of multipart_file_limit, but # the limit only counts parts with filenames. # - # source://rack//lib/rack/utils.rb#64 + # source://rack//lib/rack/utils.rb#65 def multipart_part_limit; end # Sets the attribute multipart_file_limit # # @param value the value to set the attribute multipart_file_limit to. # - # source://rack//lib/rack/utils.rb#64 + # source://rack//lib/rack/utils.rb#65 def multipart_part_limit=(_arg0); end # Returns the value of attribute multipart_total_part_limit. # - # source://rack//lib/rack/utils.rb#62 + # source://rack//lib/rack/utils.rb#63 def multipart_total_part_limit; end # Sets the attribute multipart_total_part_limit # # @param value the value to set the attribute multipart_total_part_limit to. # - # source://rack//lib/rack/utils.rb#62 + # source://rack//lib/rack/utils.rb#63 def multipart_total_part_limit=(_arg0); end - # source://rack//lib/rack/utils.rb#81 + # source://rack//lib/rack/utils.rb#82 def param_depth_limit; end - # source://rack//lib/rack/utils.rb#85 + # source://rack//lib/rack/utils.rb#86 def param_depth_limit=(v); end # :call-seq: @@ -4720,7 +4720,7 @@ module Rack::Utils # parse_cookies({'HTTP_COOKIE' => 'myname=myvalue'}) # # => {'myname' => 'myvalue'} # - # source://rack//lib/rack/utils.rb#252 + # source://rack//lib/rack/utils.rb#253 def parse_cookies(env); end # :call-seq: @@ -4733,25 +4733,25 @@ module Rack::Utils # parse_cookies_header('myname=myvalue; max-age=0') # # => {"myname"=>"myvalue", "max-age"=>"0"} # - # source://rack//lib/rack/utils.rb#233 + # source://rack//lib/rack/utils.rb#234 def parse_cookies_header(value); end - # source://rack//lib/rack/utils.rb#105 + # source://rack//lib/rack/utils.rb#106 def parse_nested_query(qs, d = T.unsafe(nil)); end - # source://rack//lib/rack/utils.rb#101 + # source://rack//lib/rack/utils.rb#102 def parse_query(qs, d = T.unsafe(nil), &unescaper); end - # source://rack//lib/rack/utils.rb#137 + # source://rack//lib/rack/utils.rb#138 def q_values(q_value_header); end - # source://rack//lib/rack/utils.rb#401 + # source://rack//lib/rack/utils.rb#402 def rfc2822(time); end - # source://rack//lib/rack/utils.rb#454 + # source://rack//lib/rack/utils.rb#455 def secure_compare(a, b); end - # source://rack//lib/rack/utils.rb#191 + # source://rack//lib/rack/utils.rb#192 def select_best_encoding(available_encodings, accept_encoding); end # :call-seq: @@ -4777,7 +4777,7 @@ module Rack::Utils # set_cookie_header("myname", {value: "myvalue", max_age: 10}) # # => "myname=myvalue; max-age=10" # - # source://rack//lib/rack/utils.rb#293 + # source://rack//lib/rack/utils.rb#294 def set_cookie_header(key, value); end # :call-seq: @@ -4789,27 +4789,27 @@ module Rack::Utils # If the headers already contains a +set-cookie+ key, it will be converted # to an +Array+ if not already, and appended to. # - # source://rack//lib/rack/utils.rb#336 + # source://rack//lib/rack/utils.rb#337 def set_cookie_header!(headers, key, value); end - # source://rack//lib/rack/utils.rb#588 + # source://rack//lib/rack/utils.rb#589 def status_code(status); end # Unescapes a URI escaped string with +encoding+. +encoding+ will be the # target encoding of the string returned, and it defaults to UTF-8 # - # source://rack//lib/rack/utils.rb#57 + # source://rack//lib/rack/utils.rb#58 def unescape(s, encoding = T.unsafe(nil)); end # Unescapes the **path** component of a URI. See Rack::Utils.unescape for # unescaping query parameters or form components. # - # source://rack//lib/rack/utils.rb#51 + # source://rack//lib/rack/utils.rb#52 def unescape_path(s); end # @return [Boolean] # - # source://rack//lib/rack/utils.rb#625 + # source://rack//lib/rack/utils.rb#626 def valid_path?(path); end end end @@ -4823,30 +4823,30 @@ Rack::Utils::COMMON_SEP = T.let(T.unsafe(nil), Hash) # would be the request environment. The second of which would be the rack # application that the request would be forwarded to. # -# source://rack//lib/rack/utils.rb#477 +# source://rack//lib/rack/utils.rb#478 class Rack::Utils::Context # @return [Context] a new instance of Context # - # source://rack//lib/rack/utils.rb#480 + # source://rack//lib/rack/utils.rb#481 def initialize(app_f, app_r); end # Returns the value of attribute app. # - # source://rack//lib/rack/utils.rb#478 + # source://rack//lib/rack/utils.rb#479 def app; end - # source://rack//lib/rack/utils.rb#485 + # source://rack//lib/rack/utils.rb#486 def call(env); end - # source://rack//lib/rack/utils.rb#493 + # source://rack//lib/rack/utils.rb#494 def context(env, app = T.unsafe(nil)); end # Returns the value of attribute for. # - # source://rack//lib/rack/utils.rb#478 + # source://rack//lib/rack/utils.rb#479 def for; end - # source://rack//lib/rack/utils.rb#489 + # source://rack//lib/rack/utils.rb#490 def recontext(app); end end @@ -4860,7 +4860,7 @@ Rack::Utils::DEFAULT_SEP = T.let(T.unsafe(nil), Regexp) # .reject {|v| v['Description'] == 'Unassigned' or v['Description'].include? '(' } \ # .map {|v| %Q/#{v['Value']} => '#{v['Description']}'/ }.join(','+?\n)" # -# source://rack//lib/rack/utils.rb#504 +# source://rack//lib/rack/utils.rb#505 Rack::Utils::HTTP_STATUS_CODES = T.let(T.unsafe(nil), Hash) # source://rack//lib/rack/utils.rb#22 @@ -4869,16 +4869,16 @@ Rack::Utils::InvalidParameterError = Rack::QueryParser::InvalidParameterError # source://rack//lib/rack/utils.rb#26 Rack::Utils::KeySpaceConstrainedParams = Rack::QueryParser::Params -# source://rack//lib/rack/utils.rb#623 +# source://rack//lib/rack/utils.rb#624 Rack::Utils::NULL_BYTE = T.let(T.unsafe(nil), String) -# source://rack//lib/rack/utils.rb#574 +# source://rack//lib/rack/utils.rb#575 Rack::Utils::OBSOLETE_SYMBOLS_TO_STATUS_CODES = T.let(T.unsafe(nil), Hash) -# source://rack//lib/rack/utils.rb#582 +# source://rack//lib/rack/utils.rb#583 Rack::Utils::OBSOLETE_SYMBOL_MAPPINGS = T.let(T.unsafe(nil), Hash) -# source://rack//lib/rack/utils.rb#606 +# source://rack//lib/rack/utils.rb#607 Rack::Utils::PATH_SEPS = T.let(T.unsafe(nil), Regexp) # source://rack//lib/rack/utils.rb#21 @@ -4889,14 +4889,17 @@ Rack::Utils::ParamsTooDeepError = Rack::QueryParser::ParamsTooDeepError # Responses with HTTP status codes that should not have an entity body # -# source://rack//lib/rack/utils.rb#568 +# source://rack//lib/rack/utils.rb#569 Rack::Utils::STATUS_WITH_NO_ENTITY_BODY = T.let(T.unsafe(nil), Hash) -# source://rack//lib/rack/utils.rb#570 +# source://rack//lib/rack/utils.rb#571 Rack::Utils::SYMBOL_TO_STATUS_CODE = T.let(T.unsafe(nil), Hash) +# source://rack//lib/rack/utils.rb#27 +Rack::Utils::URI_PARSER = T.let(T.unsafe(nil), URI::RFC2396_Parser) + # A valid cookie key according to RFC2616. # A can be any US-ASCII characters, except control characters, spaces, or tabs. It also must not contain a separator character like the following: ( ) < > @ , ; : \ " / [ ] ? = { }. # -# source://rack//lib/rack/utils.rb#258 +# source://rack//lib/rack/utils.rb#259 Rack::Utils::VALID_COOKIE_KEY = T.let(T.unsafe(nil), Regexp) diff --git a/sorbet/rbi/gems/rails@7.1.4.rbi b/sorbet/rbi/gems/rails@7.1.4.1.rbi similarity index 100% rename from sorbet/rbi/gems/rails@7.1.4.rbi rename to sorbet/rbi/gems/rails@7.1.4.1.rbi diff --git a/sorbet/rbi/gems/railties@7.1.4.rbi b/sorbet/rbi/gems/railties@7.1.4.1.rbi similarity index 98% rename from sorbet/rbi/gems/railties@7.1.4.rbi rename to sorbet/rbi/gems/railties@7.1.4.1.rbi index 8afa282a5..3994d1642 100644 --- a/sorbet/rbi/gems/railties@7.1.4.rbi +++ b/sorbet/rbi/gems/railties@7.1.4.1.rbi @@ -1441,10 +1441,10 @@ class Rails::Application::RoutesReloader # source://railties//lib/rails/application/routes_reloader.rb#15 def initialize; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end # Returns the value of attribute eager_load. @@ -1510,13 +1510,13 @@ class Rails::Application::RoutesReloader def updater; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end end end @@ -1525,7 +1525,7 @@ end class Rails::ApplicationController < ::ActionController::Base private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end # source://railties//lib/rails/application_controller.rb#25 @@ -1540,16 +1540,16 @@ class Rails::ApplicationController < ::ActionController::Base def require_local!; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#211 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#211 def _layout; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#212 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#212 def _layout_conditions; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -1714,7 +1714,7 @@ end class Rails::Command::Base < ::Thor include ::Rails::Command::Actions - # source://thor/1.3.1/lib/thor/base.rb#155 + # source://thor/1.3.2/lib/thor/base.rb#155 def current_subcommand; end # source://railties//lib/rails/command/base.rb#172 @@ -2443,16 +2443,16 @@ class Rails::Engine < ::Rails::Railtie # source://railties//lib/rails/engine.rb#439 def initialize; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#963 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#963 def _load_seed_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#951 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#951 def _run_load_seed_callbacks(&block); end # Returns the underlying Rack application for this engine. @@ -2600,19 +2600,19 @@ class Rails::Engine < ::Rails::Railtie def load_config_initializer(initializer); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks=(value); end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks?; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#955 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#955 def _load_seed_callbacks; end - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#959 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#959 def _load_seed_callbacks=(value); end # Returns the value of attribute called_from. @@ -3492,22 +3492,22 @@ class Rails::Generators::AppBase < ::Rails::Generators::Base # source://railties//lib/rails/generators/app_base.rb#120 def initialize(positional_argv, option_argv, *_arg2); end - # source://thor/1.3.1/lib/thor/base.rb#163 + # source://thor/1.3.2/lib/thor/base.rb#163 def app_path; end - # source://thor/1.3.1/lib/thor/base.rb#163 + # source://thor/1.3.2/lib/thor/base.rb#163 def app_path=(_arg0); end # Returns the value of attribute rails_template. # - # source://thor/1.3.1/lib/thor/base.rb#163 + # source://thor/1.3.2/lib/thor/base.rb#163 def rails_template; end # Sets the attribute rails_template # # @param value the value to set the attribute rails_template to. # - # source://thor/1.3.1/lib/thor/base.rb#163 + # source://thor/1.3.2/lib/thor/base.rb#163 def rails_template=(_arg0); end # source://railties//lib/rails/generators/base.rb#401 @@ -4455,16 +4455,16 @@ class Rails::Generators::NamedBase < ::Rails::Generators::Base # Returns the value of attribute file_name. # - # source://thor/1.3.1/lib/thor/base.rb#155 + # source://thor/1.3.2/lib/thor/base.rb#155 def file_name; end # source://railties//lib/rails/generators/named_base.rb#29 def js_template(source, destination); end - # source://thor/1.3.1/lib/thor/base.rb#163 + # source://thor/1.3.2/lib/thor/base.rb#163 def name; end - # source://thor/1.3.1/lib/thor/base.rb#163 + # source://thor/1.3.2/lib/thor/base.rb#163 def name=(_arg0); end # source://railties//lib/rails/generators/named_base.rb#23 @@ -5068,7 +5068,7 @@ class Rails::HealthController < ::ActionController::Base private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end # source://railties//lib/rails/health_controller.rb#51 @@ -5081,10 +5081,10 @@ class Rails::HealthController < ::ActionController::Base def render_up; end class << self - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end - # source://activesupport/7.1.4/lib/active_support/rescuable.rb#15 + # source://activesupport/7.1.4.1/lib/active_support/rescuable.rb#15 def rescue_handlers; end end end @@ -5135,7 +5135,7 @@ class Rails::InfoController < ::Rails::ApplicationController private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end # source://railties//lib/rails/info_controller.rb#8 @@ -5145,16 +5145,16 @@ class Rails::InfoController < ::Rails::ApplicationController def matching_routes(query:, exact_match:); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#211 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#211 def _layout; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#212 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#212 def _layout_conditions; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -5262,7 +5262,7 @@ class Rails::MailersController < ::Rails::ApplicationController private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end # source://railties//lib/rails/mailers_controller.rb#90 @@ -5289,13 +5289,13 @@ class Rails::MailersController < ::Rails::ApplicationController def show_previews?; end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionpack/7.1.4/lib/abstract_controller/helpers.rb#12 + # source://actionpack/7.1.4.1/lib/abstract_controller/helpers.rb#12 def _helper_methods; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end @@ -6365,7 +6365,7 @@ Rails::VERSION::MAJOR = T.let(T.unsafe(nil), Integer) Rails::VERSION::MINOR = T.let(T.unsafe(nil), Integer) # source://railties//lib/rails/gem_version.rb#13 -Rails::VERSION::PRE = T.let(T.unsafe(nil), T.untyped) +Rails::VERSION::PRE = T.let(T.unsafe(nil), String) # source://railties//lib/rails/gem_version.rb#15 Rails::VERSION::STRING = T.let(T.unsafe(nil), String) @@ -6380,20 +6380,20 @@ class Rails::WelcomeController < ::Rails::ApplicationController private - # source://actionview/7.1.4/lib/action_view/layouts.rb#330 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#330 def _layout(lookup_context, formats); end class << self - # source://activesupport/7.1.4/lib/active_support/callbacks.rb#70 + # source://activesupport/7.1.4.1/lib/active_support/callbacks.rb#70 def __callbacks; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#211 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#211 def _layout; end - # source://actionview/7.1.4/lib/action_view/layouts.rb#212 + # source://actionview/7.1.4.1/lib/action_view/layouts.rb#212 def _layout_conditions; end - # source://actionpack/7.1.4/lib/action_controller/metal.rb#262 + # source://actionpack/7.1.4.1/lib/action_controller/metal.rb#262 def middleware_stack; end end end