- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
diff --git a/src/classes/AbstractController/ActionNotFound.html b/src/classes/AbstractController/ActionNotFound.html
index faa9a9542d..039e35106d 100644
--- a/src/classes/AbstractController/ActionNotFound.html
+++ b/src/classes/AbstractController/ActionNotFound.html
@@ -5,7 +5,7 @@
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/ActionNotFound.html b/src/classes/AbstractController/ActionNotFound.html
index faa9a9542d..039e35106d 100644
--- a/src/classes/AbstractController/ActionNotFound.html
+++ b/src/classes/AbstractController/ActionNotFound.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/AbstractController/Base.html b/src/classes/AbstractController/Base.html
index a5147678c4..4ba843a837 100644
--- a/src/classes/AbstractController/Base.html
+++ b/src/classes/AbstractController/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -171,7 +171,7 @@ abstract!()
@abstract = true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -209,7 +209,7 @@ action_methods()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -238,7 +238,7 @@ clear_action_methods!()
@action_methods = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -274,7 +274,7 @@ controller_path()
@controller_path ||= name.delete_suffix("Controller").underscore unless anonymous?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -311,7 +311,7 @@ internal_methods()
controller.public_instance_methods(true) - methods
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -341,7 +341,7 @@ method_added(name)
clear_action_methods!
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -370,7 +370,7 @@ supports_path?()
true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -403,7 +403,7 @@ action_methods()
self.class.action_methods
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -431,7 +431,7 @@ action_name
attr_internal :action_name
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -467,7 +467,7 @@ Parameters
_find_action_name(action_name)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -496,7 +496,7 @@ controller_path()
self.class.controller_path
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -524,7 +524,7 @@ formats
attr_internal :formats
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -553,7 +553,7 @@ performed?()
response_body
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -592,7 +592,7 @@ process(action, ...)
process_action(action_name, ...)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -620,7 +620,7 @@ response_body
attr_internal :response_body
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching.html b/src/classes/AbstractController/Caching.html
index 2a3e5aa07d..5c2e1c4a9a 100644
--- a/src/classes/AbstractController/Caching.html
+++ b/src/classes/AbstractController/Caching.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -123,7 +123,7 @@ view_cache_dependencies()
self.class._view_cache_dependencies.filter_map { |dep| instance_exec(&dep) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -159,7 +159,7 @@ cache(key, options = {}, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/ClassMethods.html b/src/classes/AbstractController/Caching/ClassMethods.html
index 6ca8cb75b6..879675b054 100644
--- a/src/classes/AbstractController/Caching/ClassMethods.html
+++ b/src/classes/AbstractController/Caching/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ view_cache_dependency(&
self._view_cache_dependencies += [dependency]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/ConfigMethods.html b/src/classes/AbstractController/Caching/ConfigMethods.html
index 3c4fa58d3b..3632071a5e 100644
--- a/src/classes/AbstractController/Caching/ConfigMethods.html
+++ b/src/classes/AbstractController/Caching/ConfigMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ cache_store()
config.cache_store
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -109,7 +109,7 @@ cache_store=(store)
config.cache_store = ActiveSupport::Cache.lookup_store(*store)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments.html b/src/classes/AbstractController/Caching/Fragments.html
index d6f716729e..e1a8558878 100644
--- a/src/classes/AbstractController/Caching/Fragments.html
+++ b/src/classes/AbstractController/Caching/Fragments.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -128,7 +128,7 @@ combined_fragment_cache_k
cache_key
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ expire_fragment(key, options = ni
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -211,7 +211,7 @@ fragment_exist?(key, options =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -246,7 +246,7 @@ read_fragment(key, options = nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ write_fragment(key, content, optio
content
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
index b921a6328c..12b9fe371d 100644
--- a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
+++ b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ fragment_cache_key(value = nil
self.fragment_cache_keys += [key || -> { value }]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Callbacks.html b/src/classes/AbstractController/Callbacks.html
index 36bffc7d1d..70d2d6aa5e 100644
--- a/src/classes/AbstractController/Callbacks.html
+++ b/src/classes/AbstractController/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Callbacks/ClassMethods.html b/src/classes/AbstractController/Callbacks/ClassMethods.html
index 279f53a789..9c13cdf638 100644
--- a/src/classes/AbstractController/Callbacks/ClassMethods.html
+++ b/src/classes/AbstractController/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -153,7 +153,7 @@ Block Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -202,7 +202,7 @@ Options
_normalize_callback_option(options, :except, :unless)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -222,7 +222,7 @@ after_action(names, block)
- 🔎 See on GitHub
+
@@ -240,7 +240,7 @@ append_after_action(names, bl
- 🔎 See on GitHub
+
@@ -258,7 +258,7 @@ append_around_action(names,
- 🔎 See on GitHub
+
@@ -278,7 +278,7 @@ append_before_action(names,
- 🔎 See on GitHub
+
@@ -296,7 +296,7 @@ around_action(names, block)
- 🔎 See on GitHub
+
@@ -316,7 +316,7 @@ before_action(names, block)
- 🔎 See on GitHub
+
@@ -334,7 +334,7 @@ prepend_after_action(names,
- 🔎 See on GitHub
+
@@ -352,7 +352,7 @@ prepend_around_action(names
- 🔎 See on GitHub
+
@@ -372,7 +372,7 @@ prepend_before_action(names
- 🔎 See on GitHub
+
@@ -390,7 +390,7 @@ skip_after_action(names)
- 🔎 See on GitHub
+
@@ -408,7 +408,7 @@ skip_around_action(names)
- 🔎 See on GitHub
+
@@ -426,7 +426,7 @@ skip_before_action(names)
- 🔎 See on GitHub
+
diff --git a/src/classes/AbstractController/Collector.html b/src/classes/AbstractController/Collector.html
index ef82e1848e..8ba9233864 100644
--- a/src/classes/AbstractController/Collector.html
+++ b/src/classes/AbstractController/Collector.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ generate_method_for_mime
RUBY
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/DoubleRenderError.html b/src/classes/AbstractController/DoubleRenderError.html
index 2af07391ab..0c08672e60 100644
--- a/src/classes/AbstractController/DoubleRenderError.html
+++ b/src/classes/AbstractController/DoubleRenderError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -96,7 +96,7 @@ new(message = nil)
super(message || DEFAULT_MESSAGE)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Helpers.html b/src/classes/AbstractController/Helpers.html
index a96b7ab681..0a3fa59b24 100644
--- a/src/classes/AbstractController/Helpers.html
+++ b/src/classes/AbstractController/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ _helpers()
self.class._helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Helpers/ClassMethods.html b/src/classes/AbstractController/Helpers/ClassMethods.html
index be9465245f..2b40346ed1 100644
--- a/src/classes/AbstractController/Helpers/ClassMethods.html
+++ b/src/classes/AbstractController/Helpers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -35,11 +35,11 @@ Methods
-
- #
+ _helpers_for_modification
-
- _helpers_for_modification
+ all_helpers_from_path
-
@@ -95,28 +95,6 @@
Attributes
Instance Public methods
-
- all_helpers_from_path(path)
-
-
-
-Returns a list of helper names in a given path.
-
-ActionController::Base.all_helpers_from_path 'app/helpers'
-# => ["application", "chart", "rubygems"]
-
-
-
-
-
-
-
-
-
- 🔎 See on GitHub
-
-
-
_helpers_for_modification()
@@ -141,12 +119,34 @@ _helpers_for_modification
_helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
+
+ all_helpers_from_path(path)
+
+
+
+Returns a list of helper names in a given path.
+
+ActionController::Base.all_helpers_from_path 'app/helpers'
+# => ["application", "chart", "rubygems"]
+
+
+
+
+
+
+
+
+
+
+
+
+
clear_helpers()
@@ -175,7 +175,7 @@ clear_helpers()
default_helper_module! unless anonymous?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -257,7 +257,7 @@ helper(*args, &block)
_helpers_for_modification.module_eval(&block) if block_given?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -325,7 +325,7 @@ Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -358,7 +358,7 @@ inherited(klass)
super
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -382,7 +382,7 @@ modules_for_helpers(modules_o
- 🔎 See on GitHub
+
diff --git a/src/classes/AbstractController/Railties.html b/src/classes/AbstractController/Railties.html
index e9e5642902..13cc1e425d 100644
--- a/src/classes/AbstractController/Railties.html
+++ b/src/classes/AbstractController/Railties.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Railties/RoutesHelpers.html b/src/classes/AbstractController/Railties/RoutesHelpers.html
index f2a9347d3e..1bb593a11d 100644
--- a/src/classes/AbstractController/Railties/RoutesHelpers.html
+++ b/src/classes/AbstractController/Railties/RoutesHelpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -87,7 +87,7 @@ with(routes, include_path_helpers = true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Rendering.html b/src/classes/AbstractController/Rendering.html
index 964676c7a2..c9cb1b18c3 100644
--- a/src/classes/AbstractController/Rendering.html
+++ b/src/classes/AbstractController/Rendering.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -145,7 +145,7 @@ render(*args, &block)
self.response_body = rendered_body
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -173,7 +173,7 @@ render_to_body(options = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -205,7 +205,7 @@ render_to_string(*args, &blo
render_to_body(options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -234,7 +234,7 @@ rendered_format()
Mime[:text]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -267,7 +267,7 @@ view_assigns()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -309,7 +309,7 @@ _normalize_args(action = nil, opt
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -338,7 +338,7 @@ _normalize_options(options)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -367,7 +367,7 @@ _process_options(options)
options
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Translation.html b/src/classes/AbstractController/Translation.html
index e4605629d9..5d4df4acaf 100644
--- a/src/classes/AbstractController/Translation.html
+++ b/src/classes/AbstractController/Translation.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ localize(object, **options)
I18n.localize(object, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -185,7 +185,7 @@ translate(key, **options)
ActiveSupport::HtmlSafeTranslation.translate(key, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor.html b/src/classes/AbstractController/UrlFor.html
index bab417c152..299d7e7853 100644
--- a/src/classes/AbstractController/UrlFor.html
+++ b/src/classes/AbstractController/UrlFor.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ _routes()
"For instance, `include Rails.application.routes.url_helpers`."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor/ClassMethods.html b/src/classes/AbstractController/UrlFor/ClassMethods.html
index 1dcd62c92c..5f3dfaaae0 100644
--- a/src/classes/AbstractController/UrlFor/ClassMethods.html
+++ b/src/classes/AbstractController/UrlFor/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ _routes()
nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ action_methods()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable.html b/src/classes/ActionCable.html
index 9fd8e01c4d..9d0aa33093 100644
--- a/src/classes/ActionCable.html
+++ b/src/classes/ActionCable.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -265,7 +265,7 @@ gem_version()
Gem::Version.new VERSION::STRING
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -294,7 +294,7 @@ version()
gem_version
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -327,7 +327,7 @@ server()
@server ||= ActionCable::Server::Base.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel.html b/src/classes/ActionCable/Channel.html
index 06b36ff362..c3b3d0b5ca 100644
--- a/src/classes/ActionCable/Channel.html
+++ b/src/classes/ActionCable/Channel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Base.html b/src/classes/ActionCable/Channel/Base.html
index 8e91435213..cb0db0a27e 100644
--- a/src/classes/ActionCable/Channel/Base.html
+++ b/src/classes/ActionCable/Channel/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -316,7 +316,7 @@ Returns
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -357,7 +357,7 @@ new(connection, identifier, params = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -389,7 +389,7 @@ clear_action_methods!()
@action_methods = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -419,7 +419,7 @@ method_added(name)
clear_action_methods!
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -461,7 +461,7 @@ perform_action(data)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -495,7 +495,7 @@ subscribe_to_channel()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -525,7 +525,7 @@ defer_subscription
@defer_subscription_confirmation_counter.increment
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -552,7 +552,7 @@ defer_subscription
@defer_subscription_confirmation_counter.value > 0
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -581,7 +581,7 @@ ensure_confirmation_sent
transmit_subscription_confirmation unless defer_subscription_confirmation?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -608,7 +608,7 @@ reject()
@reject_subscription = true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -637,7 +637,7 @@ subscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -664,7 +664,7 @@ subscription_confir
@subscription_confirmation_sent
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -691,7 +691,7 @@ subscription_rejected?()
@reject_subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -729,7 +729,7 @@ transmit(data, via: nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -758,7 +758,7 @@ unsubscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting.html b/src/classes/ActionCable/Channel/Broadcasting.html
index 8ab922fcca..8b2712f3fd 100644
--- a/src/classes/ActionCable/Channel/Broadcasting.html
+++ b/src/classes/ActionCable/Channel/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -95,7 +95,7 @@ broadcast_to(model, message)<
self.class.broadcast_to(model, message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -122,7 +122,7 @@ broadcasting_for(model)
self.class.broadcasting_for(model)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
index 18c3eec202..3fb0ae2d09 100644
--- a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ broadcast_to(broadcastables, message
ActionCable.server.broadcast(broadcasting_for(broadcastables), message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -118,7 +118,7 @@ broadcasting_for(broadcastables)
serialize_broadcasting([ channel_name ] + Array(broadcastables))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Callbacks.html b/src/classes/ActionCable/Channel/Callbacks.html
index 64985186c3..228b109bbd 100644
--- a/src/classes/ActionCable/Channel/Callbacks.html
+++ b/src/classes/ActionCable/Channel/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
index b40c50228d..ab7e6796c4 100644
--- a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -111,7 +111,7 @@ after_subscribe(*methods, &bl
set_callback(:subscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -144,7 +144,7 @@ after_unsubscribe(*methods, &am
set_callback(:unsubscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -171,7 +171,7 @@ before_subscribe(*methods, &
set_callback(:subscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -198,7 +198,7 @@ before_unsubscribe(*methods, &
set_callback(:unsubscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ChannelStub.html b/src/classes/ActionCable/Channel/ChannelStub.html
index 587a2b9c20..bdc14bbfca 100644
--- a/src/classes/ActionCable/Channel/ChannelStub.html
+++ b/src/classes/ActionCable/Channel/ChannelStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -110,7 +110,7 @@ confirmed?()
subscription_confirmation_sent?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -137,7 +137,7 @@ rejected?()
subscription_rejected?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ start_periodic_timers()# File actioncable/lib/action_cable/channel/test_case.rb, line 46
def start_periodic_timers; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_all_streams()
@_streams = []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -242,7 +242,7 @@ stream_from(broadcasting, *)
streams << broadcasting
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -269,7 +269,7 @@ streams()
@_streams ||= []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ConnectionStub.html b/src/classes/ActionCable/Channel/ConnectionStub.html
index 1630cedddf..6431a81cbf 100644
--- a/src/classes/ActionCable/Channel/ConnectionStub.html
+++ b/src/classes/ActionCable/Channel/ConnectionStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -146,7 +146,7 @@ new(identifiers = {})
@logger = ActiveSupport::TaggedLogging.new ActiveSupport::Logger.new(StringIO.new)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -204,7 +204,7 @@ transmit(cable_message)
transmissions << cable_message.with_indifferent_access
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming.html b/src/classes/ActionCable/Channel/Naming.html
index 4750ab6faa..0870eb54fa 100644
--- a/src/classes/ActionCable/Channel/Naming.html
+++ b/src/classes/ActionCable/Channel/Naming.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ channel_name()
self.class.channel_name
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming/ClassMethods.html b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
index 2054d9e292..6c81d06909 100644
--- a/src/classes/ActionCable/Channel/Naming/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -85,7 +85,7 @@ channel_name()
@channel_name ||= name.delete_suffix("Channel").gsub("::", ":").underscore
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/NonInferrableChannelError.html b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
index ece5bbf335..e185997ef9 100644
--- a/src/classes/ActionCable/Channel/NonInferrableChannelError.html
+++ b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers.html b/src/classes/ActionCable/Channel/PeriodicTimers.html
index 561da6e0dd..79d45a3130 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
index 1a26cae68a..3bff98bb07 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -108,7 +108,7 @@ periodically(callback_or_method_name
self.periodic_timers += [[ callback, every: every ]]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Streams.html b/src/classes/ActionCable/Channel/Streams.html
index 8d5022d17c..db3233a131 100644
--- a/src/classes/ActionCable/Channel/Streams.html
+++ b/src/classes/ActionCable/Channel/Streams.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -168,7 +168,7 @@ stop_all_streams()
end.clear
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_stream_for(model)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -230,7 +230,7 @@ stop_stream_from(broadcasting)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -261,7 +261,7 @@ stream_for(broadcastables, callback =
stream_from(broadcasting_for(broadcastables), callback || block, coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -307,7 +307,7 @@ stream_from(broadcasting, callback =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -340,7 +340,7 @@ stream_or_reject_for(model)<
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase.html b/src/classes/ActionCable/Channel/TestCase.html
index 6317ff44d0..7b221729d6 100644
--- a/src/classes/ActionCable/Channel/TestCase.html
+++ b/src/classes/ActionCable/Channel/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior.html b/src/classes/ActionCable/Channel/TestCase/Behavior.html
index 71da78d098..cf10c34acb 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -192,7 +192,7 @@ assert_broadcast_on(stream_or
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -221,7 +221,7 @@ assert_broadcasts(stream_or_obj
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ assert_has_no_stream(stream)
assert subscription.streams.exclude?(stream), "Stream #{stream} has been started"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -291,7 +291,7 @@ assert_has_no_stream_for
assert_has_no_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ assert_has_stream(stream)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -361,7 +361,7 @@ assert_has_stream_for(objec
assert_has_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -396,7 +396,7 @@ assert_no_streams()
assert subscription.streams.empty?, "No streams started was expected, but #{subscription.streams.count} found"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -428,7 +428,7 @@ perform(action, data = {})
subscription.perform_action(data.stringify_keys.merge("action" => action.to_s))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -464,7 +464,7 @@ stub_connection(identifiers = {})
@connection = ConnectionStub.new(identifiers)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -497,7 +497,7 @@ subscribe(params = {})
@subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -527,7 +527,7 @@ transmissions()
connection.transmissions.filter_map { |data| data["message"] }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -557,7 +557,7 @@ unsubscribe()
subscription.unsubscribe_from_channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
index 858a0ac552..a5f5798778 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ channel_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_channel
channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(channel)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection.html b/src/classes/ActionCable/Connection.html
index 7889c75284..b85796df4a 100644
--- a/src/classes/ActionCable/Connection.html
+++ b/src/classes/ActionCable/Connection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Assertions.html b/src/classes/ActionCable/Connection/Assertions.html
index 6fc9d0723c..83d5bd7403 100644
--- a/src/classes/ActionCable/Connection/Assertions.html
+++ b/src/classes/ActionCable/Connection/Assertions.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ assert_reject_connection
assert_raises(Authorization::UnauthorizedError, "Expected to reject connection but no rejection was made", &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization.html b/src/classes/ActionCable/Connection/Authorization.html
index 8e0d7a1439..c2c55de2c6 100644
--- a/src/classes/ActionCable/Connection/Authorization.html
+++ b/src/classes/ActionCable/Connection/Authorization.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ reject_unauthorized_co
raise UnauthorizedError
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
index ff36299a28..73d7917610 100644
--- a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
+++ b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/Base.html b/src/classes/ActionCable/Connection/Base.html
index c7f009aa10..0277955dd7 100644
--- a/src/classes/ActionCable/Connection/Base.html
+++ b/src/classes/ActionCable/Connection/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -261,7 +261,7 @@ new(server, env, coder: ActiveSupport::JSON)<
@started_at = Time.now
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -292,7 +292,7 @@ beat()
transmit type: ActionCable::INTERNAL[:message_types][:ping], message: Time.now.to_i
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ close(reason: nil, reconnect: true)<
websocket.close
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -355,7 +355,7 @@ handle_channel_command(pay
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -384,7 +384,7 @@ send_async(method, *arguments)<
worker_pool.async_invoke(self, method, *arguments)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -418,7 +418,7 @@ statistics()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -450,7 +450,7 @@ cookies()
request.cookie_jar
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -482,7 +482,7 @@ request()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Callbacks.html b/src/classes/ActionCable/Connection/Callbacks.html
index d6504ca284..b3bb372e91 100644
--- a/src/classes/ActionCable/Connection/Callbacks.html
+++ b/src/classes/ActionCable/Connection/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
index d11f1b1454..2868af7791 100644
--- a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -86,7 +86,7 @@ after_command(*methods, &block)
set_callback(:command, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ around_command(*methods, &bloc
set_callback(:command, :around, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -140,7 +140,7 @@ before_command(*methods, &bloc
set_callback(:command, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification.html b/src/classes/ActionCable/Connection/Identification.html
index cb1b371d7a..4aa8c6e993 100644
--- a/src/classes/ActionCable/Connection/Identification.html
+++ b/src/classes/ActionCable/Connection/Identification.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -97,7 +97,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification/ClassMethods.html b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
index 42be2d7255..75a449a10f 100644
--- a/src/classes/ActionCable/Connection/Identification/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -83,7 +83,7 @@ identified_by(*identifiers)<
self.identifiers += identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/InternalChannel.html b/src/classes/ActionCable/Connection/InternalChannel.html
index cfdccceaf4..c352da6adc 100644
--- a/src/classes/ActionCable/Connection/InternalChannel.html
+++ b/src/classes/ActionCable/Connection/InternalChannel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
index 26bba36295..ce00d293ed 100644
--- a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
+++ b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/StreamEventLoop.html b/src/classes/ActionCable/Connection/StreamEventLoop.html
index 4a58b367e2..03533544e0 100644
--- a/src/classes/ActionCable/Connection/StreamEventLoop.html
+++ b/src/classes/ActionCable/Connection/StreamEventLoop.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -112,7 +112,7 @@ new()
@spawn_mutex = Mutex.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -147,7 +147,7 @@ attach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -179,7 +179,7 @@ detach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -209,7 +209,7 @@ post(task = nil, &block)
@executor << task
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -237,7 +237,7 @@ stop()
wakeup if @nio
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -264,7 +264,7 @@ timer(interval, &block)
Concurrent::TimerTask.new(execution_interval: interval, &block).tap(&:execute)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -296,7 +296,7 @@ writes_pending(io)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
index 7524c24591..e48a1afc81 100644
--- a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
+++ b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -118,7 +118,7 @@ new(logger, tags:)
@tags = tags.flatten
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -150,7 +150,7 @@ add_tags(*tags)
@tags = @tags.uniq
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -182,7 +182,7 @@ tag(logger, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -212,7 +212,7 @@ log(type, message, &block)
tag(@logger) { @logger.send type, message, &block }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase.html b/src/classes/ActionCable/Connection/TestCase.html
index 39bc5cb056..6fea7fdc86 100644
--- a/src/classes/ActionCable/Connection/TestCase.html
+++ b/src/classes/ActionCable/Connection/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior.html b/src/classes/ActionCable/Connection/TestCase/Behavior.html
index 1bf7292841..a43da9a706 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -169,7 +169,7 @@ connect(path = ActionCable.server.config.
@connection = connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -196,7 +196,7 @@ cookies()
@cookie_jar ||= TestCookieJar.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -228,7 +228,7 @@ disconnect()
@connection = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
index 4dc624226e..6cf3acb952 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ connection_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_connec
connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(connection)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestConnection.html b/src/classes/ActionCable/Connection/TestConnection.html
index 1f8a17e8b9..77e83b3929 100644
--- a/src/classes/ActionCable/Connection/TestConnection.html
+++ b/src/classes/ActionCable/Connection/TestConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -103,7 +103,7 @@ new(request)
@env = request.env
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCookieJar.html b/src/classes/ActionCable/Connection/TestCookieJar.html
index a26eaee17a..06896a38b6 100644
--- a/src/classes/ActionCable/Connection/TestCookieJar.html
+++ b/src/classes/ActionCable/Connection/TestCookieJar.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -94,7 +94,7 @@ encrypted()
@encrypted ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ signed()
@signed ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestRequest.html b/src/classes/ActionCable/Connection/TestRequest.html
index 794c806e21..1a276e6389 100644
--- a/src/classes/ActionCable/Connection/TestRequest.html
+++ b/src/classes/ActionCable/Connection/TestRequest.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Helpers.html b/src/classes/ActionCable/Helpers.html
index df974f8111..f1ed592944 100644
--- a/src/classes/ActionCable/Helpers.html
+++ b/src/classes/ActionCable/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Helpers/ActionCableHelper.html b/src/classes/ActionCable/Helpers/ActionCableHelper.html
index fd40a1bc1c..34db4fd216 100644
--- a/src/classes/ActionCable/Helpers/ActionCableHelper.html
+++ b/src/classes/ActionCable/Helpers/ActionCableHelper.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -109,7 +109,7 @@ action_cable_meta_tag()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections.html b/src/classes/ActionCable/RemoteConnections.html
index 88e9a6f9f6..3c256d2a2f 100644
--- a/src/classes/ActionCable/RemoteConnections.html
+++ b/src/classes/ActionCable/RemoteConnections.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -139,7 +139,7 @@ new(server)
@server = server
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ where(identifier)
RemoteConnection.new(server, identifier)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
index fc889f94c2..60ab208791 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -123,7 +123,7 @@ new(server, ids)
set_identifier_instance_vars(ids)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -156,7 +156,7 @@ disconnect(reconnect: true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
index e39959f775..23fd887d4d 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server.html b/src/classes/ActionCable/Server.html
index 3d83e0c64b..c26dcbfdb1 100644
--- a/src/classes/ActionCable/Server.html
+++ b/src/classes/ActionCable/Server.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Server/Base.html b/src/classes/ActionCable/Server/Base.html
index cf38c598e1..1d086831fe 100644
--- a/src/classes/ActionCable/Server/Base.html
+++ b/src/classes/ActionCable/Server/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -163,7 +163,7 @@ logger()
# File actioncable/lib/action_cable/server/base.rb, line 26
def self.logger; config.logger; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -192,7 +192,7 @@ new(config: self.class.config)
@remote_connections = @event_loop = @worker_pool = @pubsub = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -227,7 +227,7 @@ call(env)
config.connection_class.call.new(self, env).process
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ connection_identifiers()
config.connection_class.call.identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -285,7 +285,7 @@ disconnect(identifiers)
remote_connections.where(identifiers).disconnect
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -312,7 +312,7 @@ event_loop()
@event_loop || @mutex.synchronize { @event_loop ||= ActionCable::Connection::StreamEventLoop.new }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -341,7 +341,7 @@ pubsub()
@pubsub || @mutex.synchronize { @pubsub ||= config.pubsub_adapter.new(self) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -370,7 +370,7 @@ remote_connections()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -409,7 +409,7 @@ restart()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -442,7 +442,7 @@ worker_pool()
@worker_pool || @mutex.synchronize { @worker_pool ||= ActionCable::Server::Worker.new(max_size: config.worker_pool_size) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting.html b/src/classes/ActionCable/Server/Broadcasting.html
index 856e570d72..e492832214 100644
--- a/src/classes/ActionCable/Server/Broadcasting.html
+++ b/src/classes/ActionCable/Server/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -123,7 +123,7 @@ broadcast(broadcasting, message, coder:
broadcaster_for(broadcasting, coder: coder).broadcast(message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -152,7 +152,7 @@ broadcaster_for(broadcasting, cod
Broadcaster.new(self, String(broadcasting), coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
index 2f9dd504e9..bead8ec24b 100644
--- a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
+++ b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -117,7 +117,7 @@ new(server, broadcasting, coder:)
@server, @broadcasting, @coder = server, broadcasting, coder
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -154,7 +154,7 @@ broadcast(message)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Configuration.html b/src/classes/ActionCable/Server/Configuration.html
index e1fcef515d..f335e248c6 100644
--- a/src/classes/ActionCable/Server/Configuration.html
+++ b/src/classes/ActionCable/Server/Configuration.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -224,7 +224,7 @@ new()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ pubsub_adapter()
"ActionCable::SubscriptionAdapter::#{adapter}".constantize
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Worker.html b/src/classes/ActionCable/Server/Worker.html
index 20b8ae5132..257bd35552 100644
--- a/src/classes/ActionCable/Server/Worker.html
+++ b/src/classes/ActionCable/Server/Worker.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
index ffdd138d9a..3043ada01c 100644
--- a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
+++ b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ with_database_connections
connection.logger.tag(ActiveRecord::Base.logger, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/SubscriptionAdapter.html b/src/classes/ActionCable/SubscriptionAdapter.html
index dc1e6f35d4..f37199027d 100644
--- a/src/classes/ActionCable/SubscriptionAdapter.html
+++ b/src/classes/ActionCable/SubscriptionAdapter.html
@@ -5,7 +5,7 @@
-
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
diff --git a/src/classes/AbstractController/Base.html b/src/classes/AbstractController/Base.html
index a5147678c4..4ba843a837 100644
--- a/src/classes/AbstractController/Base.html
+++ b/src/classes/AbstractController/Base.html
@@ -5,7 +5,7 @@
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/AbstractController/Base.html b/src/classes/AbstractController/Base.html
index a5147678c4..4ba843a837 100644
--- a/src/classes/AbstractController/Base.html
+++ b/src/classes/AbstractController/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -171,7 +171,7 @@ abstract!()
@abstract = true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -209,7 +209,7 @@ action_methods()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -238,7 +238,7 @@ clear_action_methods!()
@action_methods = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -274,7 +274,7 @@ controller_path()
@controller_path ||= name.delete_suffix("Controller").underscore unless anonymous?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -311,7 +311,7 @@ internal_methods()
controller.public_instance_methods(true) - methods
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -341,7 +341,7 @@ method_added(name)
clear_action_methods!
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -370,7 +370,7 @@ supports_path?()
true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -403,7 +403,7 @@ action_methods()
self.class.action_methods
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -431,7 +431,7 @@ action_name
attr_internal :action_name
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -467,7 +467,7 @@ Parameters
_find_action_name(action_name)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -496,7 +496,7 @@ controller_path()
self.class.controller_path
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -524,7 +524,7 @@ formats
attr_internal :formats
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -553,7 +553,7 @@ performed?()
response_body
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -592,7 +592,7 @@ process(action, ...)
process_action(action_name, ...)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -620,7 +620,7 @@ response_body
attr_internal :response_body
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching.html b/src/classes/AbstractController/Caching.html
index 2a3e5aa07d..5c2e1c4a9a 100644
--- a/src/classes/AbstractController/Caching.html
+++ b/src/classes/AbstractController/Caching.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -123,7 +123,7 @@ view_cache_dependencies()
self.class._view_cache_dependencies.filter_map { |dep| instance_exec(&dep) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -159,7 +159,7 @@ cache(key, options = {}, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/ClassMethods.html b/src/classes/AbstractController/Caching/ClassMethods.html
index 6ca8cb75b6..879675b054 100644
--- a/src/classes/AbstractController/Caching/ClassMethods.html
+++ b/src/classes/AbstractController/Caching/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ view_cache_dependency(&
self._view_cache_dependencies += [dependency]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/ConfigMethods.html b/src/classes/AbstractController/Caching/ConfigMethods.html
index 3c4fa58d3b..3632071a5e 100644
--- a/src/classes/AbstractController/Caching/ConfigMethods.html
+++ b/src/classes/AbstractController/Caching/ConfigMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ cache_store()
config.cache_store
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -109,7 +109,7 @@ cache_store=(store)
config.cache_store = ActiveSupport::Cache.lookup_store(*store)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments.html b/src/classes/AbstractController/Caching/Fragments.html
index d6f716729e..e1a8558878 100644
--- a/src/classes/AbstractController/Caching/Fragments.html
+++ b/src/classes/AbstractController/Caching/Fragments.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -128,7 +128,7 @@ combined_fragment_cache_k
cache_key
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ expire_fragment(key, options = ni
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -211,7 +211,7 @@ fragment_exist?(key, options =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -246,7 +246,7 @@ read_fragment(key, options = nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ write_fragment(key, content, optio
content
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
index b921a6328c..12b9fe371d 100644
--- a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
+++ b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ fragment_cache_key(value = nil
self.fragment_cache_keys += [key || -> { value }]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Callbacks.html b/src/classes/AbstractController/Callbacks.html
index 36bffc7d1d..70d2d6aa5e 100644
--- a/src/classes/AbstractController/Callbacks.html
+++ b/src/classes/AbstractController/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Callbacks/ClassMethods.html b/src/classes/AbstractController/Callbacks/ClassMethods.html
index 279f53a789..9c13cdf638 100644
--- a/src/classes/AbstractController/Callbacks/ClassMethods.html
+++ b/src/classes/AbstractController/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -153,7 +153,7 @@ Block Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -202,7 +202,7 @@ Options
_normalize_callback_option(options, :except, :unless)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -222,7 +222,7 @@ after_action(names, block)
- 🔎 See on GitHub
+
@@ -240,7 +240,7 @@ append_after_action(names, bl
- 🔎 See on GitHub
+
@@ -258,7 +258,7 @@ append_around_action(names,
- 🔎 See on GitHub
+
@@ -278,7 +278,7 @@ append_before_action(names,
- 🔎 See on GitHub
+
@@ -296,7 +296,7 @@ around_action(names, block)
- 🔎 See on GitHub
+
@@ -316,7 +316,7 @@ before_action(names, block)
- 🔎 See on GitHub
+
@@ -334,7 +334,7 @@ prepend_after_action(names,
- 🔎 See on GitHub
+
@@ -352,7 +352,7 @@ prepend_around_action(names
- 🔎 See on GitHub
+
@@ -372,7 +372,7 @@ prepend_before_action(names
- 🔎 See on GitHub
+
@@ -390,7 +390,7 @@ skip_after_action(names)
- 🔎 See on GitHub
+
@@ -408,7 +408,7 @@ skip_around_action(names)
- 🔎 See on GitHub
+
@@ -426,7 +426,7 @@ skip_before_action(names)
- 🔎 See on GitHub
+
diff --git a/src/classes/AbstractController/Collector.html b/src/classes/AbstractController/Collector.html
index ef82e1848e..8ba9233864 100644
--- a/src/classes/AbstractController/Collector.html
+++ b/src/classes/AbstractController/Collector.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ generate_method_for_mime
RUBY
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/DoubleRenderError.html b/src/classes/AbstractController/DoubleRenderError.html
index 2af07391ab..0c08672e60 100644
--- a/src/classes/AbstractController/DoubleRenderError.html
+++ b/src/classes/AbstractController/DoubleRenderError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -96,7 +96,7 @@ new(message = nil)
super(message || DEFAULT_MESSAGE)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Helpers.html b/src/classes/AbstractController/Helpers.html
index a96b7ab681..0a3fa59b24 100644
--- a/src/classes/AbstractController/Helpers.html
+++ b/src/classes/AbstractController/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ _helpers()
self.class._helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Helpers/ClassMethods.html b/src/classes/AbstractController/Helpers/ClassMethods.html
index be9465245f..2b40346ed1 100644
--- a/src/classes/AbstractController/Helpers/ClassMethods.html
+++ b/src/classes/AbstractController/Helpers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -35,11 +35,11 @@ Methods
-
- #
+ _helpers_for_modification
-
- _helpers_for_modification
+ all_helpers_from_path
-
@@ -95,28 +95,6 @@
Attributes
Instance Public methods
-
- all_helpers_from_path(path)
-
-
-
-Returns a list of helper names in a given path.
-
-ActionController::Base.all_helpers_from_path 'app/helpers'
-# => ["application", "chart", "rubygems"]
-
-
-
-
-
-
-
-
-
- 🔎 See on GitHub
-
-
-
_helpers_for_modification()
@@ -141,12 +119,34 @@ _helpers_for_modification
_helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
+
+ all_helpers_from_path(path)
+
+
+
+Returns a list of helper names in a given path.
+
+ActionController::Base.all_helpers_from_path 'app/helpers'
+# => ["application", "chart", "rubygems"]
+
+
+
+
+
+
+
+
+
+
+
+
+
clear_helpers()
@@ -175,7 +175,7 @@ clear_helpers()
default_helper_module! unless anonymous?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -257,7 +257,7 @@ helper(*args, &block)
_helpers_for_modification.module_eval(&block) if block_given?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -325,7 +325,7 @@ Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -358,7 +358,7 @@ inherited(klass)
super
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -382,7 +382,7 @@ modules_for_helpers(modules_o
- 🔎 See on GitHub
+
diff --git a/src/classes/AbstractController/Railties.html b/src/classes/AbstractController/Railties.html
index e9e5642902..13cc1e425d 100644
--- a/src/classes/AbstractController/Railties.html
+++ b/src/classes/AbstractController/Railties.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Railties/RoutesHelpers.html b/src/classes/AbstractController/Railties/RoutesHelpers.html
index f2a9347d3e..1bb593a11d 100644
--- a/src/classes/AbstractController/Railties/RoutesHelpers.html
+++ b/src/classes/AbstractController/Railties/RoutesHelpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -87,7 +87,7 @@ with(routes, include_path_helpers = true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Rendering.html b/src/classes/AbstractController/Rendering.html
index 964676c7a2..c9cb1b18c3 100644
--- a/src/classes/AbstractController/Rendering.html
+++ b/src/classes/AbstractController/Rendering.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -145,7 +145,7 @@ render(*args, &block)
self.response_body = rendered_body
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -173,7 +173,7 @@ render_to_body(options = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -205,7 +205,7 @@ render_to_string(*args, &blo
render_to_body(options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -234,7 +234,7 @@ rendered_format()
Mime[:text]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -267,7 +267,7 @@ view_assigns()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -309,7 +309,7 @@ _normalize_args(action = nil, opt
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -338,7 +338,7 @@ _normalize_options(options)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -367,7 +367,7 @@ _process_options(options)
options
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Translation.html b/src/classes/AbstractController/Translation.html
index e4605629d9..5d4df4acaf 100644
--- a/src/classes/AbstractController/Translation.html
+++ b/src/classes/AbstractController/Translation.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ localize(object, **options)
I18n.localize(object, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -185,7 +185,7 @@ translate(key, **options)
ActiveSupport::HtmlSafeTranslation.translate(key, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor.html b/src/classes/AbstractController/UrlFor.html
index bab417c152..299d7e7853 100644
--- a/src/classes/AbstractController/UrlFor.html
+++ b/src/classes/AbstractController/UrlFor.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ _routes()
"For instance, `include Rails.application.routes.url_helpers`."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor/ClassMethods.html b/src/classes/AbstractController/UrlFor/ClassMethods.html
index 1dcd62c92c..5f3dfaaae0 100644
--- a/src/classes/AbstractController/UrlFor/ClassMethods.html
+++ b/src/classes/AbstractController/UrlFor/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ _routes()
nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ action_methods()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable.html b/src/classes/ActionCable.html
index 9fd8e01c4d..9d0aa33093 100644
--- a/src/classes/ActionCable.html
+++ b/src/classes/ActionCable.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -265,7 +265,7 @@ gem_version()
Gem::Version.new VERSION::STRING
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -294,7 +294,7 @@ version()
gem_version
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -327,7 +327,7 @@ server()
@server ||= ActionCable::Server::Base.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel.html b/src/classes/ActionCable/Channel.html
index 06b36ff362..c3b3d0b5ca 100644
--- a/src/classes/ActionCable/Channel.html
+++ b/src/classes/ActionCable/Channel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Base.html b/src/classes/ActionCable/Channel/Base.html
index 8e91435213..cb0db0a27e 100644
--- a/src/classes/ActionCable/Channel/Base.html
+++ b/src/classes/ActionCable/Channel/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -316,7 +316,7 @@ Returns
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -357,7 +357,7 @@ new(connection, identifier, params = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -389,7 +389,7 @@ clear_action_methods!()
@action_methods = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -419,7 +419,7 @@ method_added(name)
clear_action_methods!
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -461,7 +461,7 @@ perform_action(data)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -495,7 +495,7 @@ subscribe_to_channel()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -525,7 +525,7 @@ defer_subscription
@defer_subscription_confirmation_counter.increment
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -552,7 +552,7 @@ defer_subscription
@defer_subscription_confirmation_counter.value > 0
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -581,7 +581,7 @@ ensure_confirmation_sent
transmit_subscription_confirmation unless defer_subscription_confirmation?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -608,7 +608,7 @@ reject()
@reject_subscription = true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -637,7 +637,7 @@ subscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -664,7 +664,7 @@ subscription_confir
@subscription_confirmation_sent
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -691,7 +691,7 @@ subscription_rejected?()
@reject_subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -729,7 +729,7 @@ transmit(data, via: nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -758,7 +758,7 @@ unsubscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting.html b/src/classes/ActionCable/Channel/Broadcasting.html
index 8ab922fcca..8b2712f3fd 100644
--- a/src/classes/ActionCable/Channel/Broadcasting.html
+++ b/src/classes/ActionCable/Channel/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -95,7 +95,7 @@ broadcast_to(model, message)<
self.class.broadcast_to(model, message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -122,7 +122,7 @@ broadcasting_for(model)
self.class.broadcasting_for(model)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
index 18c3eec202..3fb0ae2d09 100644
--- a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ broadcast_to(broadcastables, message
ActionCable.server.broadcast(broadcasting_for(broadcastables), message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -118,7 +118,7 @@ broadcasting_for(broadcastables)
serialize_broadcasting([ channel_name ] + Array(broadcastables))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Callbacks.html b/src/classes/ActionCable/Channel/Callbacks.html
index 64985186c3..228b109bbd 100644
--- a/src/classes/ActionCable/Channel/Callbacks.html
+++ b/src/classes/ActionCable/Channel/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
index b40c50228d..ab7e6796c4 100644
--- a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -111,7 +111,7 @@ after_subscribe(*methods, &bl
set_callback(:subscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -144,7 +144,7 @@ after_unsubscribe(*methods, &am
set_callback(:unsubscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -171,7 +171,7 @@ before_subscribe(*methods, &
set_callback(:subscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -198,7 +198,7 @@ before_unsubscribe(*methods, &
set_callback(:unsubscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ChannelStub.html b/src/classes/ActionCable/Channel/ChannelStub.html
index 587a2b9c20..bdc14bbfca 100644
--- a/src/classes/ActionCable/Channel/ChannelStub.html
+++ b/src/classes/ActionCable/Channel/ChannelStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -110,7 +110,7 @@ confirmed?()
subscription_confirmation_sent?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -137,7 +137,7 @@ rejected?()
subscription_rejected?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ start_periodic_timers()# File actioncable/lib/action_cable/channel/test_case.rb, line 46
def start_periodic_timers; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_all_streams()
@_streams = []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -242,7 +242,7 @@ stream_from(broadcasting, *)
streams << broadcasting
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -269,7 +269,7 @@ streams()
@_streams ||= []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ConnectionStub.html b/src/classes/ActionCable/Channel/ConnectionStub.html
index 1630cedddf..6431a81cbf 100644
--- a/src/classes/ActionCable/Channel/ConnectionStub.html
+++ b/src/classes/ActionCable/Channel/ConnectionStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -146,7 +146,7 @@ new(identifiers = {})
@logger = ActiveSupport::TaggedLogging.new ActiveSupport::Logger.new(StringIO.new)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -204,7 +204,7 @@ transmit(cable_message)
transmissions << cable_message.with_indifferent_access
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming.html b/src/classes/ActionCable/Channel/Naming.html
index 4750ab6faa..0870eb54fa 100644
--- a/src/classes/ActionCable/Channel/Naming.html
+++ b/src/classes/ActionCable/Channel/Naming.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ channel_name()
self.class.channel_name
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming/ClassMethods.html b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
index 2054d9e292..6c81d06909 100644
--- a/src/classes/ActionCable/Channel/Naming/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -85,7 +85,7 @@ channel_name()
@channel_name ||= name.delete_suffix("Channel").gsub("::", ":").underscore
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/NonInferrableChannelError.html b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
index ece5bbf335..e185997ef9 100644
--- a/src/classes/ActionCable/Channel/NonInferrableChannelError.html
+++ b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers.html b/src/classes/ActionCable/Channel/PeriodicTimers.html
index 561da6e0dd..79d45a3130 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
index 1a26cae68a..3bff98bb07 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -108,7 +108,7 @@ periodically(callback_or_method_name
self.periodic_timers += [[ callback, every: every ]]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Streams.html b/src/classes/ActionCable/Channel/Streams.html
index 8d5022d17c..db3233a131 100644
--- a/src/classes/ActionCable/Channel/Streams.html
+++ b/src/classes/ActionCable/Channel/Streams.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -168,7 +168,7 @@ stop_all_streams()
end.clear
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_stream_for(model)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -230,7 +230,7 @@ stop_stream_from(broadcasting)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -261,7 +261,7 @@ stream_for(broadcastables, callback =
stream_from(broadcasting_for(broadcastables), callback || block, coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -307,7 +307,7 @@ stream_from(broadcasting, callback =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -340,7 +340,7 @@ stream_or_reject_for(model)<
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase.html b/src/classes/ActionCable/Channel/TestCase.html
index 6317ff44d0..7b221729d6 100644
--- a/src/classes/ActionCable/Channel/TestCase.html
+++ b/src/classes/ActionCable/Channel/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior.html b/src/classes/ActionCable/Channel/TestCase/Behavior.html
index 71da78d098..cf10c34acb 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -192,7 +192,7 @@ assert_broadcast_on(stream_or
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -221,7 +221,7 @@ assert_broadcasts(stream_or_obj
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ assert_has_no_stream(stream)
assert subscription.streams.exclude?(stream), "Stream #{stream} has been started"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -291,7 +291,7 @@ assert_has_no_stream_for
assert_has_no_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ assert_has_stream(stream)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -361,7 +361,7 @@ assert_has_stream_for(objec
assert_has_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -396,7 +396,7 @@ assert_no_streams()
assert subscription.streams.empty?, "No streams started was expected, but #{subscription.streams.count} found"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -428,7 +428,7 @@ perform(action, data = {})
subscription.perform_action(data.stringify_keys.merge("action" => action.to_s))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -464,7 +464,7 @@ stub_connection(identifiers = {})
@connection = ConnectionStub.new(identifiers)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -497,7 +497,7 @@ subscribe(params = {})
@subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -527,7 +527,7 @@ transmissions()
connection.transmissions.filter_map { |data| data["message"] }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -557,7 +557,7 @@ unsubscribe()
subscription.unsubscribe_from_channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
index 858a0ac552..a5f5798778 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ channel_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_channel
channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(channel)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection.html b/src/classes/ActionCable/Connection.html
index 7889c75284..b85796df4a 100644
--- a/src/classes/ActionCable/Connection.html
+++ b/src/classes/ActionCable/Connection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Assertions.html b/src/classes/ActionCable/Connection/Assertions.html
index 6fc9d0723c..83d5bd7403 100644
--- a/src/classes/ActionCable/Connection/Assertions.html
+++ b/src/classes/ActionCable/Connection/Assertions.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ assert_reject_connection
assert_raises(Authorization::UnauthorizedError, "Expected to reject connection but no rejection was made", &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization.html b/src/classes/ActionCable/Connection/Authorization.html
index 8e0d7a1439..c2c55de2c6 100644
--- a/src/classes/ActionCable/Connection/Authorization.html
+++ b/src/classes/ActionCable/Connection/Authorization.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ reject_unauthorized_co
raise UnauthorizedError
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
index ff36299a28..73d7917610 100644
--- a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
+++ b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/Base.html b/src/classes/ActionCable/Connection/Base.html
index c7f009aa10..0277955dd7 100644
--- a/src/classes/ActionCable/Connection/Base.html
+++ b/src/classes/ActionCable/Connection/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -261,7 +261,7 @@ new(server, env, coder: ActiveSupport::JSON)<
@started_at = Time.now
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -292,7 +292,7 @@ beat()
transmit type: ActionCable::INTERNAL[:message_types][:ping], message: Time.now.to_i
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ close(reason: nil, reconnect: true)<
websocket.close
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -355,7 +355,7 @@ handle_channel_command(pay
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -384,7 +384,7 @@ send_async(method, *arguments)<
worker_pool.async_invoke(self, method, *arguments)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -418,7 +418,7 @@ statistics()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -450,7 +450,7 @@ cookies()
request.cookie_jar
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -482,7 +482,7 @@ request()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Callbacks.html b/src/classes/ActionCable/Connection/Callbacks.html
index d6504ca284..b3bb372e91 100644
--- a/src/classes/ActionCable/Connection/Callbacks.html
+++ b/src/classes/ActionCable/Connection/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
index d11f1b1454..2868af7791 100644
--- a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -86,7 +86,7 @@ after_command(*methods, &block)
set_callback(:command, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ around_command(*methods, &bloc
set_callback(:command, :around, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -140,7 +140,7 @@ before_command(*methods, &bloc
set_callback(:command, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification.html b/src/classes/ActionCable/Connection/Identification.html
index cb1b371d7a..4aa8c6e993 100644
--- a/src/classes/ActionCable/Connection/Identification.html
+++ b/src/classes/ActionCable/Connection/Identification.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -97,7 +97,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification/ClassMethods.html b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
index 42be2d7255..75a449a10f 100644
--- a/src/classes/ActionCable/Connection/Identification/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -83,7 +83,7 @@ identified_by(*identifiers)<
self.identifiers += identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/InternalChannel.html b/src/classes/ActionCable/Connection/InternalChannel.html
index cfdccceaf4..c352da6adc 100644
--- a/src/classes/ActionCable/Connection/InternalChannel.html
+++ b/src/classes/ActionCable/Connection/InternalChannel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
index 26bba36295..ce00d293ed 100644
--- a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
+++ b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/StreamEventLoop.html b/src/classes/ActionCable/Connection/StreamEventLoop.html
index 4a58b367e2..03533544e0 100644
--- a/src/classes/ActionCable/Connection/StreamEventLoop.html
+++ b/src/classes/ActionCable/Connection/StreamEventLoop.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -112,7 +112,7 @@ new()
@spawn_mutex = Mutex.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -147,7 +147,7 @@ attach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -179,7 +179,7 @@ detach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -209,7 +209,7 @@ post(task = nil, &block)
@executor << task
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -237,7 +237,7 @@ stop()
wakeup if @nio
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -264,7 +264,7 @@ timer(interval, &block)
Concurrent::TimerTask.new(execution_interval: interval, &block).tap(&:execute)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -296,7 +296,7 @@ writes_pending(io)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
index 7524c24591..e48a1afc81 100644
--- a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
+++ b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -118,7 +118,7 @@ new(logger, tags:)
@tags = tags.flatten
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -150,7 +150,7 @@ add_tags(*tags)
@tags = @tags.uniq
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -182,7 +182,7 @@ tag(logger, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -212,7 +212,7 @@ log(type, message, &block)
tag(@logger) { @logger.send type, message, &block }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase.html b/src/classes/ActionCable/Connection/TestCase.html
index 39bc5cb056..6fea7fdc86 100644
--- a/src/classes/ActionCable/Connection/TestCase.html
+++ b/src/classes/ActionCable/Connection/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior.html b/src/classes/ActionCable/Connection/TestCase/Behavior.html
index 1bf7292841..a43da9a706 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -169,7 +169,7 @@ connect(path = ActionCable.server.config.
@connection = connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -196,7 +196,7 @@ cookies()
@cookie_jar ||= TestCookieJar.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -228,7 +228,7 @@ disconnect()
@connection = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
index 4dc624226e..6cf3acb952 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ connection_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_connec
connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(connection)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestConnection.html b/src/classes/ActionCable/Connection/TestConnection.html
index 1f8a17e8b9..77e83b3929 100644
--- a/src/classes/ActionCable/Connection/TestConnection.html
+++ b/src/classes/ActionCable/Connection/TestConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -103,7 +103,7 @@ new(request)
@env = request.env
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCookieJar.html b/src/classes/ActionCable/Connection/TestCookieJar.html
index a26eaee17a..06896a38b6 100644
--- a/src/classes/ActionCable/Connection/TestCookieJar.html
+++ b/src/classes/ActionCable/Connection/TestCookieJar.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -94,7 +94,7 @@ encrypted()
@encrypted ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ signed()
@signed ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestRequest.html b/src/classes/ActionCable/Connection/TestRequest.html
index 794c806e21..1a276e6389 100644
--- a/src/classes/ActionCable/Connection/TestRequest.html
+++ b/src/classes/ActionCable/Connection/TestRequest.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Helpers.html b/src/classes/ActionCable/Helpers.html
index df974f8111..f1ed592944 100644
--- a/src/classes/ActionCable/Helpers.html
+++ b/src/classes/ActionCable/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Helpers/ActionCableHelper.html b/src/classes/ActionCable/Helpers/ActionCableHelper.html
index fd40a1bc1c..34db4fd216 100644
--- a/src/classes/ActionCable/Helpers/ActionCableHelper.html
+++ b/src/classes/ActionCable/Helpers/ActionCableHelper.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -109,7 +109,7 @@ action_cable_meta_tag()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections.html b/src/classes/ActionCable/RemoteConnections.html
index 88e9a6f9f6..3c256d2a2f 100644
--- a/src/classes/ActionCable/RemoteConnections.html
+++ b/src/classes/ActionCable/RemoteConnections.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -139,7 +139,7 @@ new(server)
@server = server
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ where(identifier)
RemoteConnection.new(server, identifier)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
index fc889f94c2..60ab208791 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -123,7 +123,7 @@ new(server, ids)
set_identifier_instance_vars(ids)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -156,7 +156,7 @@ disconnect(reconnect: true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
index e39959f775..23fd887d4d 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server.html b/src/classes/ActionCable/Server.html
index 3d83e0c64b..c26dcbfdb1 100644
--- a/src/classes/ActionCable/Server.html
+++ b/src/classes/ActionCable/Server.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Server/Base.html b/src/classes/ActionCable/Server/Base.html
index cf38c598e1..1d086831fe 100644
--- a/src/classes/ActionCable/Server/Base.html
+++ b/src/classes/ActionCable/Server/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -163,7 +163,7 @@ logger()
# File actioncable/lib/action_cable/server/base.rb, line 26
def self.logger; config.logger; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -192,7 +192,7 @@ new(config: self.class.config)
@remote_connections = @event_loop = @worker_pool = @pubsub = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -227,7 +227,7 @@ call(env)
config.connection_class.call.new(self, env).process
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ connection_identifiers()
config.connection_class.call.identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -285,7 +285,7 @@ disconnect(identifiers)
remote_connections.where(identifiers).disconnect
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -312,7 +312,7 @@ event_loop()
@event_loop || @mutex.synchronize { @event_loop ||= ActionCable::Connection::StreamEventLoop.new }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -341,7 +341,7 @@ pubsub()
@pubsub || @mutex.synchronize { @pubsub ||= config.pubsub_adapter.new(self) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -370,7 +370,7 @@ remote_connections()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -409,7 +409,7 @@ restart()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -442,7 +442,7 @@ worker_pool()
@worker_pool || @mutex.synchronize { @worker_pool ||= ActionCable::Server::Worker.new(max_size: config.worker_pool_size) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting.html b/src/classes/ActionCable/Server/Broadcasting.html
index 856e570d72..e492832214 100644
--- a/src/classes/ActionCable/Server/Broadcasting.html
+++ b/src/classes/ActionCable/Server/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -123,7 +123,7 @@ broadcast(broadcasting, message, coder:
broadcaster_for(broadcasting, coder: coder).broadcast(message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -152,7 +152,7 @@ broadcaster_for(broadcasting, cod
Broadcaster.new(self, String(broadcasting), coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
index 2f9dd504e9..bead8ec24b 100644
--- a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
+++ b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -117,7 +117,7 @@ new(server, broadcasting, coder:)
@server, @broadcasting, @coder = server, broadcasting, coder
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -154,7 +154,7 @@ broadcast(message)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Configuration.html b/src/classes/ActionCable/Server/Configuration.html
index e1fcef515d..f335e248c6 100644
--- a/src/classes/ActionCable/Server/Configuration.html
+++ b/src/classes/ActionCable/Server/Configuration.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -224,7 +224,7 @@ new()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ pubsub_adapter()
"ActionCable::SubscriptionAdapter::#{adapter}".constantize
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Worker.html b/src/classes/ActionCable/Server/Worker.html
index 20b8ae5132..257bd35552 100644
--- a/src/classes/ActionCable/Server/Worker.html
+++ b/src/classes/ActionCable/Server/Worker.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
index ffdd138d9a..3043ada01c 100644
--- a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
+++ b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ with_database_connections
connection.logger.tag(ActiveRecord::Base.logger, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/SubscriptionAdapter.html b/src/classes/ActionCable/SubscriptionAdapter.html
index dc1e6f35d4..f37199027d 100644
--- a/src/classes/ActionCable/SubscriptionAdapter.html
+++ b/src/classes/ActionCable/SubscriptionAdapter.html
@@ -5,7 +5,7 @@
-
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
@@ -171,7 +171,7 @@
+ Ruby on Rails 8.1.0
Class
@@ -171,7 +171,7 @@ abstract!()
@abstract = true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -209,7 +209,7 @@ action_methods()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -238,7 +238,7 @@ clear_action_methods!()
@action_methods = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -274,7 +274,7 @@ controller_path()
@controller_path ||= name.delete_suffix("Controller").underscore unless anonymous?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -311,7 +311,7 @@ internal_methods()
controller.public_instance_methods(true) - methods
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -341,7 +341,7 @@ method_added(name)
clear_action_methods!
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -370,7 +370,7 @@ supports_path?()
true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -403,7 +403,7 @@ action_methods()
self.class.action_methods
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -431,7 +431,7 @@ action_name
attr_internal :action_name
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -467,7 +467,7 @@ Parameters
_find_action_name(action_name)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -496,7 +496,7 @@ controller_path()
self.class.controller_path
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -524,7 +524,7 @@ formats
attr_internal :formats
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -553,7 +553,7 @@ performed?()
response_body
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -592,7 +592,7 @@ process(action, ...)
process_action(action_name, ...)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -620,7 +620,7 @@ response_body
attr_internal :response_body
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching.html b/src/classes/AbstractController/Caching.html
index 2a3e5aa07d..5c2e1c4a9a 100644
--- a/src/classes/AbstractController/Caching.html
+++ b/src/classes/AbstractController/Caching.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -123,7 +123,7 @@ view_cache_dependencies()
self.class._view_cache_dependencies.filter_map { |dep| instance_exec(&dep) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -159,7 +159,7 @@ cache(key, options = {}, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/ClassMethods.html b/src/classes/AbstractController/Caching/ClassMethods.html
index 6ca8cb75b6..879675b054 100644
--- a/src/classes/AbstractController/Caching/ClassMethods.html
+++ b/src/classes/AbstractController/Caching/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ view_cache_dependency(&
self._view_cache_dependencies += [dependency]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/ConfigMethods.html b/src/classes/AbstractController/Caching/ConfigMethods.html
index 3c4fa58d3b..3632071a5e 100644
--- a/src/classes/AbstractController/Caching/ConfigMethods.html
+++ b/src/classes/AbstractController/Caching/ConfigMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ cache_store()
config.cache_store
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -109,7 +109,7 @@ cache_store=(store)
config.cache_store = ActiveSupport::Cache.lookup_store(*store)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments.html b/src/classes/AbstractController/Caching/Fragments.html
index d6f716729e..e1a8558878 100644
--- a/src/classes/AbstractController/Caching/Fragments.html
+++ b/src/classes/AbstractController/Caching/Fragments.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -128,7 +128,7 @@ combined_fragment_cache_k
cache_key
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ expire_fragment(key, options = ni
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -211,7 +211,7 @@ fragment_exist?(key, options =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -246,7 +246,7 @@ read_fragment(key, options = nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ write_fragment(key, content, optio
content
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
index b921a6328c..12b9fe371d 100644
--- a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
+++ b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ fragment_cache_key(value = nil
self.fragment_cache_keys += [key || -> { value }]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Callbacks.html b/src/classes/AbstractController/Callbacks.html
index 36bffc7d1d..70d2d6aa5e 100644
--- a/src/classes/AbstractController/Callbacks.html
+++ b/src/classes/AbstractController/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Callbacks/ClassMethods.html b/src/classes/AbstractController/Callbacks/ClassMethods.html
index 279f53a789..9c13cdf638 100644
--- a/src/classes/AbstractController/Callbacks/ClassMethods.html
+++ b/src/classes/AbstractController/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -153,7 +153,7 @@ Block Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -202,7 +202,7 @@ Options
_normalize_callback_option(options, :except, :unless)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -222,7 +222,7 @@ after_action(names, block)
- 🔎 See on GitHub
+
@@ -240,7 +240,7 @@ append_after_action(names, bl
- 🔎 See on GitHub
+
@@ -258,7 +258,7 @@ append_around_action(names,
- 🔎 See on GitHub
+
@@ -278,7 +278,7 @@ append_before_action(names,
- 🔎 See on GitHub
+
@@ -296,7 +296,7 @@ around_action(names, block)
- 🔎 See on GitHub
+
@@ -316,7 +316,7 @@ before_action(names, block)
- 🔎 See on GitHub
+
@@ -334,7 +334,7 @@ prepend_after_action(names,
- 🔎 See on GitHub
+
@@ -352,7 +352,7 @@ prepend_around_action(names
- 🔎 See on GitHub
+
@@ -372,7 +372,7 @@ prepend_before_action(names
- 🔎 See on GitHub
+
@@ -390,7 +390,7 @@ skip_after_action(names)
- 🔎 See on GitHub
+
@@ -408,7 +408,7 @@ skip_around_action(names)
- 🔎 See on GitHub
+
@@ -426,7 +426,7 @@ skip_before_action(names)
- 🔎 See on GitHub
+
diff --git a/src/classes/AbstractController/Collector.html b/src/classes/AbstractController/Collector.html
index ef82e1848e..8ba9233864 100644
--- a/src/classes/AbstractController/Collector.html
+++ b/src/classes/AbstractController/Collector.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ generate_method_for_mime
RUBY
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/DoubleRenderError.html b/src/classes/AbstractController/DoubleRenderError.html
index 2af07391ab..0c08672e60 100644
--- a/src/classes/AbstractController/DoubleRenderError.html
+++ b/src/classes/AbstractController/DoubleRenderError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -96,7 +96,7 @@ new(message = nil)
super(message || DEFAULT_MESSAGE)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Helpers.html b/src/classes/AbstractController/Helpers.html
index a96b7ab681..0a3fa59b24 100644
--- a/src/classes/AbstractController/Helpers.html
+++ b/src/classes/AbstractController/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ _helpers()
self.class._helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Helpers/ClassMethods.html b/src/classes/AbstractController/Helpers/ClassMethods.html
index be9465245f..2b40346ed1 100644
--- a/src/classes/AbstractController/Helpers/ClassMethods.html
+++ b/src/classes/AbstractController/Helpers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -35,11 +35,11 @@ Methods
-
- #
+ _helpers_for_modification
-
- _helpers_for_modification
+ all_helpers_from_path
-
@@ -95,28 +95,6 @@
Attributes
Instance Public methods
-
- all_helpers_from_path(path)
-
-
-
-Returns a list of helper names in a given path.
-
-ActionController::Base.all_helpers_from_path 'app/helpers'
-# => ["application", "chart", "rubygems"]
-
-
-
-
-
-
-
-
-
- 🔎 See on GitHub
-
-
-
_helpers_for_modification()
@@ -141,12 +119,34 @@ _helpers_for_modification
_helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
+
+ all_helpers_from_path(path)
+
+
+
+Returns a list of helper names in a given path.
+
+ActionController::Base.all_helpers_from_path 'app/helpers'
+# => ["application", "chart", "rubygems"]
+
+
+
+
+
+
+
+
+
+
+
+
+
clear_helpers()
@@ -175,7 +175,7 @@ clear_helpers()
default_helper_module! unless anonymous?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -257,7 +257,7 @@ helper(*args, &block)
_helpers_for_modification.module_eval(&block) if block_given?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -325,7 +325,7 @@ Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -358,7 +358,7 @@ inherited(klass)
super
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -382,7 +382,7 @@ modules_for_helpers(modules_o
- 🔎 See on GitHub
+
diff --git a/src/classes/AbstractController/Railties.html b/src/classes/AbstractController/Railties.html
index e9e5642902..13cc1e425d 100644
--- a/src/classes/AbstractController/Railties.html
+++ b/src/classes/AbstractController/Railties.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Railties/RoutesHelpers.html b/src/classes/AbstractController/Railties/RoutesHelpers.html
index f2a9347d3e..1bb593a11d 100644
--- a/src/classes/AbstractController/Railties/RoutesHelpers.html
+++ b/src/classes/AbstractController/Railties/RoutesHelpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -87,7 +87,7 @@ with(routes, include_path_helpers = true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Rendering.html b/src/classes/AbstractController/Rendering.html
index 964676c7a2..c9cb1b18c3 100644
--- a/src/classes/AbstractController/Rendering.html
+++ b/src/classes/AbstractController/Rendering.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -145,7 +145,7 @@ render(*args, &block)
self.response_body = rendered_body
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -173,7 +173,7 @@ render_to_body(options = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -205,7 +205,7 @@ render_to_string(*args, &blo
render_to_body(options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -234,7 +234,7 @@ rendered_format()
Mime[:text]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -267,7 +267,7 @@ view_assigns()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -309,7 +309,7 @@ _normalize_args(action = nil, opt
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -338,7 +338,7 @@ _normalize_options(options)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -367,7 +367,7 @@ _process_options(options)
options
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Translation.html b/src/classes/AbstractController/Translation.html
index e4605629d9..5d4df4acaf 100644
--- a/src/classes/AbstractController/Translation.html
+++ b/src/classes/AbstractController/Translation.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ localize(object, **options)
I18n.localize(object, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -185,7 +185,7 @@ translate(key, **options)
ActiveSupport::HtmlSafeTranslation.translate(key, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor.html b/src/classes/AbstractController/UrlFor.html
index bab417c152..299d7e7853 100644
--- a/src/classes/AbstractController/UrlFor.html
+++ b/src/classes/AbstractController/UrlFor.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ _routes()
"For instance, `include Rails.application.routes.url_helpers`."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor/ClassMethods.html b/src/classes/AbstractController/UrlFor/ClassMethods.html
index 1dcd62c92c..5f3dfaaae0 100644
--- a/src/classes/AbstractController/UrlFor/ClassMethods.html
+++ b/src/classes/AbstractController/UrlFor/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ _routes()
nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ action_methods()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable.html b/src/classes/ActionCable.html
index 9fd8e01c4d..9d0aa33093 100644
--- a/src/classes/ActionCable.html
+++ b/src/classes/ActionCable.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -265,7 +265,7 @@ gem_version()
Gem::Version.new VERSION::STRING
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -294,7 +294,7 @@ version()
gem_version
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -327,7 +327,7 @@ server()
@server ||= ActionCable::Server::Base.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel.html b/src/classes/ActionCable/Channel.html
index 06b36ff362..c3b3d0b5ca 100644
--- a/src/classes/ActionCable/Channel.html
+++ b/src/classes/ActionCable/Channel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Base.html b/src/classes/ActionCable/Channel/Base.html
index 8e91435213..cb0db0a27e 100644
--- a/src/classes/ActionCable/Channel/Base.html
+++ b/src/classes/ActionCable/Channel/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -316,7 +316,7 @@ Returns
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -357,7 +357,7 @@ new(connection, identifier, params = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -389,7 +389,7 @@ clear_action_methods!()
@action_methods = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -419,7 +419,7 @@ method_added(name)
clear_action_methods!
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -461,7 +461,7 @@ perform_action(data)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -495,7 +495,7 @@ subscribe_to_channel()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -525,7 +525,7 @@ defer_subscription
@defer_subscription_confirmation_counter.increment
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -552,7 +552,7 @@ defer_subscription
@defer_subscription_confirmation_counter.value > 0
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -581,7 +581,7 @@ ensure_confirmation_sent
transmit_subscription_confirmation unless defer_subscription_confirmation?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -608,7 +608,7 @@ reject()
@reject_subscription = true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -637,7 +637,7 @@ subscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -664,7 +664,7 @@ subscription_confir
@subscription_confirmation_sent
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -691,7 +691,7 @@ subscription_rejected?()
@reject_subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -729,7 +729,7 @@ transmit(data, via: nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -758,7 +758,7 @@ unsubscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting.html b/src/classes/ActionCable/Channel/Broadcasting.html
index 8ab922fcca..8b2712f3fd 100644
--- a/src/classes/ActionCable/Channel/Broadcasting.html
+++ b/src/classes/ActionCable/Channel/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -95,7 +95,7 @@ broadcast_to(model, message)<
self.class.broadcast_to(model, message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -122,7 +122,7 @@ broadcasting_for(model)
self.class.broadcasting_for(model)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
index 18c3eec202..3fb0ae2d09 100644
--- a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ broadcast_to(broadcastables, message
ActionCable.server.broadcast(broadcasting_for(broadcastables), message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -118,7 +118,7 @@ broadcasting_for(broadcastables)
serialize_broadcasting([ channel_name ] + Array(broadcastables))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Callbacks.html b/src/classes/ActionCable/Channel/Callbacks.html
index 64985186c3..228b109bbd 100644
--- a/src/classes/ActionCable/Channel/Callbacks.html
+++ b/src/classes/ActionCable/Channel/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
index b40c50228d..ab7e6796c4 100644
--- a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -111,7 +111,7 @@ after_subscribe(*methods, &bl
set_callback(:subscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -144,7 +144,7 @@ after_unsubscribe(*methods, &am
set_callback(:unsubscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -171,7 +171,7 @@ before_subscribe(*methods, &
set_callback(:subscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -198,7 +198,7 @@ before_unsubscribe(*methods, &
set_callback(:unsubscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ChannelStub.html b/src/classes/ActionCable/Channel/ChannelStub.html
index 587a2b9c20..bdc14bbfca 100644
--- a/src/classes/ActionCable/Channel/ChannelStub.html
+++ b/src/classes/ActionCable/Channel/ChannelStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -110,7 +110,7 @@ confirmed?()
subscription_confirmation_sent?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -137,7 +137,7 @@ rejected?()
subscription_rejected?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ start_periodic_timers()# File actioncable/lib/action_cable/channel/test_case.rb, line 46
def start_periodic_timers; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_all_streams()
@_streams = []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -242,7 +242,7 @@ stream_from(broadcasting, *)
streams << broadcasting
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -269,7 +269,7 @@ streams()
@_streams ||= []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ConnectionStub.html b/src/classes/ActionCable/Channel/ConnectionStub.html
index 1630cedddf..6431a81cbf 100644
--- a/src/classes/ActionCable/Channel/ConnectionStub.html
+++ b/src/classes/ActionCable/Channel/ConnectionStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -146,7 +146,7 @@ new(identifiers = {})
@logger = ActiveSupport::TaggedLogging.new ActiveSupport::Logger.new(StringIO.new)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -204,7 +204,7 @@ transmit(cable_message)
transmissions << cable_message.with_indifferent_access
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming.html b/src/classes/ActionCable/Channel/Naming.html
index 4750ab6faa..0870eb54fa 100644
--- a/src/classes/ActionCable/Channel/Naming.html
+++ b/src/classes/ActionCable/Channel/Naming.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ channel_name()
self.class.channel_name
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming/ClassMethods.html b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
index 2054d9e292..6c81d06909 100644
--- a/src/classes/ActionCable/Channel/Naming/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -85,7 +85,7 @@ channel_name()
@channel_name ||= name.delete_suffix("Channel").gsub("::", ":").underscore
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/NonInferrableChannelError.html b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
index ece5bbf335..e185997ef9 100644
--- a/src/classes/ActionCable/Channel/NonInferrableChannelError.html
+++ b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers.html b/src/classes/ActionCable/Channel/PeriodicTimers.html
index 561da6e0dd..79d45a3130 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
index 1a26cae68a..3bff98bb07 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -108,7 +108,7 @@ periodically(callback_or_method_name
self.periodic_timers += [[ callback, every: every ]]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Streams.html b/src/classes/ActionCable/Channel/Streams.html
index 8d5022d17c..db3233a131 100644
--- a/src/classes/ActionCable/Channel/Streams.html
+++ b/src/classes/ActionCable/Channel/Streams.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -168,7 +168,7 @@ stop_all_streams()
end.clear
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_stream_for(model)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -230,7 +230,7 @@ stop_stream_from(broadcasting)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -261,7 +261,7 @@ stream_for(broadcastables, callback =
stream_from(broadcasting_for(broadcastables), callback || block, coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -307,7 +307,7 @@ stream_from(broadcasting, callback =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -340,7 +340,7 @@ stream_or_reject_for(model)<
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase.html b/src/classes/ActionCable/Channel/TestCase.html
index 6317ff44d0..7b221729d6 100644
--- a/src/classes/ActionCable/Channel/TestCase.html
+++ b/src/classes/ActionCable/Channel/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior.html b/src/classes/ActionCable/Channel/TestCase/Behavior.html
index 71da78d098..cf10c34acb 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -192,7 +192,7 @@ assert_broadcast_on(stream_or
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -221,7 +221,7 @@ assert_broadcasts(stream_or_obj
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ assert_has_no_stream(stream)
assert subscription.streams.exclude?(stream), "Stream #{stream} has been started"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -291,7 +291,7 @@ assert_has_no_stream_for
assert_has_no_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ assert_has_stream(stream)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -361,7 +361,7 @@ assert_has_stream_for(objec
assert_has_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -396,7 +396,7 @@ assert_no_streams()
assert subscription.streams.empty?, "No streams started was expected, but #{subscription.streams.count} found"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -428,7 +428,7 @@ perform(action, data = {})
subscription.perform_action(data.stringify_keys.merge("action" => action.to_s))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -464,7 +464,7 @@ stub_connection(identifiers = {})
@connection = ConnectionStub.new(identifiers)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -497,7 +497,7 @@ subscribe(params = {})
@subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -527,7 +527,7 @@ transmissions()
connection.transmissions.filter_map { |data| data["message"] }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -557,7 +557,7 @@ unsubscribe()
subscription.unsubscribe_from_channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
index 858a0ac552..a5f5798778 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ channel_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_channel
channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(channel)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection.html b/src/classes/ActionCable/Connection.html
index 7889c75284..b85796df4a 100644
--- a/src/classes/ActionCable/Connection.html
+++ b/src/classes/ActionCable/Connection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Assertions.html b/src/classes/ActionCable/Connection/Assertions.html
index 6fc9d0723c..83d5bd7403 100644
--- a/src/classes/ActionCable/Connection/Assertions.html
+++ b/src/classes/ActionCable/Connection/Assertions.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ assert_reject_connection
assert_raises(Authorization::UnauthorizedError, "Expected to reject connection but no rejection was made", &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization.html b/src/classes/ActionCable/Connection/Authorization.html
index 8e0d7a1439..c2c55de2c6 100644
--- a/src/classes/ActionCable/Connection/Authorization.html
+++ b/src/classes/ActionCable/Connection/Authorization.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ reject_unauthorized_co
raise UnauthorizedError
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
index ff36299a28..73d7917610 100644
--- a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
+++ b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/Base.html b/src/classes/ActionCable/Connection/Base.html
index c7f009aa10..0277955dd7 100644
--- a/src/classes/ActionCable/Connection/Base.html
+++ b/src/classes/ActionCable/Connection/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -261,7 +261,7 @@ new(server, env, coder: ActiveSupport::JSON)<
@started_at = Time.now
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -292,7 +292,7 @@ beat()
transmit type: ActionCable::INTERNAL[:message_types][:ping], message: Time.now.to_i
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ close(reason: nil, reconnect: true)<
websocket.close
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -355,7 +355,7 @@ handle_channel_command(pay
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -384,7 +384,7 @@ send_async(method, *arguments)<
worker_pool.async_invoke(self, method, *arguments)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -418,7 +418,7 @@ statistics()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -450,7 +450,7 @@ cookies()
request.cookie_jar
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -482,7 +482,7 @@ request()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Callbacks.html b/src/classes/ActionCable/Connection/Callbacks.html
index d6504ca284..b3bb372e91 100644
--- a/src/classes/ActionCable/Connection/Callbacks.html
+++ b/src/classes/ActionCable/Connection/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
index d11f1b1454..2868af7791 100644
--- a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -86,7 +86,7 @@ after_command(*methods, &block)
set_callback(:command, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ around_command(*methods, &bloc
set_callback(:command, :around, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -140,7 +140,7 @@ before_command(*methods, &bloc
set_callback(:command, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification.html b/src/classes/ActionCable/Connection/Identification.html
index cb1b371d7a..4aa8c6e993 100644
--- a/src/classes/ActionCable/Connection/Identification.html
+++ b/src/classes/ActionCable/Connection/Identification.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -97,7 +97,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification/ClassMethods.html b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
index 42be2d7255..75a449a10f 100644
--- a/src/classes/ActionCable/Connection/Identification/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -83,7 +83,7 @@ identified_by(*identifiers)<
self.identifiers += identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/InternalChannel.html b/src/classes/ActionCable/Connection/InternalChannel.html
index cfdccceaf4..c352da6adc 100644
--- a/src/classes/ActionCable/Connection/InternalChannel.html
+++ b/src/classes/ActionCable/Connection/InternalChannel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
index 26bba36295..ce00d293ed 100644
--- a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
+++ b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/StreamEventLoop.html b/src/classes/ActionCable/Connection/StreamEventLoop.html
index 4a58b367e2..03533544e0 100644
--- a/src/classes/ActionCable/Connection/StreamEventLoop.html
+++ b/src/classes/ActionCable/Connection/StreamEventLoop.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -112,7 +112,7 @@ new()
@spawn_mutex = Mutex.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -147,7 +147,7 @@ attach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -179,7 +179,7 @@ detach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -209,7 +209,7 @@ post(task = nil, &block)
@executor << task
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -237,7 +237,7 @@ stop()
wakeup if @nio
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -264,7 +264,7 @@ timer(interval, &block)
Concurrent::TimerTask.new(execution_interval: interval, &block).tap(&:execute)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -296,7 +296,7 @@ writes_pending(io)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
index 7524c24591..e48a1afc81 100644
--- a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
+++ b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -118,7 +118,7 @@ new(logger, tags:)
@tags = tags.flatten
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -150,7 +150,7 @@ add_tags(*tags)
@tags = @tags.uniq
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -182,7 +182,7 @@ tag(logger, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -212,7 +212,7 @@ log(type, message, &block)
tag(@logger) { @logger.send type, message, &block }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase.html b/src/classes/ActionCable/Connection/TestCase.html
index 39bc5cb056..6fea7fdc86 100644
--- a/src/classes/ActionCable/Connection/TestCase.html
+++ b/src/classes/ActionCable/Connection/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior.html b/src/classes/ActionCable/Connection/TestCase/Behavior.html
index 1bf7292841..a43da9a706 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -169,7 +169,7 @@ connect(path = ActionCable.server.config.
@connection = connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -196,7 +196,7 @@ cookies()
@cookie_jar ||= TestCookieJar.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -228,7 +228,7 @@ disconnect()
@connection = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
index 4dc624226e..6cf3acb952 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ connection_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_connec
connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(connection)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestConnection.html b/src/classes/ActionCable/Connection/TestConnection.html
index 1f8a17e8b9..77e83b3929 100644
--- a/src/classes/ActionCable/Connection/TestConnection.html
+++ b/src/classes/ActionCable/Connection/TestConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -103,7 +103,7 @@ new(request)
@env = request.env
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCookieJar.html b/src/classes/ActionCable/Connection/TestCookieJar.html
index a26eaee17a..06896a38b6 100644
--- a/src/classes/ActionCable/Connection/TestCookieJar.html
+++ b/src/classes/ActionCable/Connection/TestCookieJar.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -94,7 +94,7 @@ encrypted()
@encrypted ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ signed()
@signed ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestRequest.html b/src/classes/ActionCable/Connection/TestRequest.html
index 794c806e21..1a276e6389 100644
--- a/src/classes/ActionCable/Connection/TestRequest.html
+++ b/src/classes/ActionCable/Connection/TestRequest.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Helpers.html b/src/classes/ActionCable/Helpers.html
index df974f8111..f1ed592944 100644
--- a/src/classes/ActionCable/Helpers.html
+++ b/src/classes/ActionCable/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Helpers/ActionCableHelper.html b/src/classes/ActionCable/Helpers/ActionCableHelper.html
index fd40a1bc1c..34db4fd216 100644
--- a/src/classes/ActionCable/Helpers/ActionCableHelper.html
+++ b/src/classes/ActionCable/Helpers/ActionCableHelper.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -109,7 +109,7 @@ action_cable_meta_tag()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections.html b/src/classes/ActionCable/RemoteConnections.html
index 88e9a6f9f6..3c256d2a2f 100644
--- a/src/classes/ActionCable/RemoteConnections.html
+++ b/src/classes/ActionCable/RemoteConnections.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -139,7 +139,7 @@ new(server)
@server = server
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ where(identifier)
RemoteConnection.new(server, identifier)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
index fc889f94c2..60ab208791 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -123,7 +123,7 @@ new(server, ids)
set_identifier_instance_vars(ids)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -156,7 +156,7 @@ disconnect(reconnect: true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
index e39959f775..23fd887d4d 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server.html b/src/classes/ActionCable/Server.html
index 3d83e0c64b..c26dcbfdb1 100644
--- a/src/classes/ActionCable/Server.html
+++ b/src/classes/ActionCable/Server.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Server/Base.html b/src/classes/ActionCable/Server/Base.html
index cf38c598e1..1d086831fe 100644
--- a/src/classes/ActionCable/Server/Base.html
+++ b/src/classes/ActionCable/Server/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -163,7 +163,7 @@ logger()
# File actioncable/lib/action_cable/server/base.rb, line 26
def self.logger; config.logger; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -192,7 +192,7 @@ new(config: self.class.config)
@remote_connections = @event_loop = @worker_pool = @pubsub = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -227,7 +227,7 @@ call(env)
config.connection_class.call.new(self, env).process
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ connection_identifiers()
config.connection_class.call.identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -285,7 +285,7 @@ disconnect(identifiers)
remote_connections.where(identifiers).disconnect
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -312,7 +312,7 @@ event_loop()
@event_loop || @mutex.synchronize { @event_loop ||= ActionCable::Connection::StreamEventLoop.new }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -341,7 +341,7 @@ pubsub()
@pubsub || @mutex.synchronize { @pubsub ||= config.pubsub_adapter.new(self) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -370,7 +370,7 @@ remote_connections()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -409,7 +409,7 @@ restart()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -442,7 +442,7 @@ worker_pool()
@worker_pool || @mutex.synchronize { @worker_pool ||= ActionCable::Server::Worker.new(max_size: config.worker_pool_size) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting.html b/src/classes/ActionCable/Server/Broadcasting.html
index 856e570d72..e492832214 100644
--- a/src/classes/ActionCable/Server/Broadcasting.html
+++ b/src/classes/ActionCable/Server/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -123,7 +123,7 @@ broadcast(broadcasting, message, coder:
broadcaster_for(broadcasting, coder: coder).broadcast(message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -152,7 +152,7 @@ broadcaster_for(broadcasting, cod
Broadcaster.new(self, String(broadcasting), coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
index 2f9dd504e9..bead8ec24b 100644
--- a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
+++ b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -117,7 +117,7 @@ new(server, broadcasting, coder:)
@server, @broadcasting, @coder = server, broadcasting, coder
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -154,7 +154,7 @@ broadcast(message)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Configuration.html b/src/classes/ActionCable/Server/Configuration.html
index e1fcef515d..f335e248c6 100644
--- a/src/classes/ActionCable/Server/Configuration.html
+++ b/src/classes/ActionCable/Server/Configuration.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -224,7 +224,7 @@ new()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ pubsub_adapter()
"ActionCable::SubscriptionAdapter::#{adapter}".constantize
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Worker.html b/src/classes/ActionCable/Server/Worker.html
index 20b8ae5132..257bd35552 100644
--- a/src/classes/ActionCable/Server/Worker.html
+++ b/src/classes/ActionCable/Server/Worker.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
index ffdd138d9a..3043ada01c 100644
--- a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
+++ b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ with_database_connections
connection.logger.tag(ActiveRecord::Base.logger, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/SubscriptionAdapter.html b/src/classes/ActionCable/SubscriptionAdapter.html
index dc1e6f35d4..f37199027d 100644
--- a/src/classes/ActionCable/SubscriptionAdapter.html
+++ b/src/classes/ActionCable/SubscriptionAdapter.html
@@ -5,7 +5,7 @@
-
abstract!()action_methods()clear_action_methods!()
@action_methods = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -274,7 +274,7 @@ controller_path()
@controller_path ||= name.delete_suffix("Controller").underscore unless anonymous?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -311,7 +311,7 @@ internal_methods()
controller.public_instance_methods(true) - methods
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -341,7 +341,7 @@ method_added(name)
clear_action_methods!
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -370,7 +370,7 @@ supports_path?()
true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -403,7 +403,7 @@ action_methods()
self.class.action_methods
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -431,7 +431,7 @@ action_name
attr_internal :action_name
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -467,7 +467,7 @@ Parameters
_find_action_name(action_name) end - 🔎 See on GitHub + 🔎 See on GitHub @@ -496,7 +496,7 @@controller_path()
self.class.controller_path
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -524,7 +524,7 @@ formats
attr_internal :formats
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -553,7 +553,7 @@ performed?()
response_body
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -592,7 +592,7 @@ process(action, ...)
process_action(action_name, ...)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -620,7 +620,7 @@ response_body
attr_internal :response_body
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching.html b/src/classes/AbstractController/Caching.html
index 2a3e5aa07d..5c2e1c4a9a 100644
--- a/src/classes/AbstractController/Caching.html
+++ b/src/classes/AbstractController/Caching.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
@@ -123,7 +123,7 @@
+ Ruby on Rails 8.1.0
Module
@@ -123,7 +123,7 @@ view_cache_dependencies()
self.class._view_cache_dependencies.filter_map { |dep| instance_exec(&dep) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -159,7 +159,7 @@ cache(key, options = {}, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/ClassMethods.html b/src/classes/AbstractController/Caching/ClassMethods.html
index 6ca8cb75b6..879675b054 100644
--- a/src/classes/AbstractController/Caching/ClassMethods.html
+++ b/src/classes/AbstractController/Caching/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ view_cache_dependency(&
self._view_cache_dependencies += [dependency]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/ConfigMethods.html b/src/classes/AbstractController/Caching/ConfigMethods.html
index 3c4fa58d3b..3632071a5e 100644
--- a/src/classes/AbstractController/Caching/ConfigMethods.html
+++ b/src/classes/AbstractController/Caching/ConfigMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ cache_store()
config.cache_store
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -109,7 +109,7 @@ cache_store=(store)
config.cache_store = ActiveSupport::Cache.lookup_store(*store)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments.html b/src/classes/AbstractController/Caching/Fragments.html
index d6f716729e..e1a8558878 100644
--- a/src/classes/AbstractController/Caching/Fragments.html
+++ b/src/classes/AbstractController/Caching/Fragments.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -128,7 +128,7 @@ combined_fragment_cache_k
cache_key
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ expire_fragment(key, options = ni
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -211,7 +211,7 @@ fragment_exist?(key, options =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -246,7 +246,7 @@ read_fragment(key, options = nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ write_fragment(key, content, optio
content
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
index b921a6328c..12b9fe371d 100644
--- a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
+++ b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ fragment_cache_key(value = nil
self.fragment_cache_keys += [key || -> { value }]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Callbacks.html b/src/classes/AbstractController/Callbacks.html
index 36bffc7d1d..70d2d6aa5e 100644
--- a/src/classes/AbstractController/Callbacks.html
+++ b/src/classes/AbstractController/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Callbacks/ClassMethods.html b/src/classes/AbstractController/Callbacks/ClassMethods.html
index 279f53a789..9c13cdf638 100644
--- a/src/classes/AbstractController/Callbacks/ClassMethods.html
+++ b/src/classes/AbstractController/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -153,7 +153,7 @@ Block Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -202,7 +202,7 @@ Options
_normalize_callback_option(options, :except, :unless)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -222,7 +222,7 @@ after_action(names, block)
- 🔎 See on GitHub
+
@@ -240,7 +240,7 @@ append_after_action(names, bl
- 🔎 See on GitHub
+
@@ -258,7 +258,7 @@ append_around_action(names,
- 🔎 See on GitHub
+
@@ -278,7 +278,7 @@ append_before_action(names,
- 🔎 See on GitHub
+
@@ -296,7 +296,7 @@ around_action(names, block)
- 🔎 See on GitHub
+
@@ -316,7 +316,7 @@ before_action(names, block)
- 🔎 See on GitHub
+
@@ -334,7 +334,7 @@ prepend_after_action(names,
- 🔎 See on GitHub
+
@@ -352,7 +352,7 @@ prepend_around_action(names
- 🔎 See on GitHub
+
@@ -372,7 +372,7 @@ prepend_before_action(names
- 🔎 See on GitHub
+
@@ -390,7 +390,7 @@ skip_after_action(names)
- 🔎 See on GitHub
+
@@ -408,7 +408,7 @@ skip_around_action(names)
- 🔎 See on GitHub
+
@@ -426,7 +426,7 @@ skip_before_action(names)
- 🔎 See on GitHub
+
diff --git a/src/classes/AbstractController/Collector.html b/src/classes/AbstractController/Collector.html
index ef82e1848e..8ba9233864 100644
--- a/src/classes/AbstractController/Collector.html
+++ b/src/classes/AbstractController/Collector.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ generate_method_for_mime
RUBY
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/DoubleRenderError.html b/src/classes/AbstractController/DoubleRenderError.html
index 2af07391ab..0c08672e60 100644
--- a/src/classes/AbstractController/DoubleRenderError.html
+++ b/src/classes/AbstractController/DoubleRenderError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -96,7 +96,7 @@ new(message = nil)
super(message || DEFAULT_MESSAGE)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Helpers.html b/src/classes/AbstractController/Helpers.html
index a96b7ab681..0a3fa59b24 100644
--- a/src/classes/AbstractController/Helpers.html
+++ b/src/classes/AbstractController/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ _helpers()
self.class._helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Helpers/ClassMethods.html b/src/classes/AbstractController/Helpers/ClassMethods.html
index be9465245f..2b40346ed1 100644
--- a/src/classes/AbstractController/Helpers/ClassMethods.html
+++ b/src/classes/AbstractController/Helpers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -35,11 +35,11 @@ Methods
-
- #
+ _helpers_for_modification
-
- _helpers_for_modification
+ all_helpers_from_path
-
@@ -95,28 +95,6 @@
Attributes
Instance Public methods
-
- all_helpers_from_path(path)
-
-
-
-Returns a list of helper names in a given path.
-
-ActionController::Base.all_helpers_from_path 'app/helpers'
-# => ["application", "chart", "rubygems"]
-
-
-
-
-
-
-
-
-
- 🔎 See on GitHub
-
-
-
_helpers_for_modification()
@@ -141,12 +119,34 @@ _helpers_for_modification
_helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
+
+ all_helpers_from_path(path)
+
+
+
+Returns a list of helper names in a given path.
+
+ActionController::Base.all_helpers_from_path 'app/helpers'
+# => ["application", "chart", "rubygems"]
+
+
+
+
+
+
+
+
+
+
+
+
+
clear_helpers()
@@ -175,7 +175,7 @@ clear_helpers()
default_helper_module! unless anonymous?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -257,7 +257,7 @@ helper(*args, &block)
_helpers_for_modification.module_eval(&block) if block_given?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -325,7 +325,7 @@ Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -358,7 +358,7 @@ inherited(klass)
super
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -382,7 +382,7 @@ modules_for_helpers(modules_o
- 🔎 See on GitHub
+
diff --git a/src/classes/AbstractController/Railties.html b/src/classes/AbstractController/Railties.html
index e9e5642902..13cc1e425d 100644
--- a/src/classes/AbstractController/Railties.html
+++ b/src/classes/AbstractController/Railties.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Railties/RoutesHelpers.html b/src/classes/AbstractController/Railties/RoutesHelpers.html
index f2a9347d3e..1bb593a11d 100644
--- a/src/classes/AbstractController/Railties/RoutesHelpers.html
+++ b/src/classes/AbstractController/Railties/RoutesHelpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -87,7 +87,7 @@ with(routes, include_path_helpers = true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Rendering.html b/src/classes/AbstractController/Rendering.html
index 964676c7a2..c9cb1b18c3 100644
--- a/src/classes/AbstractController/Rendering.html
+++ b/src/classes/AbstractController/Rendering.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -145,7 +145,7 @@ render(*args, &block)
self.response_body = rendered_body
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -173,7 +173,7 @@ render_to_body(options = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -205,7 +205,7 @@ render_to_string(*args, &blo
render_to_body(options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -234,7 +234,7 @@ rendered_format()
Mime[:text]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -267,7 +267,7 @@ view_assigns()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -309,7 +309,7 @@ _normalize_args(action = nil, opt
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -338,7 +338,7 @@ _normalize_options(options)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -367,7 +367,7 @@ _process_options(options)
options
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Translation.html b/src/classes/AbstractController/Translation.html
index e4605629d9..5d4df4acaf 100644
--- a/src/classes/AbstractController/Translation.html
+++ b/src/classes/AbstractController/Translation.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ localize(object, **options)
I18n.localize(object, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -185,7 +185,7 @@ translate(key, **options)
ActiveSupport::HtmlSafeTranslation.translate(key, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor.html b/src/classes/AbstractController/UrlFor.html
index bab417c152..299d7e7853 100644
--- a/src/classes/AbstractController/UrlFor.html
+++ b/src/classes/AbstractController/UrlFor.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ _routes()
"For instance, `include Rails.application.routes.url_helpers`."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor/ClassMethods.html b/src/classes/AbstractController/UrlFor/ClassMethods.html
index 1dcd62c92c..5f3dfaaae0 100644
--- a/src/classes/AbstractController/UrlFor/ClassMethods.html
+++ b/src/classes/AbstractController/UrlFor/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ _routes()
nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ action_methods()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable.html b/src/classes/ActionCable.html
index 9fd8e01c4d..9d0aa33093 100644
--- a/src/classes/ActionCable.html
+++ b/src/classes/ActionCable.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -265,7 +265,7 @@ gem_version()
Gem::Version.new VERSION::STRING
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -294,7 +294,7 @@ version()
gem_version
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -327,7 +327,7 @@ server()
@server ||= ActionCable::Server::Base.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel.html b/src/classes/ActionCable/Channel.html
index 06b36ff362..c3b3d0b5ca 100644
--- a/src/classes/ActionCable/Channel.html
+++ b/src/classes/ActionCable/Channel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Base.html b/src/classes/ActionCable/Channel/Base.html
index 8e91435213..cb0db0a27e 100644
--- a/src/classes/ActionCable/Channel/Base.html
+++ b/src/classes/ActionCable/Channel/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -316,7 +316,7 @@ Returns
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -357,7 +357,7 @@ new(connection, identifier, params = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -389,7 +389,7 @@ clear_action_methods!()
@action_methods = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -419,7 +419,7 @@ method_added(name)
clear_action_methods!
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -461,7 +461,7 @@ perform_action(data)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -495,7 +495,7 @@ subscribe_to_channel()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -525,7 +525,7 @@ defer_subscription
@defer_subscription_confirmation_counter.increment
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -552,7 +552,7 @@ defer_subscription
@defer_subscription_confirmation_counter.value > 0
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -581,7 +581,7 @@ ensure_confirmation_sent
transmit_subscription_confirmation unless defer_subscription_confirmation?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -608,7 +608,7 @@ reject()
@reject_subscription = true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -637,7 +637,7 @@ subscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -664,7 +664,7 @@ subscription_confir
@subscription_confirmation_sent
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -691,7 +691,7 @@ subscription_rejected?()
@reject_subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -729,7 +729,7 @@ transmit(data, via: nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -758,7 +758,7 @@ unsubscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting.html b/src/classes/ActionCable/Channel/Broadcasting.html
index 8ab922fcca..8b2712f3fd 100644
--- a/src/classes/ActionCable/Channel/Broadcasting.html
+++ b/src/classes/ActionCable/Channel/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -95,7 +95,7 @@ broadcast_to(model, message)<
self.class.broadcast_to(model, message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -122,7 +122,7 @@ broadcasting_for(model)
self.class.broadcasting_for(model)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
index 18c3eec202..3fb0ae2d09 100644
--- a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ broadcast_to(broadcastables, message
ActionCable.server.broadcast(broadcasting_for(broadcastables), message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -118,7 +118,7 @@ broadcasting_for(broadcastables)
serialize_broadcasting([ channel_name ] + Array(broadcastables))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Callbacks.html b/src/classes/ActionCable/Channel/Callbacks.html
index 64985186c3..228b109bbd 100644
--- a/src/classes/ActionCable/Channel/Callbacks.html
+++ b/src/classes/ActionCable/Channel/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
index b40c50228d..ab7e6796c4 100644
--- a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -111,7 +111,7 @@ after_subscribe(*methods, &bl
set_callback(:subscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -144,7 +144,7 @@ after_unsubscribe(*methods, &am
set_callback(:unsubscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -171,7 +171,7 @@ before_subscribe(*methods, &
set_callback(:subscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -198,7 +198,7 @@ before_unsubscribe(*methods, &
set_callback(:unsubscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ChannelStub.html b/src/classes/ActionCable/Channel/ChannelStub.html
index 587a2b9c20..bdc14bbfca 100644
--- a/src/classes/ActionCable/Channel/ChannelStub.html
+++ b/src/classes/ActionCable/Channel/ChannelStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -110,7 +110,7 @@ confirmed?()
subscription_confirmation_sent?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -137,7 +137,7 @@ rejected?()
subscription_rejected?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ start_periodic_timers()# File actioncable/lib/action_cable/channel/test_case.rb, line 46
def start_periodic_timers; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_all_streams()
@_streams = []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -242,7 +242,7 @@ stream_from(broadcasting, *)
streams << broadcasting
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -269,7 +269,7 @@ streams()
@_streams ||= []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ConnectionStub.html b/src/classes/ActionCable/Channel/ConnectionStub.html
index 1630cedddf..6431a81cbf 100644
--- a/src/classes/ActionCable/Channel/ConnectionStub.html
+++ b/src/classes/ActionCable/Channel/ConnectionStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -146,7 +146,7 @@ new(identifiers = {})
@logger = ActiveSupport::TaggedLogging.new ActiveSupport::Logger.new(StringIO.new)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -204,7 +204,7 @@ transmit(cable_message)
transmissions << cable_message.with_indifferent_access
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming.html b/src/classes/ActionCable/Channel/Naming.html
index 4750ab6faa..0870eb54fa 100644
--- a/src/classes/ActionCable/Channel/Naming.html
+++ b/src/classes/ActionCable/Channel/Naming.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ channel_name()
self.class.channel_name
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming/ClassMethods.html b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
index 2054d9e292..6c81d06909 100644
--- a/src/classes/ActionCable/Channel/Naming/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -85,7 +85,7 @@ channel_name()
@channel_name ||= name.delete_suffix("Channel").gsub("::", ":").underscore
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/NonInferrableChannelError.html b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
index ece5bbf335..e185997ef9 100644
--- a/src/classes/ActionCable/Channel/NonInferrableChannelError.html
+++ b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers.html b/src/classes/ActionCable/Channel/PeriodicTimers.html
index 561da6e0dd..79d45a3130 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
index 1a26cae68a..3bff98bb07 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -108,7 +108,7 @@ periodically(callback_or_method_name
self.periodic_timers += [[ callback, every: every ]]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Streams.html b/src/classes/ActionCable/Channel/Streams.html
index 8d5022d17c..db3233a131 100644
--- a/src/classes/ActionCable/Channel/Streams.html
+++ b/src/classes/ActionCable/Channel/Streams.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -168,7 +168,7 @@ stop_all_streams()
end.clear
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_stream_for(model)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -230,7 +230,7 @@ stop_stream_from(broadcasting)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -261,7 +261,7 @@ stream_for(broadcastables, callback =
stream_from(broadcasting_for(broadcastables), callback || block, coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -307,7 +307,7 @@ stream_from(broadcasting, callback =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -340,7 +340,7 @@ stream_or_reject_for(model)<
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase.html b/src/classes/ActionCable/Channel/TestCase.html
index 6317ff44d0..7b221729d6 100644
--- a/src/classes/ActionCable/Channel/TestCase.html
+++ b/src/classes/ActionCable/Channel/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior.html b/src/classes/ActionCable/Channel/TestCase/Behavior.html
index 71da78d098..cf10c34acb 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -192,7 +192,7 @@ assert_broadcast_on(stream_or
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -221,7 +221,7 @@ assert_broadcasts(stream_or_obj
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ assert_has_no_stream(stream)
assert subscription.streams.exclude?(stream), "Stream #{stream} has been started"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -291,7 +291,7 @@ assert_has_no_stream_for
assert_has_no_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ assert_has_stream(stream)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -361,7 +361,7 @@ assert_has_stream_for(objec
assert_has_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -396,7 +396,7 @@ assert_no_streams()
assert subscription.streams.empty?, "No streams started was expected, but #{subscription.streams.count} found"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -428,7 +428,7 @@ perform(action, data = {})
subscription.perform_action(data.stringify_keys.merge("action" => action.to_s))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -464,7 +464,7 @@ stub_connection(identifiers = {})
@connection = ConnectionStub.new(identifiers)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -497,7 +497,7 @@ subscribe(params = {})
@subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -527,7 +527,7 @@ transmissions()
connection.transmissions.filter_map { |data| data["message"] }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -557,7 +557,7 @@ unsubscribe()
subscription.unsubscribe_from_channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
index 858a0ac552..a5f5798778 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ channel_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_channel
channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(channel)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection.html b/src/classes/ActionCable/Connection.html
index 7889c75284..b85796df4a 100644
--- a/src/classes/ActionCable/Connection.html
+++ b/src/classes/ActionCable/Connection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Assertions.html b/src/classes/ActionCable/Connection/Assertions.html
index 6fc9d0723c..83d5bd7403 100644
--- a/src/classes/ActionCable/Connection/Assertions.html
+++ b/src/classes/ActionCable/Connection/Assertions.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ assert_reject_connection
assert_raises(Authorization::UnauthorizedError, "Expected to reject connection but no rejection was made", &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization.html b/src/classes/ActionCable/Connection/Authorization.html
index 8e0d7a1439..c2c55de2c6 100644
--- a/src/classes/ActionCable/Connection/Authorization.html
+++ b/src/classes/ActionCable/Connection/Authorization.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ reject_unauthorized_co
raise UnauthorizedError
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
index ff36299a28..73d7917610 100644
--- a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
+++ b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/Base.html b/src/classes/ActionCable/Connection/Base.html
index c7f009aa10..0277955dd7 100644
--- a/src/classes/ActionCable/Connection/Base.html
+++ b/src/classes/ActionCable/Connection/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -261,7 +261,7 @@ new(server, env, coder: ActiveSupport::JSON)<
@started_at = Time.now
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -292,7 +292,7 @@ beat()
transmit type: ActionCable::INTERNAL[:message_types][:ping], message: Time.now.to_i
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ close(reason: nil, reconnect: true)<
websocket.close
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -355,7 +355,7 @@ handle_channel_command(pay
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -384,7 +384,7 @@ send_async(method, *arguments)<
worker_pool.async_invoke(self, method, *arguments)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -418,7 +418,7 @@ statistics()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -450,7 +450,7 @@ cookies()
request.cookie_jar
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -482,7 +482,7 @@ request()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Callbacks.html b/src/classes/ActionCable/Connection/Callbacks.html
index d6504ca284..b3bb372e91 100644
--- a/src/classes/ActionCable/Connection/Callbacks.html
+++ b/src/classes/ActionCable/Connection/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
index d11f1b1454..2868af7791 100644
--- a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -86,7 +86,7 @@ after_command(*methods, &block)
set_callback(:command, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ around_command(*methods, &bloc
set_callback(:command, :around, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -140,7 +140,7 @@ before_command(*methods, &bloc
set_callback(:command, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification.html b/src/classes/ActionCable/Connection/Identification.html
index cb1b371d7a..4aa8c6e993 100644
--- a/src/classes/ActionCable/Connection/Identification.html
+++ b/src/classes/ActionCable/Connection/Identification.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -97,7 +97,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification/ClassMethods.html b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
index 42be2d7255..75a449a10f 100644
--- a/src/classes/ActionCable/Connection/Identification/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -83,7 +83,7 @@ identified_by(*identifiers)<
self.identifiers += identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/InternalChannel.html b/src/classes/ActionCable/Connection/InternalChannel.html
index cfdccceaf4..c352da6adc 100644
--- a/src/classes/ActionCable/Connection/InternalChannel.html
+++ b/src/classes/ActionCable/Connection/InternalChannel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
index 26bba36295..ce00d293ed 100644
--- a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
+++ b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/StreamEventLoop.html b/src/classes/ActionCable/Connection/StreamEventLoop.html
index 4a58b367e2..03533544e0 100644
--- a/src/classes/ActionCable/Connection/StreamEventLoop.html
+++ b/src/classes/ActionCable/Connection/StreamEventLoop.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -112,7 +112,7 @@ new()
@spawn_mutex = Mutex.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -147,7 +147,7 @@ attach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -179,7 +179,7 @@ detach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -209,7 +209,7 @@ post(task = nil, &block)
@executor << task
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -237,7 +237,7 @@ stop()
wakeup if @nio
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -264,7 +264,7 @@ timer(interval, &block)
Concurrent::TimerTask.new(execution_interval: interval, &block).tap(&:execute)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -296,7 +296,7 @@ writes_pending(io)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
index 7524c24591..e48a1afc81 100644
--- a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
+++ b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -118,7 +118,7 @@ new(logger, tags:)
@tags = tags.flatten
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -150,7 +150,7 @@ add_tags(*tags)
@tags = @tags.uniq
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -182,7 +182,7 @@ tag(logger, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -212,7 +212,7 @@ log(type, message, &block)
tag(@logger) { @logger.send type, message, &block }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase.html b/src/classes/ActionCable/Connection/TestCase.html
index 39bc5cb056..6fea7fdc86 100644
--- a/src/classes/ActionCable/Connection/TestCase.html
+++ b/src/classes/ActionCable/Connection/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior.html b/src/classes/ActionCable/Connection/TestCase/Behavior.html
index 1bf7292841..a43da9a706 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -169,7 +169,7 @@ connect(path = ActionCable.server.config.
@connection = connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -196,7 +196,7 @@ cookies()
@cookie_jar ||= TestCookieJar.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -228,7 +228,7 @@ disconnect()
@connection = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
index 4dc624226e..6cf3acb952 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ connection_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_connec
connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(connection)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestConnection.html b/src/classes/ActionCable/Connection/TestConnection.html
index 1f8a17e8b9..77e83b3929 100644
--- a/src/classes/ActionCable/Connection/TestConnection.html
+++ b/src/classes/ActionCable/Connection/TestConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -103,7 +103,7 @@ new(request)
@env = request.env
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCookieJar.html b/src/classes/ActionCable/Connection/TestCookieJar.html
index a26eaee17a..06896a38b6 100644
--- a/src/classes/ActionCable/Connection/TestCookieJar.html
+++ b/src/classes/ActionCable/Connection/TestCookieJar.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -94,7 +94,7 @@ encrypted()
@encrypted ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ signed()
@signed ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestRequest.html b/src/classes/ActionCable/Connection/TestRequest.html
index 794c806e21..1a276e6389 100644
--- a/src/classes/ActionCable/Connection/TestRequest.html
+++ b/src/classes/ActionCable/Connection/TestRequest.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Helpers.html b/src/classes/ActionCable/Helpers.html
index df974f8111..f1ed592944 100644
--- a/src/classes/ActionCable/Helpers.html
+++ b/src/classes/ActionCable/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Helpers/ActionCableHelper.html b/src/classes/ActionCable/Helpers/ActionCableHelper.html
index fd40a1bc1c..34db4fd216 100644
--- a/src/classes/ActionCable/Helpers/ActionCableHelper.html
+++ b/src/classes/ActionCable/Helpers/ActionCableHelper.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -109,7 +109,7 @@ action_cable_meta_tag()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections.html b/src/classes/ActionCable/RemoteConnections.html
index 88e9a6f9f6..3c256d2a2f 100644
--- a/src/classes/ActionCable/RemoteConnections.html
+++ b/src/classes/ActionCable/RemoteConnections.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -139,7 +139,7 @@ new(server)
@server = server
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ where(identifier)
RemoteConnection.new(server, identifier)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
index fc889f94c2..60ab208791 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -123,7 +123,7 @@ new(server, ids)
set_identifier_instance_vars(ids)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -156,7 +156,7 @@ disconnect(reconnect: true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
index e39959f775..23fd887d4d 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server.html b/src/classes/ActionCable/Server.html
index 3d83e0c64b..c26dcbfdb1 100644
--- a/src/classes/ActionCable/Server.html
+++ b/src/classes/ActionCable/Server.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Server/Base.html b/src/classes/ActionCable/Server/Base.html
index cf38c598e1..1d086831fe 100644
--- a/src/classes/ActionCable/Server/Base.html
+++ b/src/classes/ActionCable/Server/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -163,7 +163,7 @@ logger()
# File actioncable/lib/action_cable/server/base.rb, line 26
def self.logger; config.logger; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -192,7 +192,7 @@ new(config: self.class.config)
@remote_connections = @event_loop = @worker_pool = @pubsub = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -227,7 +227,7 @@ call(env)
config.connection_class.call.new(self, env).process
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ connection_identifiers()
config.connection_class.call.identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -285,7 +285,7 @@ disconnect(identifiers)
remote_connections.where(identifiers).disconnect
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -312,7 +312,7 @@ event_loop()
@event_loop || @mutex.synchronize { @event_loop ||= ActionCable::Connection::StreamEventLoop.new }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -341,7 +341,7 @@ pubsub()
@pubsub || @mutex.synchronize { @pubsub ||= config.pubsub_adapter.new(self) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -370,7 +370,7 @@ remote_connections()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -409,7 +409,7 @@ restart()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -442,7 +442,7 @@ worker_pool()
@worker_pool || @mutex.synchronize { @worker_pool ||= ActionCable::Server::Worker.new(max_size: config.worker_pool_size) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting.html b/src/classes/ActionCable/Server/Broadcasting.html
index 856e570d72..e492832214 100644
--- a/src/classes/ActionCable/Server/Broadcasting.html
+++ b/src/classes/ActionCable/Server/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -123,7 +123,7 @@ broadcast(broadcasting, message, coder:
broadcaster_for(broadcasting, coder: coder).broadcast(message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -152,7 +152,7 @@ broadcaster_for(broadcasting, cod
Broadcaster.new(self, String(broadcasting), coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
index 2f9dd504e9..bead8ec24b 100644
--- a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
+++ b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -117,7 +117,7 @@ new(server, broadcasting, coder:)
@server, @broadcasting, @coder = server, broadcasting, coder
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -154,7 +154,7 @@ broadcast(message)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Configuration.html b/src/classes/ActionCable/Server/Configuration.html
index e1fcef515d..f335e248c6 100644
--- a/src/classes/ActionCable/Server/Configuration.html
+++ b/src/classes/ActionCable/Server/Configuration.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -224,7 +224,7 @@ new()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ pubsub_adapter()
"ActionCable::SubscriptionAdapter::#{adapter}".constantize
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Worker.html b/src/classes/ActionCable/Server/Worker.html
index 20b8ae5132..257bd35552 100644
--- a/src/classes/ActionCable/Server/Worker.html
+++ b/src/classes/ActionCable/Server/Worker.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
index ffdd138d9a..3043ada01c 100644
--- a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
+++ b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ with_database_connections
connection.logger.tag(ActiveRecord::Base.logger, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/SubscriptionAdapter.html b/src/classes/ActionCable/SubscriptionAdapter.html
index dc1e6f35d4..f37199027d 100644
--- a/src/classes/ActionCable/SubscriptionAdapter.html
+++ b/src/classes/ActionCable/SubscriptionAdapter.html
@@ -5,7 +5,7 @@
-
view_cache_dependencies()
self.class._view_cache_dependencies.filter_map { |dep| instance_exec(&dep) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -159,7 +159,7 @@ cache(key, options = {}, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/ClassMethods.html b/src/classes/AbstractController/Caching/ClassMethods.html
index 6ca8cb75b6..879675b054 100644
--- a/src/classes/AbstractController/Caching/ClassMethods.html
+++ b/src/classes/AbstractController/Caching/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ view_cache_dependency(&
self._view_cache_dependencies += [dependency]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/ConfigMethods.html b/src/classes/AbstractController/Caching/ConfigMethods.html
index 3c4fa58d3b..3632071a5e 100644
--- a/src/classes/AbstractController/Caching/ConfigMethods.html
+++ b/src/classes/AbstractController/Caching/ConfigMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ cache_store()
config.cache_store
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -109,7 +109,7 @@ cache_store=(store)
config.cache_store = ActiveSupport::Cache.lookup_store(*store)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments.html b/src/classes/AbstractController/Caching/Fragments.html
index d6f716729e..e1a8558878 100644
--- a/src/classes/AbstractController/Caching/Fragments.html
+++ b/src/classes/AbstractController/Caching/Fragments.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -128,7 +128,7 @@ combined_fragment_cache_k
cache_key
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ expire_fragment(key, options = ni
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -211,7 +211,7 @@ fragment_exist?(key, options =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -246,7 +246,7 @@ read_fragment(key, options = nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ write_fragment(key, content, optio
content
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
index b921a6328c..12b9fe371d 100644
--- a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
+++ b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ fragment_cache_key(value = nil
self.fragment_cache_keys += [key || -> { value }]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Callbacks.html b/src/classes/AbstractController/Callbacks.html
index 36bffc7d1d..70d2d6aa5e 100644
--- a/src/classes/AbstractController/Callbacks.html
+++ b/src/classes/AbstractController/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Callbacks/ClassMethods.html b/src/classes/AbstractController/Callbacks/ClassMethods.html
index 279f53a789..9c13cdf638 100644
--- a/src/classes/AbstractController/Callbacks/ClassMethods.html
+++ b/src/classes/AbstractController/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -153,7 +153,7 @@ Block Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -202,7 +202,7 @@ Options
_normalize_callback_option(options, :except, :unless)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -222,7 +222,7 @@ after_action(names, block)
- 🔎 See on GitHub
+
@@ -240,7 +240,7 @@ append_after_action(names, bl
- 🔎 See on GitHub
+
@@ -258,7 +258,7 @@ append_around_action(names,
- 🔎 See on GitHub
+
@@ -278,7 +278,7 @@ append_before_action(names,
- 🔎 See on GitHub
+
@@ -296,7 +296,7 @@ around_action(names, block)
- 🔎 See on GitHub
+
@@ -316,7 +316,7 @@ before_action(names, block)
- 🔎 See on GitHub
+
@@ -334,7 +334,7 @@ prepend_after_action(names,
- 🔎 See on GitHub
+
@@ -352,7 +352,7 @@ prepend_around_action(names
- 🔎 See on GitHub
+
@@ -372,7 +372,7 @@ prepend_before_action(names
- 🔎 See on GitHub
+
@@ -390,7 +390,7 @@ skip_after_action(names)
- 🔎 See on GitHub
+
@@ -408,7 +408,7 @@ skip_around_action(names)
- 🔎 See on GitHub
+
@@ -426,7 +426,7 @@ skip_before_action(names)
- 🔎 See on GitHub
+
diff --git a/src/classes/AbstractController/Collector.html b/src/classes/AbstractController/Collector.html
index ef82e1848e..8ba9233864 100644
--- a/src/classes/AbstractController/Collector.html
+++ b/src/classes/AbstractController/Collector.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ generate_method_for_mime
RUBY
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/DoubleRenderError.html b/src/classes/AbstractController/DoubleRenderError.html
index 2af07391ab..0c08672e60 100644
--- a/src/classes/AbstractController/DoubleRenderError.html
+++ b/src/classes/AbstractController/DoubleRenderError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -96,7 +96,7 @@ new(message = nil)
super(message || DEFAULT_MESSAGE)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Helpers.html b/src/classes/AbstractController/Helpers.html
index a96b7ab681..0a3fa59b24 100644
--- a/src/classes/AbstractController/Helpers.html
+++ b/src/classes/AbstractController/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ _helpers()
self.class._helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Helpers/ClassMethods.html b/src/classes/AbstractController/Helpers/ClassMethods.html
index be9465245f..2b40346ed1 100644
--- a/src/classes/AbstractController/Helpers/ClassMethods.html
+++ b/src/classes/AbstractController/Helpers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -35,11 +35,11 @@ Methods
-
- #
+ _helpers_for_modification
-
- _helpers_for_modification
+ all_helpers_from_path
-
@@ -95,28 +95,6 @@
Attributes
Instance Public methods
-
- all_helpers_from_path(path)
-
-
-
-Returns a list of helper names in a given path.
-
-ActionController::Base.all_helpers_from_path 'app/helpers'
-# => ["application", "chart", "rubygems"]
-
-
-
-
-
-
-
-
-
- 🔎 See on GitHub
-
-
-
_helpers_for_modification()
@@ -141,12 +119,34 @@ _helpers_for_modification
_helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
+
+ all_helpers_from_path(path)
+
+
+
+Returns a list of helper names in a given path.
+
+ActionController::Base.all_helpers_from_path 'app/helpers'
+# => ["application", "chart", "rubygems"]
+
+
+
+
+
+
+
+
+
+
+
+
+
clear_helpers()
@@ -175,7 +175,7 @@ clear_helpers()
default_helper_module! unless anonymous?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -257,7 +257,7 @@ helper(*args, &block)
_helpers_for_modification.module_eval(&block) if block_given?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -325,7 +325,7 @@ Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -358,7 +358,7 @@ inherited(klass)
super
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -382,7 +382,7 @@ modules_for_helpers(modules_o
- 🔎 See on GitHub
+
diff --git a/src/classes/AbstractController/Railties.html b/src/classes/AbstractController/Railties.html
index e9e5642902..13cc1e425d 100644
--- a/src/classes/AbstractController/Railties.html
+++ b/src/classes/AbstractController/Railties.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Railties/RoutesHelpers.html b/src/classes/AbstractController/Railties/RoutesHelpers.html
index f2a9347d3e..1bb593a11d 100644
--- a/src/classes/AbstractController/Railties/RoutesHelpers.html
+++ b/src/classes/AbstractController/Railties/RoutesHelpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -87,7 +87,7 @@ with(routes, include_path_helpers = true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Rendering.html b/src/classes/AbstractController/Rendering.html
index 964676c7a2..c9cb1b18c3 100644
--- a/src/classes/AbstractController/Rendering.html
+++ b/src/classes/AbstractController/Rendering.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -145,7 +145,7 @@ render(*args, &block)
self.response_body = rendered_body
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -173,7 +173,7 @@ render_to_body(options = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -205,7 +205,7 @@ render_to_string(*args, &blo
render_to_body(options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -234,7 +234,7 @@ rendered_format()
Mime[:text]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -267,7 +267,7 @@ view_assigns()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -309,7 +309,7 @@ _normalize_args(action = nil, opt
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -338,7 +338,7 @@ _normalize_options(options)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -367,7 +367,7 @@ _process_options(options)
options
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Translation.html b/src/classes/AbstractController/Translation.html
index e4605629d9..5d4df4acaf 100644
--- a/src/classes/AbstractController/Translation.html
+++ b/src/classes/AbstractController/Translation.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ localize(object, **options)
I18n.localize(object, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -185,7 +185,7 @@ translate(key, **options)
ActiveSupport::HtmlSafeTranslation.translate(key, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor.html b/src/classes/AbstractController/UrlFor.html
index bab417c152..299d7e7853 100644
--- a/src/classes/AbstractController/UrlFor.html
+++ b/src/classes/AbstractController/UrlFor.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ _routes()
"For instance, `include Rails.application.routes.url_helpers`."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor/ClassMethods.html b/src/classes/AbstractController/UrlFor/ClassMethods.html
index 1dcd62c92c..5f3dfaaae0 100644
--- a/src/classes/AbstractController/UrlFor/ClassMethods.html
+++ b/src/classes/AbstractController/UrlFor/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ _routes()
nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ action_methods()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable.html b/src/classes/ActionCable.html
index 9fd8e01c4d..9d0aa33093 100644
--- a/src/classes/ActionCable.html
+++ b/src/classes/ActionCable.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -265,7 +265,7 @@ gem_version()
Gem::Version.new VERSION::STRING
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -294,7 +294,7 @@ version()
gem_version
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -327,7 +327,7 @@ server()
@server ||= ActionCable::Server::Base.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel.html b/src/classes/ActionCable/Channel.html
index 06b36ff362..c3b3d0b5ca 100644
--- a/src/classes/ActionCable/Channel.html
+++ b/src/classes/ActionCable/Channel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Base.html b/src/classes/ActionCable/Channel/Base.html
index 8e91435213..cb0db0a27e 100644
--- a/src/classes/ActionCable/Channel/Base.html
+++ b/src/classes/ActionCable/Channel/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -316,7 +316,7 @@ Returns
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -357,7 +357,7 @@ new(connection, identifier, params = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -389,7 +389,7 @@ clear_action_methods!()
@action_methods = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -419,7 +419,7 @@ method_added(name)
clear_action_methods!
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -461,7 +461,7 @@ perform_action(data)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -495,7 +495,7 @@ subscribe_to_channel()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -525,7 +525,7 @@ defer_subscription
@defer_subscription_confirmation_counter.increment
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -552,7 +552,7 @@ defer_subscription
@defer_subscription_confirmation_counter.value > 0
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -581,7 +581,7 @@ ensure_confirmation_sent
transmit_subscription_confirmation unless defer_subscription_confirmation?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -608,7 +608,7 @@ reject()
@reject_subscription = true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -637,7 +637,7 @@ subscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -664,7 +664,7 @@ subscription_confir
@subscription_confirmation_sent
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -691,7 +691,7 @@ subscription_rejected?()
@reject_subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -729,7 +729,7 @@ transmit(data, via: nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -758,7 +758,7 @@ unsubscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting.html b/src/classes/ActionCable/Channel/Broadcasting.html
index 8ab922fcca..8b2712f3fd 100644
--- a/src/classes/ActionCable/Channel/Broadcasting.html
+++ b/src/classes/ActionCable/Channel/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -95,7 +95,7 @@ broadcast_to(model, message)<
self.class.broadcast_to(model, message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -122,7 +122,7 @@ broadcasting_for(model)
self.class.broadcasting_for(model)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
index 18c3eec202..3fb0ae2d09 100644
--- a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ broadcast_to(broadcastables, message
ActionCable.server.broadcast(broadcasting_for(broadcastables), message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -118,7 +118,7 @@ broadcasting_for(broadcastables)
serialize_broadcasting([ channel_name ] + Array(broadcastables))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Callbacks.html b/src/classes/ActionCable/Channel/Callbacks.html
index 64985186c3..228b109bbd 100644
--- a/src/classes/ActionCable/Channel/Callbacks.html
+++ b/src/classes/ActionCable/Channel/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
index b40c50228d..ab7e6796c4 100644
--- a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -111,7 +111,7 @@ after_subscribe(*methods, &bl
set_callback(:subscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -144,7 +144,7 @@ after_unsubscribe(*methods, &am
set_callback(:unsubscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -171,7 +171,7 @@ before_subscribe(*methods, &
set_callback(:subscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -198,7 +198,7 @@ before_unsubscribe(*methods, &
set_callback(:unsubscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ChannelStub.html b/src/classes/ActionCable/Channel/ChannelStub.html
index 587a2b9c20..bdc14bbfca 100644
--- a/src/classes/ActionCable/Channel/ChannelStub.html
+++ b/src/classes/ActionCable/Channel/ChannelStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -110,7 +110,7 @@ confirmed?()
subscription_confirmation_sent?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -137,7 +137,7 @@ rejected?()
subscription_rejected?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ start_periodic_timers()# File actioncable/lib/action_cable/channel/test_case.rb, line 46
def start_periodic_timers; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_all_streams()
@_streams = []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -242,7 +242,7 @@ stream_from(broadcasting, *)
streams << broadcasting
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -269,7 +269,7 @@ streams()
@_streams ||= []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ConnectionStub.html b/src/classes/ActionCable/Channel/ConnectionStub.html
index 1630cedddf..6431a81cbf 100644
--- a/src/classes/ActionCable/Channel/ConnectionStub.html
+++ b/src/classes/ActionCable/Channel/ConnectionStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -146,7 +146,7 @@ new(identifiers = {})
@logger = ActiveSupport::TaggedLogging.new ActiveSupport::Logger.new(StringIO.new)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -204,7 +204,7 @@ transmit(cable_message)
transmissions << cable_message.with_indifferent_access
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming.html b/src/classes/ActionCable/Channel/Naming.html
index 4750ab6faa..0870eb54fa 100644
--- a/src/classes/ActionCable/Channel/Naming.html
+++ b/src/classes/ActionCable/Channel/Naming.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ channel_name()
self.class.channel_name
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming/ClassMethods.html b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
index 2054d9e292..6c81d06909 100644
--- a/src/classes/ActionCable/Channel/Naming/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -85,7 +85,7 @@ channel_name()
@channel_name ||= name.delete_suffix("Channel").gsub("::", ":").underscore
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/NonInferrableChannelError.html b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
index ece5bbf335..e185997ef9 100644
--- a/src/classes/ActionCable/Channel/NonInferrableChannelError.html
+++ b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers.html b/src/classes/ActionCable/Channel/PeriodicTimers.html
index 561da6e0dd..79d45a3130 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
index 1a26cae68a..3bff98bb07 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -108,7 +108,7 @@ periodically(callback_or_method_name
self.periodic_timers += [[ callback, every: every ]]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Streams.html b/src/classes/ActionCable/Channel/Streams.html
index 8d5022d17c..db3233a131 100644
--- a/src/classes/ActionCable/Channel/Streams.html
+++ b/src/classes/ActionCable/Channel/Streams.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -168,7 +168,7 @@ stop_all_streams()
end.clear
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_stream_for(model)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -230,7 +230,7 @@ stop_stream_from(broadcasting)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -261,7 +261,7 @@ stream_for(broadcastables, callback =
stream_from(broadcasting_for(broadcastables), callback || block, coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -307,7 +307,7 @@ stream_from(broadcasting, callback =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -340,7 +340,7 @@ stream_or_reject_for(model)<
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase.html b/src/classes/ActionCable/Channel/TestCase.html
index 6317ff44d0..7b221729d6 100644
--- a/src/classes/ActionCable/Channel/TestCase.html
+++ b/src/classes/ActionCable/Channel/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior.html b/src/classes/ActionCable/Channel/TestCase/Behavior.html
index 71da78d098..cf10c34acb 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -192,7 +192,7 @@ assert_broadcast_on(stream_or
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -221,7 +221,7 @@ assert_broadcasts(stream_or_obj
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ assert_has_no_stream(stream)
assert subscription.streams.exclude?(stream), "Stream #{stream} has been started"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -291,7 +291,7 @@ assert_has_no_stream_for
assert_has_no_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ assert_has_stream(stream)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -361,7 +361,7 @@ assert_has_stream_for(objec
assert_has_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -396,7 +396,7 @@ assert_no_streams()
assert subscription.streams.empty?, "No streams started was expected, but #{subscription.streams.count} found"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -428,7 +428,7 @@ perform(action, data = {})
subscription.perform_action(data.stringify_keys.merge("action" => action.to_s))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -464,7 +464,7 @@ stub_connection(identifiers = {})
@connection = ConnectionStub.new(identifiers)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -497,7 +497,7 @@ subscribe(params = {})
@subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -527,7 +527,7 @@ transmissions()
connection.transmissions.filter_map { |data| data["message"] }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -557,7 +557,7 @@ unsubscribe()
subscription.unsubscribe_from_channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
index 858a0ac552..a5f5798778 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ channel_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_channel
channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(channel)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection.html b/src/classes/ActionCable/Connection.html
index 7889c75284..b85796df4a 100644
--- a/src/classes/ActionCable/Connection.html
+++ b/src/classes/ActionCable/Connection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Assertions.html b/src/classes/ActionCable/Connection/Assertions.html
index 6fc9d0723c..83d5bd7403 100644
--- a/src/classes/ActionCable/Connection/Assertions.html
+++ b/src/classes/ActionCable/Connection/Assertions.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ assert_reject_connection
assert_raises(Authorization::UnauthorizedError, "Expected to reject connection but no rejection was made", &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization.html b/src/classes/ActionCable/Connection/Authorization.html
index 8e0d7a1439..c2c55de2c6 100644
--- a/src/classes/ActionCable/Connection/Authorization.html
+++ b/src/classes/ActionCable/Connection/Authorization.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ reject_unauthorized_co
raise UnauthorizedError
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
index ff36299a28..73d7917610 100644
--- a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
+++ b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/Base.html b/src/classes/ActionCable/Connection/Base.html
index c7f009aa10..0277955dd7 100644
--- a/src/classes/ActionCable/Connection/Base.html
+++ b/src/classes/ActionCable/Connection/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -261,7 +261,7 @@ new(server, env, coder: ActiveSupport::JSON)<
@started_at = Time.now
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -292,7 +292,7 @@ beat()
transmit type: ActionCable::INTERNAL[:message_types][:ping], message: Time.now.to_i
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ close(reason: nil, reconnect: true)<
websocket.close
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -355,7 +355,7 @@ handle_channel_command(pay
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -384,7 +384,7 @@ send_async(method, *arguments)<
worker_pool.async_invoke(self, method, *arguments)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -418,7 +418,7 @@ statistics()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -450,7 +450,7 @@ cookies()
request.cookie_jar
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -482,7 +482,7 @@ request()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Callbacks.html b/src/classes/ActionCable/Connection/Callbacks.html
index d6504ca284..b3bb372e91 100644
--- a/src/classes/ActionCable/Connection/Callbacks.html
+++ b/src/classes/ActionCable/Connection/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
index d11f1b1454..2868af7791 100644
--- a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -86,7 +86,7 @@ after_command(*methods, &block)
set_callback(:command, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ around_command(*methods, &bloc
set_callback(:command, :around, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -140,7 +140,7 @@ before_command(*methods, &bloc
set_callback(:command, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification.html b/src/classes/ActionCable/Connection/Identification.html
index cb1b371d7a..4aa8c6e993 100644
--- a/src/classes/ActionCable/Connection/Identification.html
+++ b/src/classes/ActionCable/Connection/Identification.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -97,7 +97,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification/ClassMethods.html b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
index 42be2d7255..75a449a10f 100644
--- a/src/classes/ActionCable/Connection/Identification/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -83,7 +83,7 @@ identified_by(*identifiers)<
self.identifiers += identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/InternalChannel.html b/src/classes/ActionCable/Connection/InternalChannel.html
index cfdccceaf4..c352da6adc 100644
--- a/src/classes/ActionCable/Connection/InternalChannel.html
+++ b/src/classes/ActionCable/Connection/InternalChannel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
index 26bba36295..ce00d293ed 100644
--- a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
+++ b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/StreamEventLoop.html b/src/classes/ActionCable/Connection/StreamEventLoop.html
index 4a58b367e2..03533544e0 100644
--- a/src/classes/ActionCable/Connection/StreamEventLoop.html
+++ b/src/classes/ActionCable/Connection/StreamEventLoop.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -112,7 +112,7 @@ new()
@spawn_mutex = Mutex.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -147,7 +147,7 @@ attach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -179,7 +179,7 @@ detach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -209,7 +209,7 @@ post(task = nil, &block)
@executor << task
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -237,7 +237,7 @@ stop()
wakeup if @nio
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -264,7 +264,7 @@ timer(interval, &block)
Concurrent::TimerTask.new(execution_interval: interval, &block).tap(&:execute)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -296,7 +296,7 @@ writes_pending(io)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
index 7524c24591..e48a1afc81 100644
--- a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
+++ b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -118,7 +118,7 @@ new(logger, tags:)
@tags = tags.flatten
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -150,7 +150,7 @@ add_tags(*tags)
@tags = @tags.uniq
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -182,7 +182,7 @@ tag(logger, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -212,7 +212,7 @@ log(type, message, &block)
tag(@logger) { @logger.send type, message, &block }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase.html b/src/classes/ActionCable/Connection/TestCase.html
index 39bc5cb056..6fea7fdc86 100644
--- a/src/classes/ActionCable/Connection/TestCase.html
+++ b/src/classes/ActionCable/Connection/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior.html b/src/classes/ActionCable/Connection/TestCase/Behavior.html
index 1bf7292841..a43da9a706 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -169,7 +169,7 @@ connect(path = ActionCable.server.config.
@connection = connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -196,7 +196,7 @@ cookies()
@cookie_jar ||= TestCookieJar.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -228,7 +228,7 @@ disconnect()
@connection = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
index 4dc624226e..6cf3acb952 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ connection_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_connec
connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(connection)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestConnection.html b/src/classes/ActionCable/Connection/TestConnection.html
index 1f8a17e8b9..77e83b3929 100644
--- a/src/classes/ActionCable/Connection/TestConnection.html
+++ b/src/classes/ActionCable/Connection/TestConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -103,7 +103,7 @@ new(request)
@env = request.env
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCookieJar.html b/src/classes/ActionCable/Connection/TestCookieJar.html
index a26eaee17a..06896a38b6 100644
--- a/src/classes/ActionCable/Connection/TestCookieJar.html
+++ b/src/classes/ActionCable/Connection/TestCookieJar.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -94,7 +94,7 @@ encrypted()
@encrypted ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ signed()
@signed ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestRequest.html b/src/classes/ActionCable/Connection/TestRequest.html
index 794c806e21..1a276e6389 100644
--- a/src/classes/ActionCable/Connection/TestRequest.html
+++ b/src/classes/ActionCable/Connection/TestRequest.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Helpers.html b/src/classes/ActionCable/Helpers.html
index df974f8111..f1ed592944 100644
--- a/src/classes/ActionCable/Helpers.html
+++ b/src/classes/ActionCable/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Helpers/ActionCableHelper.html b/src/classes/ActionCable/Helpers/ActionCableHelper.html
index fd40a1bc1c..34db4fd216 100644
--- a/src/classes/ActionCable/Helpers/ActionCableHelper.html
+++ b/src/classes/ActionCable/Helpers/ActionCableHelper.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -109,7 +109,7 @@ action_cable_meta_tag()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections.html b/src/classes/ActionCable/RemoteConnections.html
index 88e9a6f9f6..3c256d2a2f 100644
--- a/src/classes/ActionCable/RemoteConnections.html
+++ b/src/classes/ActionCable/RemoteConnections.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -139,7 +139,7 @@ new(server)
@server = server
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ where(identifier)
RemoteConnection.new(server, identifier)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
index fc889f94c2..60ab208791 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -123,7 +123,7 @@ new(server, ids)
set_identifier_instance_vars(ids)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -156,7 +156,7 @@ disconnect(reconnect: true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
index e39959f775..23fd887d4d 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server.html b/src/classes/ActionCable/Server.html
index 3d83e0c64b..c26dcbfdb1 100644
--- a/src/classes/ActionCable/Server.html
+++ b/src/classes/ActionCable/Server.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Server/Base.html b/src/classes/ActionCable/Server/Base.html
index cf38c598e1..1d086831fe 100644
--- a/src/classes/ActionCable/Server/Base.html
+++ b/src/classes/ActionCable/Server/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -163,7 +163,7 @@ logger()
# File actioncable/lib/action_cable/server/base.rb, line 26
def self.logger; config.logger; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -192,7 +192,7 @@ new(config: self.class.config)
@remote_connections = @event_loop = @worker_pool = @pubsub = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -227,7 +227,7 @@ call(env)
config.connection_class.call.new(self, env).process
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ connection_identifiers()
config.connection_class.call.identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -285,7 +285,7 @@ disconnect(identifiers)
remote_connections.where(identifiers).disconnect
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -312,7 +312,7 @@ event_loop()
@event_loop || @mutex.synchronize { @event_loop ||= ActionCable::Connection::StreamEventLoop.new }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -341,7 +341,7 @@ pubsub()
@pubsub || @mutex.synchronize { @pubsub ||= config.pubsub_adapter.new(self) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -370,7 +370,7 @@ remote_connections()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -409,7 +409,7 @@ restart()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -442,7 +442,7 @@ worker_pool()
@worker_pool || @mutex.synchronize { @worker_pool ||= ActionCable::Server::Worker.new(max_size: config.worker_pool_size) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting.html b/src/classes/ActionCable/Server/Broadcasting.html
index 856e570d72..e492832214 100644
--- a/src/classes/ActionCable/Server/Broadcasting.html
+++ b/src/classes/ActionCable/Server/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -123,7 +123,7 @@ broadcast(broadcasting, message, coder:
broadcaster_for(broadcasting, coder: coder).broadcast(message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -152,7 +152,7 @@ broadcaster_for(broadcasting, cod
Broadcaster.new(self, String(broadcasting), coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
index 2f9dd504e9..bead8ec24b 100644
--- a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
+++ b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -117,7 +117,7 @@ new(server, broadcasting, coder:)
@server, @broadcasting, @coder = server, broadcasting, coder
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -154,7 +154,7 @@ broadcast(message)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Configuration.html b/src/classes/ActionCable/Server/Configuration.html
index e1fcef515d..f335e248c6 100644
--- a/src/classes/ActionCable/Server/Configuration.html
+++ b/src/classes/ActionCable/Server/Configuration.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -224,7 +224,7 @@ new()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ pubsub_adapter()
"ActionCable::SubscriptionAdapter::#{adapter}".constantize
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Worker.html b/src/classes/ActionCable/Server/Worker.html
index 20b8ae5132..257bd35552 100644
--- a/src/classes/ActionCable/Server/Worker.html
+++ b/src/classes/ActionCable/Server/Worker.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
index ffdd138d9a..3043ada01c 100644
--- a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
+++ b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ with_database_connections
connection.logger.tag(ActiveRecord::Base.logger, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/SubscriptionAdapter.html b/src/classes/ActionCable/SubscriptionAdapter.html
index dc1e6f35d4..f37199027d 100644
--- a/src/classes/ActionCable/SubscriptionAdapter.html
+++ b/src/classes/ActionCable/SubscriptionAdapter.html
@@ -5,7 +5,7 @@
-
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
@@ -78,7 +78,7 @@
@@ -426,7 +426,7 @@ + Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ view_cache_dependency(&
self._view_cache_dependencies += [dependency]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/ConfigMethods.html b/src/classes/AbstractController/Caching/ConfigMethods.html
index 3c4fa58d3b..3632071a5e 100644
--- a/src/classes/AbstractController/Caching/ConfigMethods.html
+++ b/src/classes/AbstractController/Caching/ConfigMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ cache_store()
config.cache_store
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -109,7 +109,7 @@ cache_store=(store)
config.cache_store = ActiveSupport::Cache.lookup_store(*store)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments.html b/src/classes/AbstractController/Caching/Fragments.html
index d6f716729e..e1a8558878 100644
--- a/src/classes/AbstractController/Caching/Fragments.html
+++ b/src/classes/AbstractController/Caching/Fragments.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -128,7 +128,7 @@ combined_fragment_cache_k
cache_key
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ expire_fragment(key, options = ni
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -211,7 +211,7 @@ fragment_exist?(key, options =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -246,7 +246,7 @@ read_fragment(key, options = nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ write_fragment(key, content, optio
content
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
index b921a6328c..12b9fe371d 100644
--- a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
+++ b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ fragment_cache_key(value = nil
self.fragment_cache_keys += [key || -> { value }]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Callbacks.html b/src/classes/AbstractController/Callbacks.html
index 36bffc7d1d..70d2d6aa5e 100644
--- a/src/classes/AbstractController/Callbacks.html
+++ b/src/classes/AbstractController/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Callbacks/ClassMethods.html b/src/classes/AbstractController/Callbacks/ClassMethods.html
index 279f53a789..9c13cdf638 100644
--- a/src/classes/AbstractController/Callbacks/ClassMethods.html
+++ b/src/classes/AbstractController/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -153,7 +153,7 @@ Block Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -202,7 +202,7 @@ Options
_normalize_callback_option(options, :except, :unless)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -222,7 +222,7 @@ after_action(names, block)
- 🔎 See on GitHub
+
@@ -240,7 +240,7 @@ append_after_action(names, bl
- 🔎 See on GitHub
+
@@ -258,7 +258,7 @@ append_around_action(names,
- 🔎 See on GitHub
+
@@ -278,7 +278,7 @@ append_before_action(names,
- 🔎 See on GitHub
+
@@ -296,7 +296,7 @@ around_action(names, block)
- 🔎 See on GitHub
+
@@ -316,7 +316,7 @@ before_action(names, block)
- 🔎 See on GitHub
+
@@ -334,7 +334,7 @@ prepend_after_action(names,
- 🔎 See on GitHub
+
@@ -352,7 +352,7 @@ prepend_around_action(names
- 🔎 See on GitHub
+
@@ -372,7 +372,7 @@ prepend_before_action(names
- 🔎 See on GitHub
+
@@ -390,7 +390,7 @@ skip_after_action(names)
- 🔎 See on GitHub
+
@@ -408,7 +408,7 @@ skip_around_action(names)
- 🔎 See on GitHub
+
view_cache_dependency(&
self._view_cache_dependencies += [dependency]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/ConfigMethods.html b/src/classes/AbstractController/Caching/ConfigMethods.html
index 3c4fa58d3b..3632071a5e 100644
--- a/src/classes/AbstractController/Caching/ConfigMethods.html
+++ b/src/classes/AbstractController/Caching/ConfigMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
@@ -82,7 +82,7 @@
@@ -390,7 +390,7 @@ + Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ cache_store()
config.cache_store
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -109,7 +109,7 @@ cache_store=(store)
config.cache_store = ActiveSupport::Cache.lookup_store(*store)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments.html b/src/classes/AbstractController/Caching/Fragments.html
index d6f716729e..e1a8558878 100644
--- a/src/classes/AbstractController/Caching/Fragments.html
+++ b/src/classes/AbstractController/Caching/Fragments.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -128,7 +128,7 @@ combined_fragment_cache_k
cache_key
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ expire_fragment(key, options = ni
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -211,7 +211,7 @@ fragment_exist?(key, options =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -246,7 +246,7 @@ read_fragment(key, options = nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ write_fragment(key, content, optio
content
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
index b921a6328c..12b9fe371d 100644
--- a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
+++ b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ fragment_cache_key(value = nil
self.fragment_cache_keys += [key || -> { value }]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Callbacks.html b/src/classes/AbstractController/Callbacks.html
index 36bffc7d1d..70d2d6aa5e 100644
--- a/src/classes/AbstractController/Callbacks.html
+++ b/src/classes/AbstractController/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Callbacks/ClassMethods.html b/src/classes/AbstractController/Callbacks/ClassMethods.html
index 279f53a789..9c13cdf638 100644
--- a/src/classes/AbstractController/Callbacks/ClassMethods.html
+++ b/src/classes/AbstractController/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -153,7 +153,7 @@ Block Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -202,7 +202,7 @@ Options
_normalize_callback_option(options, :except, :unless)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -222,7 +222,7 @@ after_action(names, block)
- 🔎 See on GitHub
+
@@ -240,7 +240,7 @@ append_after_action(names, bl
- 🔎 See on GitHub
+
@@ -258,7 +258,7 @@ append_around_action(names,
- 🔎 See on GitHub
+
@@ -278,7 +278,7 @@ append_before_action(names,
- 🔎 See on GitHub
+
@@ -296,7 +296,7 @@ around_action(names, block)
- 🔎 See on GitHub
+
@@ -316,7 +316,7 @@ before_action(names, block)
- 🔎 See on GitHub
+
@@ -334,7 +334,7 @@ prepend_after_action(names,
- 🔎 See on GitHub
+
@@ -352,7 +352,7 @@ prepend_around_action(names
- 🔎 See on GitHub
+
@@ -372,7 +372,7 @@ prepend_before_action(names
- 🔎 See on GitHub
+
cache_store()cache_store=(store)
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
@@ -128,7 +128,7 @@
@@ -352,7 +352,7 @@ + Ruby on Rails 8.1.0
Module
@@ -128,7 +128,7 @@ combined_fragment_cache_k
cache_key
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ expire_fragment(key, options = ni
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -211,7 +211,7 @@ fragment_exist?(key, options =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -246,7 +246,7 @@ read_fragment(key, options = nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ write_fragment(key, content, optio
content
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
index b921a6328c..12b9fe371d 100644
--- a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
+++ b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ fragment_cache_key(value = nil
self.fragment_cache_keys += [key || -> { value }]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Callbacks.html b/src/classes/AbstractController/Callbacks.html
index 36bffc7d1d..70d2d6aa5e 100644
--- a/src/classes/AbstractController/Callbacks.html
+++ b/src/classes/AbstractController/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Callbacks/ClassMethods.html b/src/classes/AbstractController/Callbacks/ClassMethods.html
index 279f53a789..9c13cdf638 100644
--- a/src/classes/AbstractController/Callbacks/ClassMethods.html
+++ b/src/classes/AbstractController/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -153,7 +153,7 @@ Block Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -202,7 +202,7 @@ Options
_normalize_callback_option(options, :except, :unless)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -222,7 +222,7 @@ after_action(names, block)
- 🔎 See on GitHub
+
@@ -240,7 +240,7 @@ append_after_action(names, bl
- 🔎 See on GitHub
+
@@ -258,7 +258,7 @@ append_around_action(names,
- 🔎 See on GitHub
+
@@ -278,7 +278,7 @@ append_before_action(names,
- 🔎 See on GitHub
+
@@ -296,7 +296,7 @@ around_action(names, block)
- 🔎 See on GitHub
+
@@ -316,7 +316,7 @@ before_action(names, block)
- 🔎 See on GitHub
+
@@ -334,7 +334,7 @@ prepend_after_action(names,
- 🔎 See on GitHub
+
combined_fragment_cache_k
cache_key
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ expire_fragment(key, options = ni
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -211,7 +211,7 @@ fragment_exist?(key, options =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -246,7 +246,7 @@ read_fragment(key, options = nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ write_fragment(key, content, optio
content
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
index b921a6328c..12b9fe371d 100644
--- a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
+++ b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ fragment_cache_key(value = nil
self.fragment_cache_keys += [key || -> { value }]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Callbacks.html b/src/classes/AbstractController/Callbacks.html
index 36bffc7d1d..70d2d6aa5e 100644
--- a/src/classes/AbstractController/Callbacks.html
+++ b/src/classes/AbstractController/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Callbacks/ClassMethods.html b/src/classes/AbstractController/Callbacks/ClassMethods.html
index 279f53a789..9c13cdf638 100644
--- a/src/classes/AbstractController/Callbacks/ClassMethods.html
+++ b/src/classes/AbstractController/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -153,7 +153,7 @@ Block Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -202,7 +202,7 @@ Options
_normalize_callback_option(options, :except, :unless)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -222,7 +222,7 @@ after_action(names, block)
- 🔎 See on GitHub
+
@@ -240,7 +240,7 @@ append_after_action(names, bl
- 🔎 See on GitHub
+
@@ -258,7 +258,7 @@ append_around_action(names,
- 🔎 See on GitHub
+
@@ -278,7 +278,7 @@ append_before_action(names,
- 🔎 See on GitHub
+
@@ -296,7 +296,7 @@ around_action(names, block)
- 🔎 See on GitHub
+
@@ -316,7 +316,7 @@ before_action(names, block)
- 🔎 See on GitHub
+
@@ -334,7 +334,7 @@ prepend_after_action(names,
- 🔎 See on GitHub
+
fragment_exist?(key, options =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -246,7 +246,7 @@ read_fragment(key, options = nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ write_fragment(key, content, optio
content
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
index b921a6328c..12b9fe371d 100644
--- a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
+++ b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ fragment_cache_key(value = nil
self.fragment_cache_keys += [key || -> { value }]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Callbacks.html b/src/classes/AbstractController/Callbacks.html
index 36bffc7d1d..70d2d6aa5e 100644
--- a/src/classes/AbstractController/Callbacks.html
+++ b/src/classes/AbstractController/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Callbacks/ClassMethods.html b/src/classes/AbstractController/Callbacks/ClassMethods.html
index 279f53a789..9c13cdf638 100644
--- a/src/classes/AbstractController/Callbacks/ClassMethods.html
+++ b/src/classes/AbstractController/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -153,7 +153,7 @@ Block Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -202,7 +202,7 @@ Options
_normalize_callback_option(options, :except, :unless)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -222,7 +222,7 @@ after_action(names, block)
- 🔎 See on GitHub
+
@@ -240,7 +240,7 @@ append_after_action(names, bl
- 🔎 See on GitHub
+
@@ -258,7 +258,7 @@ append_around_action(names,
- 🔎 See on GitHub
+
@@ -278,7 +278,7 @@ append_before_action(names,
- 🔎 See on GitHub
+
@@ -296,7 +296,7 @@ around_action(names, block)
- 🔎 See on GitHub
+
@@ -316,7 +316,7 @@ before_action(names, block)
- 🔎 See on GitHub
+
@@ -334,7 +334,7 @@ prepend_after_action(names,
- 🔎 See on GitHub
+
write_fragment(key, content, optio
content
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
index b921a6328c..12b9fe371d 100644
--- a/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
+++ b/src/classes/AbstractController/Caching/Fragments/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
@@ -96,7 +96,7 @@
@@ -316,7 +316,7 @@ + Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ fragment_cache_key(value = nil
self.fragment_cache_keys += [key || -> { value }]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Callbacks.html b/src/classes/AbstractController/Callbacks.html
index 36bffc7d1d..70d2d6aa5e 100644
--- a/src/classes/AbstractController/Callbacks.html
+++ b/src/classes/AbstractController/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Callbacks/ClassMethods.html b/src/classes/AbstractController/Callbacks/ClassMethods.html
index 279f53a789..9c13cdf638 100644
--- a/src/classes/AbstractController/Callbacks/ClassMethods.html
+++ b/src/classes/AbstractController/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -153,7 +153,7 @@ Block Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -202,7 +202,7 @@ Options
_normalize_callback_option(options, :except, :unless)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -222,7 +222,7 @@ after_action(names, block)
- 🔎 See on GitHub
+
@@ -240,7 +240,7 @@ append_after_action(names, bl
- 🔎 See on GitHub
+
@@ -258,7 +258,7 @@ append_around_action(names,
- 🔎 See on GitHub
+
@@ -278,7 +278,7 @@ append_before_action(names,
- 🔎 See on GitHub
+
@@ -296,7 +296,7 @@ around_action(names, block)
- 🔎 See on GitHub
+
fragment_cache_key(value = nil
self.fragment_cache_keys += [key || -> { value }]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Callbacks.html b/src/classes/AbstractController/Callbacks.html
index 36bffc7d1d..70d2d6aa5e 100644
--- a/src/classes/AbstractController/Callbacks.html
+++ b/src/classes/AbstractController/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
diff --git a/src/classes/AbstractController/Callbacks/ClassMethods.html b/src/classes/AbstractController/Callbacks/ClassMethods.html
index 279f53a789..9c13cdf638 100644
--- a/src/classes/AbstractController/Callbacks/ClassMethods.html
+++ b/src/classes/AbstractController/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
@@ -278,7 +278,7 @@ + Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Callbacks/ClassMethods.html b/src/classes/AbstractController/Callbacks/ClassMethods.html
index 279f53a789..9c13cdf638 100644
--- a/src/classes/AbstractController/Callbacks/ClassMethods.html
+++ b/src/classes/AbstractController/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -153,7 +153,7 @@ Block Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -202,7 +202,7 @@ Options
_normalize_callback_option(options, :except, :unless)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -222,7 +222,7 @@ after_action(names, block)
- 🔎 See on GitHub
+
@@ -240,7 +240,7 @@ append_after_action(names, bl
- 🔎 See on GitHub
+
@@ -258,7 +258,7 @@ append_around_action(names,
- 🔎 See on GitHub
+
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
@@ -153,7 +153,7 @@
@@ -240,7 +240,7 @@ + Ruby on Rails 8.1.0
Module
@@ -153,7 +153,7 @@ Block Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -202,7 +202,7 @@ Options
_normalize_callback_option(options, :except, :unless)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -222,7 +222,7 @@ after_action(names, block)
- 🔎 See on GitHub
+
after_action(names, block)
- 🔎 See on GitHub
+
append_after_action(names, bl
- 🔎 See on GitHub
+
append_around_action(names,
- 🔎 See on GitHub
+
append_before_action(names,
- 🔎 See on GitHub
+
around_action(names, block)
- 🔎 See on GitHub
+
before_action(names, block)
- 🔎 See on GitHub
+
prepend_after_action(names,
- 🔎 See on GitHub
+
prepend_around_action(names
- 🔎 See on GitHub
+
prepend_before_action(names
- 🔎 See on GitHub
+
skip_after_action(names)
- 🔎 See on GitHub
+
skip_around_action(names)
- 🔎 See on GitHub
+
skip_before_action(names)
- 🔎 See on GitHub
+
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
@@ -82,7 +82,7 @@
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ generate_method_for_mime
RUBY
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/DoubleRenderError.html b/src/classes/AbstractController/DoubleRenderError.html
index 2af07391ab..0c08672e60 100644
--- a/src/classes/AbstractController/DoubleRenderError.html
+++ b/src/classes/AbstractController/DoubleRenderError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -96,7 +96,7 @@ new(message = nil)
super(message || DEFAULT_MESSAGE)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Helpers.html b/src/classes/AbstractController/Helpers.html
index a96b7ab681..0a3fa59b24 100644
--- a/src/classes/AbstractController/Helpers.html
+++ b/src/classes/AbstractController/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ _helpers()
self.class._helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Helpers/ClassMethods.html b/src/classes/AbstractController/Helpers/ClassMethods.html
index be9465245f..2b40346ed1 100644
--- a/src/classes/AbstractController/Helpers/ClassMethods.html
+++ b/src/classes/AbstractController/Helpers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -35,11 +35,11 @@ Methods
-
- #
+ _helpers_for_modification
-
- _helpers_for_modification
+ all_helpers_from_path
-
@@ -95,28 +95,6 @@
Attributes
Instance Public methods
-
- all_helpers_from_path(path)
-
-
-
-Returns a list of helper names in a given path.
-
-ActionController::Base.all_helpers_from_path 'app/helpers'
-# => ["application", "chart", "rubygems"]
-
-
-
-
-
-
-
-
-
- 🔎 See on GitHub
-
-
-
_helpers_for_modification()
@@ -141,12 +119,34 @@ _helpers_for_modification
_helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
+
+ all_helpers_from_path(path)
+
+
+
+Returns a list of helper names in a given path.
+
+ActionController::Base.all_helpers_from_path 'app/helpers'
+# => ["application", "chart", "rubygems"]
+
+
+
+
+
+
+
+
+
+
+
+
+
clear_helpers()
@@ -175,7 +175,7 @@ clear_helpers()
default_helper_module! unless anonymous?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -257,7 +257,7 @@ helper(*args, &block)
_helpers_for_modification.module_eval(&block) if block_given?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -325,7 +325,7 @@ Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -358,7 +358,7 @@ inherited(klass)
super
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -382,7 +382,7 @@ modules_for_helpers(modules_o
- 🔎 See on GitHub
+
diff --git a/src/classes/AbstractController/Railties.html b/src/classes/AbstractController/Railties.html
index e9e5642902..13cc1e425d 100644
--- a/src/classes/AbstractController/Railties.html
+++ b/src/classes/AbstractController/Railties.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Railties/RoutesHelpers.html b/src/classes/AbstractController/Railties/RoutesHelpers.html
index f2a9347d3e..1bb593a11d 100644
--- a/src/classes/AbstractController/Railties/RoutesHelpers.html
+++ b/src/classes/AbstractController/Railties/RoutesHelpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -87,7 +87,7 @@ with(routes, include_path_helpers = true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Rendering.html b/src/classes/AbstractController/Rendering.html
index 964676c7a2..c9cb1b18c3 100644
--- a/src/classes/AbstractController/Rendering.html
+++ b/src/classes/AbstractController/Rendering.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -145,7 +145,7 @@ render(*args, &block)
self.response_body = rendered_body
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -173,7 +173,7 @@ render_to_body(options = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -205,7 +205,7 @@ render_to_string(*args, &blo
render_to_body(options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -234,7 +234,7 @@ rendered_format()
Mime[:text]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -267,7 +267,7 @@ view_assigns()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -309,7 +309,7 @@ _normalize_args(action = nil, opt
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -338,7 +338,7 @@ _normalize_options(options)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -367,7 +367,7 @@ _process_options(options)
options
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Translation.html b/src/classes/AbstractController/Translation.html
index e4605629d9..5d4df4acaf 100644
--- a/src/classes/AbstractController/Translation.html
+++ b/src/classes/AbstractController/Translation.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ localize(object, **options)
I18n.localize(object, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -185,7 +185,7 @@ translate(key, **options)
ActiveSupport::HtmlSafeTranslation.translate(key, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor.html b/src/classes/AbstractController/UrlFor.html
index bab417c152..299d7e7853 100644
--- a/src/classes/AbstractController/UrlFor.html
+++ b/src/classes/AbstractController/UrlFor.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ _routes()
"For instance, `include Rails.application.routes.url_helpers`."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor/ClassMethods.html b/src/classes/AbstractController/UrlFor/ClassMethods.html
index 1dcd62c92c..5f3dfaaae0 100644
--- a/src/classes/AbstractController/UrlFor/ClassMethods.html
+++ b/src/classes/AbstractController/UrlFor/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ _routes()
nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ action_methods()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable.html b/src/classes/ActionCable.html
index 9fd8e01c4d..9d0aa33093 100644
--- a/src/classes/ActionCable.html
+++ b/src/classes/ActionCable.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -265,7 +265,7 @@ gem_version()
Gem::Version.new VERSION::STRING
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -294,7 +294,7 @@ version()
gem_version
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -327,7 +327,7 @@ server()
@server ||= ActionCable::Server::Base.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel.html b/src/classes/ActionCable/Channel.html
index 06b36ff362..c3b3d0b5ca 100644
--- a/src/classes/ActionCable/Channel.html
+++ b/src/classes/ActionCable/Channel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Base.html b/src/classes/ActionCable/Channel/Base.html
index 8e91435213..cb0db0a27e 100644
--- a/src/classes/ActionCable/Channel/Base.html
+++ b/src/classes/ActionCable/Channel/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -316,7 +316,7 @@ Returns
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -357,7 +357,7 @@ new(connection, identifier, params = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -389,7 +389,7 @@ clear_action_methods!()
@action_methods = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -419,7 +419,7 @@ method_added(name)
clear_action_methods!
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -461,7 +461,7 @@ perform_action(data)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -495,7 +495,7 @@ subscribe_to_channel()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -525,7 +525,7 @@ defer_subscription
@defer_subscription_confirmation_counter.increment
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -552,7 +552,7 @@ defer_subscription
@defer_subscription_confirmation_counter.value > 0
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -581,7 +581,7 @@ ensure_confirmation_sent
transmit_subscription_confirmation unless defer_subscription_confirmation?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -608,7 +608,7 @@ reject()
@reject_subscription = true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -637,7 +637,7 @@ subscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -664,7 +664,7 @@ subscription_confir
@subscription_confirmation_sent
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -691,7 +691,7 @@ subscription_rejected?()
@reject_subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -729,7 +729,7 @@ transmit(data, via: nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -758,7 +758,7 @@ unsubscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting.html b/src/classes/ActionCable/Channel/Broadcasting.html
index 8ab922fcca..8b2712f3fd 100644
--- a/src/classes/ActionCable/Channel/Broadcasting.html
+++ b/src/classes/ActionCable/Channel/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -95,7 +95,7 @@ broadcast_to(model, message)<
self.class.broadcast_to(model, message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -122,7 +122,7 @@ broadcasting_for(model)
self.class.broadcasting_for(model)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
index 18c3eec202..3fb0ae2d09 100644
--- a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ broadcast_to(broadcastables, message
ActionCable.server.broadcast(broadcasting_for(broadcastables), message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -118,7 +118,7 @@ broadcasting_for(broadcastables)
serialize_broadcasting([ channel_name ] + Array(broadcastables))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Callbacks.html b/src/classes/ActionCable/Channel/Callbacks.html
index 64985186c3..228b109bbd 100644
--- a/src/classes/ActionCable/Channel/Callbacks.html
+++ b/src/classes/ActionCable/Channel/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
index b40c50228d..ab7e6796c4 100644
--- a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -111,7 +111,7 @@ after_subscribe(*methods, &bl
set_callback(:subscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -144,7 +144,7 @@ after_unsubscribe(*methods, &am
set_callback(:unsubscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -171,7 +171,7 @@ before_subscribe(*methods, &
set_callback(:subscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -198,7 +198,7 @@ before_unsubscribe(*methods, &
set_callback(:unsubscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ChannelStub.html b/src/classes/ActionCable/Channel/ChannelStub.html
index 587a2b9c20..bdc14bbfca 100644
--- a/src/classes/ActionCable/Channel/ChannelStub.html
+++ b/src/classes/ActionCable/Channel/ChannelStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -110,7 +110,7 @@ confirmed?()
subscription_confirmation_sent?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -137,7 +137,7 @@ rejected?()
subscription_rejected?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ start_periodic_timers()# File actioncable/lib/action_cable/channel/test_case.rb, line 46
def start_periodic_timers; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_all_streams()
@_streams = []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -242,7 +242,7 @@ stream_from(broadcasting, *)
streams << broadcasting
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -269,7 +269,7 @@ streams()
@_streams ||= []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ConnectionStub.html b/src/classes/ActionCable/Channel/ConnectionStub.html
index 1630cedddf..6431a81cbf 100644
--- a/src/classes/ActionCable/Channel/ConnectionStub.html
+++ b/src/classes/ActionCable/Channel/ConnectionStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -146,7 +146,7 @@ new(identifiers = {})
@logger = ActiveSupport::TaggedLogging.new ActiveSupport::Logger.new(StringIO.new)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -204,7 +204,7 @@ transmit(cable_message)
transmissions << cable_message.with_indifferent_access
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming.html b/src/classes/ActionCable/Channel/Naming.html
index 4750ab6faa..0870eb54fa 100644
--- a/src/classes/ActionCable/Channel/Naming.html
+++ b/src/classes/ActionCable/Channel/Naming.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ channel_name()
self.class.channel_name
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming/ClassMethods.html b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
index 2054d9e292..6c81d06909 100644
--- a/src/classes/ActionCable/Channel/Naming/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -85,7 +85,7 @@ channel_name()
@channel_name ||= name.delete_suffix("Channel").gsub("::", ":").underscore
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/NonInferrableChannelError.html b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
index ece5bbf335..e185997ef9 100644
--- a/src/classes/ActionCable/Channel/NonInferrableChannelError.html
+++ b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers.html b/src/classes/ActionCable/Channel/PeriodicTimers.html
index 561da6e0dd..79d45a3130 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
index 1a26cae68a..3bff98bb07 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -108,7 +108,7 @@ periodically(callback_or_method_name
self.periodic_timers += [[ callback, every: every ]]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Streams.html b/src/classes/ActionCable/Channel/Streams.html
index 8d5022d17c..db3233a131 100644
--- a/src/classes/ActionCable/Channel/Streams.html
+++ b/src/classes/ActionCable/Channel/Streams.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -168,7 +168,7 @@ stop_all_streams()
end.clear
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_stream_for(model)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -230,7 +230,7 @@ stop_stream_from(broadcasting)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -261,7 +261,7 @@ stream_for(broadcastables, callback =
stream_from(broadcasting_for(broadcastables), callback || block, coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -307,7 +307,7 @@ stream_from(broadcasting, callback =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -340,7 +340,7 @@ stream_or_reject_for(model)<
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase.html b/src/classes/ActionCable/Channel/TestCase.html
index 6317ff44d0..7b221729d6 100644
--- a/src/classes/ActionCable/Channel/TestCase.html
+++ b/src/classes/ActionCable/Channel/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior.html b/src/classes/ActionCable/Channel/TestCase/Behavior.html
index 71da78d098..cf10c34acb 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -192,7 +192,7 @@ assert_broadcast_on(stream_or
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -221,7 +221,7 @@ assert_broadcasts(stream_or_obj
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ assert_has_no_stream(stream)
assert subscription.streams.exclude?(stream), "Stream #{stream} has been started"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -291,7 +291,7 @@ assert_has_no_stream_for
assert_has_no_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ assert_has_stream(stream)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -361,7 +361,7 @@ assert_has_stream_for(objec
assert_has_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -396,7 +396,7 @@ assert_no_streams()
assert subscription.streams.empty?, "No streams started was expected, but #{subscription.streams.count} found"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -428,7 +428,7 @@ perform(action, data = {})
subscription.perform_action(data.stringify_keys.merge("action" => action.to_s))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -464,7 +464,7 @@ stub_connection(identifiers = {})
@connection = ConnectionStub.new(identifiers)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -497,7 +497,7 @@ subscribe(params = {})
@subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -527,7 +527,7 @@ transmissions()
connection.transmissions.filter_map { |data| data["message"] }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -557,7 +557,7 @@ unsubscribe()
subscription.unsubscribe_from_channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
index 858a0ac552..a5f5798778 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ channel_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_channel
channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(channel)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection.html b/src/classes/ActionCable/Connection.html
index 7889c75284..b85796df4a 100644
--- a/src/classes/ActionCable/Connection.html
+++ b/src/classes/ActionCable/Connection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Assertions.html b/src/classes/ActionCable/Connection/Assertions.html
index 6fc9d0723c..83d5bd7403 100644
--- a/src/classes/ActionCable/Connection/Assertions.html
+++ b/src/classes/ActionCable/Connection/Assertions.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ assert_reject_connection
assert_raises(Authorization::UnauthorizedError, "Expected to reject connection but no rejection was made", &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization.html b/src/classes/ActionCable/Connection/Authorization.html
index 8e0d7a1439..c2c55de2c6 100644
--- a/src/classes/ActionCable/Connection/Authorization.html
+++ b/src/classes/ActionCable/Connection/Authorization.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ reject_unauthorized_co
raise UnauthorizedError
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
index ff36299a28..73d7917610 100644
--- a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
+++ b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/Base.html b/src/classes/ActionCable/Connection/Base.html
index c7f009aa10..0277955dd7 100644
--- a/src/classes/ActionCable/Connection/Base.html
+++ b/src/classes/ActionCable/Connection/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -261,7 +261,7 @@ new(server, env, coder: ActiveSupport::JSON)<
@started_at = Time.now
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -292,7 +292,7 @@ beat()
transmit type: ActionCable::INTERNAL[:message_types][:ping], message: Time.now.to_i
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ close(reason: nil, reconnect: true)<
websocket.close
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -355,7 +355,7 @@ handle_channel_command(pay
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -384,7 +384,7 @@ send_async(method, *arguments)<
worker_pool.async_invoke(self, method, *arguments)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -418,7 +418,7 @@ statistics()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -450,7 +450,7 @@ cookies()
request.cookie_jar
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -482,7 +482,7 @@ request()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Callbacks.html b/src/classes/ActionCable/Connection/Callbacks.html
index d6504ca284..b3bb372e91 100644
--- a/src/classes/ActionCable/Connection/Callbacks.html
+++ b/src/classes/ActionCable/Connection/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
index d11f1b1454..2868af7791 100644
--- a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -86,7 +86,7 @@ after_command(*methods, &block)
set_callback(:command, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ around_command(*methods, &bloc
set_callback(:command, :around, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -140,7 +140,7 @@ before_command(*methods, &bloc
set_callback(:command, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification.html b/src/classes/ActionCable/Connection/Identification.html
index cb1b371d7a..4aa8c6e993 100644
--- a/src/classes/ActionCable/Connection/Identification.html
+++ b/src/classes/ActionCable/Connection/Identification.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -97,7 +97,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification/ClassMethods.html b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
index 42be2d7255..75a449a10f 100644
--- a/src/classes/ActionCable/Connection/Identification/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -83,7 +83,7 @@ identified_by(*identifiers)<
self.identifiers += identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/InternalChannel.html b/src/classes/ActionCable/Connection/InternalChannel.html
index cfdccceaf4..c352da6adc 100644
--- a/src/classes/ActionCable/Connection/InternalChannel.html
+++ b/src/classes/ActionCable/Connection/InternalChannel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
index 26bba36295..ce00d293ed 100644
--- a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
+++ b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/StreamEventLoop.html b/src/classes/ActionCable/Connection/StreamEventLoop.html
index 4a58b367e2..03533544e0 100644
--- a/src/classes/ActionCable/Connection/StreamEventLoop.html
+++ b/src/classes/ActionCable/Connection/StreamEventLoop.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -112,7 +112,7 @@ new()
@spawn_mutex = Mutex.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -147,7 +147,7 @@ attach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -179,7 +179,7 @@ detach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -209,7 +209,7 @@ post(task = nil, &block)
@executor << task
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -237,7 +237,7 @@ stop()
wakeup if @nio
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -264,7 +264,7 @@ timer(interval, &block)
Concurrent::TimerTask.new(execution_interval: interval, &block).tap(&:execute)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -296,7 +296,7 @@ writes_pending(io)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
index 7524c24591..e48a1afc81 100644
--- a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
+++ b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -118,7 +118,7 @@ new(logger, tags:)
@tags = tags.flatten
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -150,7 +150,7 @@ add_tags(*tags)
@tags = @tags.uniq
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -182,7 +182,7 @@ tag(logger, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -212,7 +212,7 @@ log(type, message, &block)
tag(@logger) { @logger.send type, message, &block }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase.html b/src/classes/ActionCable/Connection/TestCase.html
index 39bc5cb056..6fea7fdc86 100644
--- a/src/classes/ActionCable/Connection/TestCase.html
+++ b/src/classes/ActionCable/Connection/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior.html b/src/classes/ActionCable/Connection/TestCase/Behavior.html
index 1bf7292841..a43da9a706 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -169,7 +169,7 @@ connect(path = ActionCable.server.config.
@connection = connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -196,7 +196,7 @@ cookies()
@cookie_jar ||= TestCookieJar.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -228,7 +228,7 @@ disconnect()
@connection = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
index 4dc624226e..6cf3acb952 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ connection_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_connec
connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(connection)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestConnection.html b/src/classes/ActionCable/Connection/TestConnection.html
index 1f8a17e8b9..77e83b3929 100644
--- a/src/classes/ActionCable/Connection/TestConnection.html
+++ b/src/classes/ActionCable/Connection/TestConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -103,7 +103,7 @@ new(request)
@env = request.env
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCookieJar.html b/src/classes/ActionCable/Connection/TestCookieJar.html
index a26eaee17a..06896a38b6 100644
--- a/src/classes/ActionCable/Connection/TestCookieJar.html
+++ b/src/classes/ActionCable/Connection/TestCookieJar.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -94,7 +94,7 @@ encrypted()
@encrypted ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ signed()
@signed ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestRequest.html b/src/classes/ActionCable/Connection/TestRequest.html
index 794c806e21..1a276e6389 100644
--- a/src/classes/ActionCable/Connection/TestRequest.html
+++ b/src/classes/ActionCable/Connection/TestRequest.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Helpers.html b/src/classes/ActionCable/Helpers.html
index df974f8111..f1ed592944 100644
--- a/src/classes/ActionCable/Helpers.html
+++ b/src/classes/ActionCable/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Helpers/ActionCableHelper.html b/src/classes/ActionCable/Helpers/ActionCableHelper.html
index fd40a1bc1c..34db4fd216 100644
--- a/src/classes/ActionCable/Helpers/ActionCableHelper.html
+++ b/src/classes/ActionCable/Helpers/ActionCableHelper.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -109,7 +109,7 @@ action_cable_meta_tag()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections.html b/src/classes/ActionCable/RemoteConnections.html
index 88e9a6f9f6..3c256d2a2f 100644
--- a/src/classes/ActionCable/RemoteConnections.html
+++ b/src/classes/ActionCable/RemoteConnections.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -139,7 +139,7 @@ new(server)
@server = server
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ where(identifier)
RemoteConnection.new(server, identifier)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
index fc889f94c2..60ab208791 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -123,7 +123,7 @@ new(server, ids)
set_identifier_instance_vars(ids)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -156,7 +156,7 @@ disconnect(reconnect: true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
index e39959f775..23fd887d4d 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server.html b/src/classes/ActionCable/Server.html
index 3d83e0c64b..c26dcbfdb1 100644
--- a/src/classes/ActionCable/Server.html
+++ b/src/classes/ActionCable/Server.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Server/Base.html b/src/classes/ActionCable/Server/Base.html
index cf38c598e1..1d086831fe 100644
--- a/src/classes/ActionCable/Server/Base.html
+++ b/src/classes/ActionCable/Server/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -163,7 +163,7 @@ logger()
# File actioncable/lib/action_cable/server/base.rb, line 26
def self.logger; config.logger; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -192,7 +192,7 @@ new(config: self.class.config)
@remote_connections = @event_loop = @worker_pool = @pubsub = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -227,7 +227,7 @@ call(env)
config.connection_class.call.new(self, env).process
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ connection_identifiers()
config.connection_class.call.identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -285,7 +285,7 @@ disconnect(identifiers)
remote_connections.where(identifiers).disconnect
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -312,7 +312,7 @@ event_loop()
@event_loop || @mutex.synchronize { @event_loop ||= ActionCable::Connection::StreamEventLoop.new }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -341,7 +341,7 @@ pubsub()
@pubsub || @mutex.synchronize { @pubsub ||= config.pubsub_adapter.new(self) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -370,7 +370,7 @@ remote_connections()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -409,7 +409,7 @@ restart()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -442,7 +442,7 @@ worker_pool()
@worker_pool || @mutex.synchronize { @worker_pool ||= ActionCable::Server::Worker.new(max_size: config.worker_pool_size) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting.html b/src/classes/ActionCable/Server/Broadcasting.html
index 856e570d72..e492832214 100644
--- a/src/classes/ActionCable/Server/Broadcasting.html
+++ b/src/classes/ActionCable/Server/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -123,7 +123,7 @@ broadcast(broadcasting, message, coder:
broadcaster_for(broadcasting, coder: coder).broadcast(message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -152,7 +152,7 @@ broadcaster_for(broadcasting, cod
Broadcaster.new(self, String(broadcasting), coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
index 2f9dd504e9..bead8ec24b 100644
--- a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
+++ b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -117,7 +117,7 @@ new(server, broadcasting, coder:)
@server, @broadcasting, @coder = server, broadcasting, coder
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -154,7 +154,7 @@ broadcast(message)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Configuration.html b/src/classes/ActionCable/Server/Configuration.html
index e1fcef515d..f335e248c6 100644
--- a/src/classes/ActionCable/Server/Configuration.html
+++ b/src/classes/ActionCable/Server/Configuration.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -224,7 +224,7 @@ new()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ pubsub_adapter()
"ActionCable::SubscriptionAdapter::#{adapter}".constantize
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Worker.html b/src/classes/ActionCable/Server/Worker.html
index 20b8ae5132..257bd35552 100644
--- a/src/classes/ActionCable/Server/Worker.html
+++ b/src/classes/ActionCable/Server/Worker.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
index ffdd138d9a..3043ada01c 100644
--- a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
+++ b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ with_database_connections
connection.logger.tag(ActiveRecord::Base.logger, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/SubscriptionAdapter.html b/src/classes/ActionCable/SubscriptionAdapter.html
index dc1e6f35d4..f37199027d 100644
--- a/src/classes/ActionCable/SubscriptionAdapter.html
+++ b/src/classes/ActionCable/SubscriptionAdapter.html
@@ -5,7 +5,7 @@
-
generate_method_for_mime
RUBY
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/DoubleRenderError.html b/src/classes/AbstractController/DoubleRenderError.html
index 2af07391ab..0c08672e60 100644
--- a/src/classes/AbstractController/DoubleRenderError.html
+++ b/src/classes/AbstractController/DoubleRenderError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
@@ -96,7 +96,7 @@
+ Ruby on Rails 8.1.0
Class
@@ -96,7 +96,7 @@ new(message = nil)
super(message || DEFAULT_MESSAGE)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Helpers.html b/src/classes/AbstractController/Helpers.html
index a96b7ab681..0a3fa59b24 100644
--- a/src/classes/AbstractController/Helpers.html
+++ b/src/classes/AbstractController/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ _helpers()
self.class._helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Helpers/ClassMethods.html b/src/classes/AbstractController/Helpers/ClassMethods.html
index be9465245f..2b40346ed1 100644
--- a/src/classes/AbstractController/Helpers/ClassMethods.html
+++ b/src/classes/AbstractController/Helpers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -35,11 +35,11 @@ Methods
-
- #
+ _helpers_for_modification
-
- _helpers_for_modification
+ all_helpers_from_path
-
@@ -95,28 +95,6 @@
Attributes
Instance Public methods
-
- all_helpers_from_path(path)
-
-
-
-Returns a list of helper names in a given path.
-
-ActionController::Base.all_helpers_from_path 'app/helpers'
-# => ["application", "chart", "rubygems"]
-
-
-
-
-
-
-
-
-
- 🔎 See on GitHub
-
-
-
_helpers_for_modification()
@@ -141,12 +119,34 @@ _helpers_for_modification
_helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
+
+ all_helpers_from_path(path)
+
+
+
+Returns a list of helper names in a given path.
+
+ActionController::Base.all_helpers_from_path 'app/helpers'
+# => ["application", "chart", "rubygems"]
+
+
+
+
+
+
+
+
+
+
+
+
+
clear_helpers()
@@ -175,7 +175,7 @@ clear_helpers()
default_helper_module! unless anonymous?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -257,7 +257,7 @@ helper(*args, &block)
_helpers_for_modification.module_eval(&block) if block_given?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -325,7 +325,7 @@ Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -358,7 +358,7 @@ inherited(klass)
super
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -382,7 +382,7 @@ modules_for_helpers(modules_o
- 🔎 See on GitHub
+
diff --git a/src/classes/AbstractController/Railties.html b/src/classes/AbstractController/Railties.html
index e9e5642902..13cc1e425d 100644
--- a/src/classes/AbstractController/Railties.html
+++ b/src/classes/AbstractController/Railties.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Railties/RoutesHelpers.html b/src/classes/AbstractController/Railties/RoutesHelpers.html
index f2a9347d3e..1bb593a11d 100644
--- a/src/classes/AbstractController/Railties/RoutesHelpers.html
+++ b/src/classes/AbstractController/Railties/RoutesHelpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -87,7 +87,7 @@ with(routes, include_path_helpers = true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Rendering.html b/src/classes/AbstractController/Rendering.html
index 964676c7a2..c9cb1b18c3 100644
--- a/src/classes/AbstractController/Rendering.html
+++ b/src/classes/AbstractController/Rendering.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -145,7 +145,7 @@ render(*args, &block)
self.response_body = rendered_body
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -173,7 +173,7 @@ render_to_body(options = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -205,7 +205,7 @@ render_to_string(*args, &blo
render_to_body(options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -234,7 +234,7 @@ rendered_format()
Mime[:text]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -267,7 +267,7 @@ view_assigns()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -309,7 +309,7 @@ _normalize_args(action = nil, opt
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -338,7 +338,7 @@ _normalize_options(options)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -367,7 +367,7 @@ _process_options(options)
options
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Translation.html b/src/classes/AbstractController/Translation.html
index e4605629d9..5d4df4acaf 100644
--- a/src/classes/AbstractController/Translation.html
+++ b/src/classes/AbstractController/Translation.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ localize(object, **options)
I18n.localize(object, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -185,7 +185,7 @@ translate(key, **options)
ActiveSupport::HtmlSafeTranslation.translate(key, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor.html b/src/classes/AbstractController/UrlFor.html
index bab417c152..299d7e7853 100644
--- a/src/classes/AbstractController/UrlFor.html
+++ b/src/classes/AbstractController/UrlFor.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ _routes()
"For instance, `include Rails.application.routes.url_helpers`."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor/ClassMethods.html b/src/classes/AbstractController/UrlFor/ClassMethods.html
index 1dcd62c92c..5f3dfaaae0 100644
--- a/src/classes/AbstractController/UrlFor/ClassMethods.html
+++ b/src/classes/AbstractController/UrlFor/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ _routes()
nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ action_methods()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable.html b/src/classes/ActionCable.html
index 9fd8e01c4d..9d0aa33093 100644
--- a/src/classes/ActionCable.html
+++ b/src/classes/ActionCable.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -265,7 +265,7 @@ gem_version()
Gem::Version.new VERSION::STRING
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -294,7 +294,7 @@ version()
gem_version
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -327,7 +327,7 @@ server()
@server ||= ActionCable::Server::Base.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel.html b/src/classes/ActionCable/Channel.html
index 06b36ff362..c3b3d0b5ca 100644
--- a/src/classes/ActionCable/Channel.html
+++ b/src/classes/ActionCable/Channel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Base.html b/src/classes/ActionCable/Channel/Base.html
index 8e91435213..cb0db0a27e 100644
--- a/src/classes/ActionCable/Channel/Base.html
+++ b/src/classes/ActionCable/Channel/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -316,7 +316,7 @@ Returns
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -357,7 +357,7 @@ new(connection, identifier, params = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -389,7 +389,7 @@ clear_action_methods!()
@action_methods = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -419,7 +419,7 @@ method_added(name)
clear_action_methods!
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -461,7 +461,7 @@ perform_action(data)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -495,7 +495,7 @@ subscribe_to_channel()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -525,7 +525,7 @@ defer_subscription
@defer_subscription_confirmation_counter.increment
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -552,7 +552,7 @@ defer_subscription
@defer_subscription_confirmation_counter.value > 0
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -581,7 +581,7 @@ ensure_confirmation_sent
transmit_subscription_confirmation unless defer_subscription_confirmation?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -608,7 +608,7 @@ reject()
@reject_subscription = true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -637,7 +637,7 @@ subscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -664,7 +664,7 @@ subscription_confir
@subscription_confirmation_sent
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -691,7 +691,7 @@ subscription_rejected?()
@reject_subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -729,7 +729,7 @@ transmit(data, via: nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -758,7 +758,7 @@ unsubscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting.html b/src/classes/ActionCable/Channel/Broadcasting.html
index 8ab922fcca..8b2712f3fd 100644
--- a/src/classes/ActionCable/Channel/Broadcasting.html
+++ b/src/classes/ActionCable/Channel/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -95,7 +95,7 @@ broadcast_to(model, message)<
self.class.broadcast_to(model, message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -122,7 +122,7 @@ broadcasting_for(model)
self.class.broadcasting_for(model)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
index 18c3eec202..3fb0ae2d09 100644
--- a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ broadcast_to(broadcastables, message
ActionCable.server.broadcast(broadcasting_for(broadcastables), message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -118,7 +118,7 @@ broadcasting_for(broadcastables)
serialize_broadcasting([ channel_name ] + Array(broadcastables))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Callbacks.html b/src/classes/ActionCable/Channel/Callbacks.html
index 64985186c3..228b109bbd 100644
--- a/src/classes/ActionCable/Channel/Callbacks.html
+++ b/src/classes/ActionCable/Channel/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
index b40c50228d..ab7e6796c4 100644
--- a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -111,7 +111,7 @@ after_subscribe(*methods, &bl
set_callback(:subscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -144,7 +144,7 @@ after_unsubscribe(*methods, &am
set_callback(:unsubscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -171,7 +171,7 @@ before_subscribe(*methods, &
set_callback(:subscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -198,7 +198,7 @@ before_unsubscribe(*methods, &
set_callback(:unsubscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ChannelStub.html b/src/classes/ActionCable/Channel/ChannelStub.html
index 587a2b9c20..bdc14bbfca 100644
--- a/src/classes/ActionCable/Channel/ChannelStub.html
+++ b/src/classes/ActionCable/Channel/ChannelStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -110,7 +110,7 @@ confirmed?()
subscription_confirmation_sent?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -137,7 +137,7 @@ rejected?()
subscription_rejected?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ start_periodic_timers()# File actioncable/lib/action_cable/channel/test_case.rb, line 46
def start_periodic_timers; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_all_streams()
@_streams = []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -242,7 +242,7 @@ stream_from(broadcasting, *)
streams << broadcasting
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -269,7 +269,7 @@ streams()
@_streams ||= []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ConnectionStub.html b/src/classes/ActionCable/Channel/ConnectionStub.html
index 1630cedddf..6431a81cbf 100644
--- a/src/classes/ActionCable/Channel/ConnectionStub.html
+++ b/src/classes/ActionCable/Channel/ConnectionStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -146,7 +146,7 @@ new(identifiers = {})
@logger = ActiveSupport::TaggedLogging.new ActiveSupport::Logger.new(StringIO.new)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -204,7 +204,7 @@ transmit(cable_message)
transmissions << cable_message.with_indifferent_access
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming.html b/src/classes/ActionCable/Channel/Naming.html
index 4750ab6faa..0870eb54fa 100644
--- a/src/classes/ActionCable/Channel/Naming.html
+++ b/src/classes/ActionCable/Channel/Naming.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ channel_name()
self.class.channel_name
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming/ClassMethods.html b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
index 2054d9e292..6c81d06909 100644
--- a/src/classes/ActionCable/Channel/Naming/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -85,7 +85,7 @@ channel_name()
@channel_name ||= name.delete_suffix("Channel").gsub("::", ":").underscore
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/NonInferrableChannelError.html b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
index ece5bbf335..e185997ef9 100644
--- a/src/classes/ActionCable/Channel/NonInferrableChannelError.html
+++ b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers.html b/src/classes/ActionCable/Channel/PeriodicTimers.html
index 561da6e0dd..79d45a3130 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
index 1a26cae68a..3bff98bb07 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -108,7 +108,7 @@ periodically(callback_or_method_name
self.periodic_timers += [[ callback, every: every ]]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Streams.html b/src/classes/ActionCable/Channel/Streams.html
index 8d5022d17c..db3233a131 100644
--- a/src/classes/ActionCable/Channel/Streams.html
+++ b/src/classes/ActionCable/Channel/Streams.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -168,7 +168,7 @@ stop_all_streams()
end.clear
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_stream_for(model)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -230,7 +230,7 @@ stop_stream_from(broadcasting)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -261,7 +261,7 @@ stream_for(broadcastables, callback =
stream_from(broadcasting_for(broadcastables), callback || block, coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -307,7 +307,7 @@ stream_from(broadcasting, callback =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -340,7 +340,7 @@ stream_or_reject_for(model)<
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase.html b/src/classes/ActionCable/Channel/TestCase.html
index 6317ff44d0..7b221729d6 100644
--- a/src/classes/ActionCable/Channel/TestCase.html
+++ b/src/classes/ActionCable/Channel/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior.html b/src/classes/ActionCable/Channel/TestCase/Behavior.html
index 71da78d098..cf10c34acb 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -192,7 +192,7 @@ assert_broadcast_on(stream_or
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -221,7 +221,7 @@ assert_broadcasts(stream_or_obj
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ assert_has_no_stream(stream)
assert subscription.streams.exclude?(stream), "Stream #{stream} has been started"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -291,7 +291,7 @@ assert_has_no_stream_for
assert_has_no_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ assert_has_stream(stream)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -361,7 +361,7 @@ assert_has_stream_for(objec
assert_has_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -396,7 +396,7 @@ assert_no_streams()
assert subscription.streams.empty?, "No streams started was expected, but #{subscription.streams.count} found"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -428,7 +428,7 @@ perform(action, data = {})
subscription.perform_action(data.stringify_keys.merge("action" => action.to_s))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -464,7 +464,7 @@ stub_connection(identifiers = {})
@connection = ConnectionStub.new(identifiers)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -497,7 +497,7 @@ subscribe(params = {})
@subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -527,7 +527,7 @@ transmissions()
connection.transmissions.filter_map { |data| data["message"] }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -557,7 +557,7 @@ unsubscribe()
subscription.unsubscribe_from_channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
index 858a0ac552..a5f5798778 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ channel_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_channel
channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(channel)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection.html b/src/classes/ActionCable/Connection.html
index 7889c75284..b85796df4a 100644
--- a/src/classes/ActionCable/Connection.html
+++ b/src/classes/ActionCable/Connection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Assertions.html b/src/classes/ActionCable/Connection/Assertions.html
index 6fc9d0723c..83d5bd7403 100644
--- a/src/classes/ActionCable/Connection/Assertions.html
+++ b/src/classes/ActionCable/Connection/Assertions.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ assert_reject_connection
assert_raises(Authorization::UnauthorizedError, "Expected to reject connection but no rejection was made", &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization.html b/src/classes/ActionCable/Connection/Authorization.html
index 8e0d7a1439..c2c55de2c6 100644
--- a/src/classes/ActionCable/Connection/Authorization.html
+++ b/src/classes/ActionCable/Connection/Authorization.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ reject_unauthorized_co
raise UnauthorizedError
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
index ff36299a28..73d7917610 100644
--- a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
+++ b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/Base.html b/src/classes/ActionCable/Connection/Base.html
index c7f009aa10..0277955dd7 100644
--- a/src/classes/ActionCable/Connection/Base.html
+++ b/src/classes/ActionCable/Connection/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -261,7 +261,7 @@ new(server, env, coder: ActiveSupport::JSON)<
@started_at = Time.now
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -292,7 +292,7 @@ beat()
transmit type: ActionCable::INTERNAL[:message_types][:ping], message: Time.now.to_i
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ close(reason: nil, reconnect: true)<
websocket.close
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -355,7 +355,7 @@ handle_channel_command(pay
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -384,7 +384,7 @@ send_async(method, *arguments)<
worker_pool.async_invoke(self, method, *arguments)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -418,7 +418,7 @@ statistics()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -450,7 +450,7 @@ cookies()
request.cookie_jar
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -482,7 +482,7 @@ request()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Callbacks.html b/src/classes/ActionCable/Connection/Callbacks.html
index d6504ca284..b3bb372e91 100644
--- a/src/classes/ActionCable/Connection/Callbacks.html
+++ b/src/classes/ActionCable/Connection/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
index d11f1b1454..2868af7791 100644
--- a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -86,7 +86,7 @@ after_command(*methods, &block)
set_callback(:command, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ around_command(*methods, &bloc
set_callback(:command, :around, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -140,7 +140,7 @@ before_command(*methods, &bloc
set_callback(:command, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification.html b/src/classes/ActionCable/Connection/Identification.html
index cb1b371d7a..4aa8c6e993 100644
--- a/src/classes/ActionCable/Connection/Identification.html
+++ b/src/classes/ActionCable/Connection/Identification.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -97,7 +97,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification/ClassMethods.html b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
index 42be2d7255..75a449a10f 100644
--- a/src/classes/ActionCable/Connection/Identification/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -83,7 +83,7 @@ identified_by(*identifiers)<
self.identifiers += identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/InternalChannel.html b/src/classes/ActionCable/Connection/InternalChannel.html
index cfdccceaf4..c352da6adc 100644
--- a/src/classes/ActionCable/Connection/InternalChannel.html
+++ b/src/classes/ActionCable/Connection/InternalChannel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
index 26bba36295..ce00d293ed 100644
--- a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
+++ b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/StreamEventLoop.html b/src/classes/ActionCable/Connection/StreamEventLoop.html
index 4a58b367e2..03533544e0 100644
--- a/src/classes/ActionCable/Connection/StreamEventLoop.html
+++ b/src/classes/ActionCable/Connection/StreamEventLoop.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -112,7 +112,7 @@ new()
@spawn_mutex = Mutex.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -147,7 +147,7 @@ attach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -179,7 +179,7 @@ detach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -209,7 +209,7 @@ post(task = nil, &block)
@executor << task
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -237,7 +237,7 @@ stop()
wakeup if @nio
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -264,7 +264,7 @@ timer(interval, &block)
Concurrent::TimerTask.new(execution_interval: interval, &block).tap(&:execute)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -296,7 +296,7 @@ writes_pending(io)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
index 7524c24591..e48a1afc81 100644
--- a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
+++ b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -118,7 +118,7 @@ new(logger, tags:)
@tags = tags.flatten
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -150,7 +150,7 @@ add_tags(*tags)
@tags = @tags.uniq
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -182,7 +182,7 @@ tag(logger, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -212,7 +212,7 @@ log(type, message, &block)
tag(@logger) { @logger.send type, message, &block }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase.html b/src/classes/ActionCable/Connection/TestCase.html
index 39bc5cb056..6fea7fdc86 100644
--- a/src/classes/ActionCable/Connection/TestCase.html
+++ b/src/classes/ActionCable/Connection/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior.html b/src/classes/ActionCable/Connection/TestCase/Behavior.html
index 1bf7292841..a43da9a706 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -169,7 +169,7 @@ connect(path = ActionCable.server.config.
@connection = connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -196,7 +196,7 @@ cookies()
@cookie_jar ||= TestCookieJar.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -228,7 +228,7 @@ disconnect()
@connection = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
index 4dc624226e..6cf3acb952 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ connection_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_connec
connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(connection)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestConnection.html b/src/classes/ActionCable/Connection/TestConnection.html
index 1f8a17e8b9..77e83b3929 100644
--- a/src/classes/ActionCable/Connection/TestConnection.html
+++ b/src/classes/ActionCable/Connection/TestConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -103,7 +103,7 @@ new(request)
@env = request.env
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCookieJar.html b/src/classes/ActionCable/Connection/TestCookieJar.html
index a26eaee17a..06896a38b6 100644
--- a/src/classes/ActionCable/Connection/TestCookieJar.html
+++ b/src/classes/ActionCable/Connection/TestCookieJar.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -94,7 +94,7 @@ encrypted()
@encrypted ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ signed()
@signed ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestRequest.html b/src/classes/ActionCable/Connection/TestRequest.html
index 794c806e21..1a276e6389 100644
--- a/src/classes/ActionCable/Connection/TestRequest.html
+++ b/src/classes/ActionCable/Connection/TestRequest.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Helpers.html b/src/classes/ActionCable/Helpers.html
index df974f8111..f1ed592944 100644
--- a/src/classes/ActionCable/Helpers.html
+++ b/src/classes/ActionCable/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Helpers/ActionCableHelper.html b/src/classes/ActionCable/Helpers/ActionCableHelper.html
index fd40a1bc1c..34db4fd216 100644
--- a/src/classes/ActionCable/Helpers/ActionCableHelper.html
+++ b/src/classes/ActionCable/Helpers/ActionCableHelper.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -109,7 +109,7 @@ action_cable_meta_tag()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections.html b/src/classes/ActionCable/RemoteConnections.html
index 88e9a6f9f6..3c256d2a2f 100644
--- a/src/classes/ActionCable/RemoteConnections.html
+++ b/src/classes/ActionCable/RemoteConnections.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -139,7 +139,7 @@ new(server)
@server = server
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ where(identifier)
RemoteConnection.new(server, identifier)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
index fc889f94c2..60ab208791 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -123,7 +123,7 @@ new(server, ids)
set_identifier_instance_vars(ids)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -156,7 +156,7 @@ disconnect(reconnect: true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
index e39959f775..23fd887d4d 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server.html b/src/classes/ActionCable/Server.html
index 3d83e0c64b..c26dcbfdb1 100644
--- a/src/classes/ActionCable/Server.html
+++ b/src/classes/ActionCable/Server.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Server/Base.html b/src/classes/ActionCable/Server/Base.html
index cf38c598e1..1d086831fe 100644
--- a/src/classes/ActionCable/Server/Base.html
+++ b/src/classes/ActionCable/Server/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -163,7 +163,7 @@ logger()
# File actioncable/lib/action_cable/server/base.rb, line 26
def self.logger; config.logger; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -192,7 +192,7 @@ new(config: self.class.config)
@remote_connections = @event_loop = @worker_pool = @pubsub = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -227,7 +227,7 @@ call(env)
config.connection_class.call.new(self, env).process
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ connection_identifiers()
config.connection_class.call.identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -285,7 +285,7 @@ disconnect(identifiers)
remote_connections.where(identifiers).disconnect
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -312,7 +312,7 @@ event_loop()
@event_loop || @mutex.synchronize { @event_loop ||= ActionCable::Connection::StreamEventLoop.new }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -341,7 +341,7 @@ pubsub()
@pubsub || @mutex.synchronize { @pubsub ||= config.pubsub_adapter.new(self) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -370,7 +370,7 @@ remote_connections()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -409,7 +409,7 @@ restart()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -442,7 +442,7 @@ worker_pool()
@worker_pool || @mutex.synchronize { @worker_pool ||= ActionCable::Server::Worker.new(max_size: config.worker_pool_size) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting.html b/src/classes/ActionCable/Server/Broadcasting.html
index 856e570d72..e492832214 100644
--- a/src/classes/ActionCable/Server/Broadcasting.html
+++ b/src/classes/ActionCable/Server/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -123,7 +123,7 @@ broadcast(broadcasting, message, coder:
broadcaster_for(broadcasting, coder: coder).broadcast(message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -152,7 +152,7 @@ broadcaster_for(broadcasting, cod
Broadcaster.new(self, String(broadcasting), coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
index 2f9dd504e9..bead8ec24b 100644
--- a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
+++ b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -117,7 +117,7 @@ new(server, broadcasting, coder:)
@server, @broadcasting, @coder = server, broadcasting, coder
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -154,7 +154,7 @@ broadcast(message)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Configuration.html b/src/classes/ActionCable/Server/Configuration.html
index e1fcef515d..f335e248c6 100644
--- a/src/classes/ActionCable/Server/Configuration.html
+++ b/src/classes/ActionCable/Server/Configuration.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -224,7 +224,7 @@ new()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ pubsub_adapter()
"ActionCable::SubscriptionAdapter::#{adapter}".constantize
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Worker.html b/src/classes/ActionCable/Server/Worker.html
index 20b8ae5132..257bd35552 100644
--- a/src/classes/ActionCable/Server/Worker.html
+++ b/src/classes/ActionCable/Server/Worker.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
index ffdd138d9a..3043ada01c 100644
--- a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
+++ b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ with_database_connections
connection.logger.tag(ActiveRecord::Base.logger, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/SubscriptionAdapter.html b/src/classes/ActionCable/SubscriptionAdapter.html
index dc1e6f35d4..f37199027d 100644
--- a/src/classes/ActionCable/SubscriptionAdapter.html
+++ b/src/classes/ActionCable/SubscriptionAdapter.html
@@ -5,7 +5,7 @@
-
new(message = nil)
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
@@ -91,7 +91,7 @@
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ _helpers()
self.class._helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Helpers/ClassMethods.html b/src/classes/AbstractController/Helpers/ClassMethods.html
index be9465245f..2b40346ed1 100644
--- a/src/classes/AbstractController/Helpers/ClassMethods.html
+++ b/src/classes/AbstractController/Helpers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -35,11 +35,11 @@ Methods
-
- #
+ _helpers_for_modification
-
- _helpers_for_modification
+ all_helpers_from_path
-
@@ -95,28 +95,6 @@
Attributes
Instance Public methods
-
- all_helpers_from_path(path)
-
-
-
-Returns a list of helper names in a given path.
-
-ActionController::Base.all_helpers_from_path 'app/helpers'
-# => ["application", "chart", "rubygems"]
-
-
-
-
-
-
-
-
-
- 🔎 See on GitHub
-
-
-
_helpers_for_modification()
@@ -141,12 +119,34 @@ _helpers_for_modification
_helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
+
+ all_helpers_from_path(path)
+
+
+
+Returns a list of helper names in a given path.
+
+ActionController::Base.all_helpers_from_path 'app/helpers'
+# => ["application", "chart", "rubygems"]
+
+
+
+
+
+
+
+
+
+
+
+
+
clear_helpers()
@@ -175,7 +175,7 @@ clear_helpers()
default_helper_module! unless anonymous?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -257,7 +257,7 @@ helper(*args, &block)
_helpers_for_modification.module_eval(&block) if block_given?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -325,7 +325,7 @@ Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -358,7 +358,7 @@ inherited(klass)
super
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -382,7 +382,7 @@ modules_for_helpers(modules_o
- 🔎 See on GitHub
+
diff --git a/src/classes/AbstractController/Railties.html b/src/classes/AbstractController/Railties.html
index e9e5642902..13cc1e425d 100644
--- a/src/classes/AbstractController/Railties.html
+++ b/src/classes/AbstractController/Railties.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Railties/RoutesHelpers.html b/src/classes/AbstractController/Railties/RoutesHelpers.html
index f2a9347d3e..1bb593a11d 100644
--- a/src/classes/AbstractController/Railties/RoutesHelpers.html
+++ b/src/classes/AbstractController/Railties/RoutesHelpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -87,7 +87,7 @@ with(routes, include_path_helpers = true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Rendering.html b/src/classes/AbstractController/Rendering.html
index 964676c7a2..c9cb1b18c3 100644
--- a/src/classes/AbstractController/Rendering.html
+++ b/src/classes/AbstractController/Rendering.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -145,7 +145,7 @@ render(*args, &block)
self.response_body = rendered_body
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -173,7 +173,7 @@ render_to_body(options = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -205,7 +205,7 @@ render_to_string(*args, &blo
render_to_body(options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -234,7 +234,7 @@ rendered_format()
Mime[:text]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -267,7 +267,7 @@ view_assigns()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -309,7 +309,7 @@ _normalize_args(action = nil, opt
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -338,7 +338,7 @@ _normalize_options(options)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -367,7 +367,7 @@ _process_options(options)
options
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Translation.html b/src/classes/AbstractController/Translation.html
index e4605629d9..5d4df4acaf 100644
--- a/src/classes/AbstractController/Translation.html
+++ b/src/classes/AbstractController/Translation.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ localize(object, **options)
I18n.localize(object, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -185,7 +185,7 @@ translate(key, **options)
ActiveSupport::HtmlSafeTranslation.translate(key, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor.html b/src/classes/AbstractController/UrlFor.html
index bab417c152..299d7e7853 100644
--- a/src/classes/AbstractController/UrlFor.html
+++ b/src/classes/AbstractController/UrlFor.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ _routes()
"For instance, `include Rails.application.routes.url_helpers`."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor/ClassMethods.html b/src/classes/AbstractController/UrlFor/ClassMethods.html
index 1dcd62c92c..5f3dfaaae0 100644
--- a/src/classes/AbstractController/UrlFor/ClassMethods.html
+++ b/src/classes/AbstractController/UrlFor/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ _routes()
nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ action_methods()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable.html b/src/classes/ActionCable.html
index 9fd8e01c4d..9d0aa33093 100644
--- a/src/classes/ActionCable.html
+++ b/src/classes/ActionCable.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -265,7 +265,7 @@ gem_version()
Gem::Version.new VERSION::STRING
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -294,7 +294,7 @@ version()
gem_version
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -327,7 +327,7 @@ server()
@server ||= ActionCable::Server::Base.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel.html b/src/classes/ActionCable/Channel.html
index 06b36ff362..c3b3d0b5ca 100644
--- a/src/classes/ActionCable/Channel.html
+++ b/src/classes/ActionCable/Channel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Base.html b/src/classes/ActionCable/Channel/Base.html
index 8e91435213..cb0db0a27e 100644
--- a/src/classes/ActionCable/Channel/Base.html
+++ b/src/classes/ActionCable/Channel/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -316,7 +316,7 @@ Returns
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -357,7 +357,7 @@ new(connection, identifier, params = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -389,7 +389,7 @@ clear_action_methods!()
@action_methods = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -419,7 +419,7 @@ method_added(name)
clear_action_methods!
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -461,7 +461,7 @@ perform_action(data)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -495,7 +495,7 @@ subscribe_to_channel()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -525,7 +525,7 @@ defer_subscription
@defer_subscription_confirmation_counter.increment
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -552,7 +552,7 @@ defer_subscription
@defer_subscription_confirmation_counter.value > 0
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -581,7 +581,7 @@ ensure_confirmation_sent
transmit_subscription_confirmation unless defer_subscription_confirmation?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -608,7 +608,7 @@ reject()
@reject_subscription = true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -637,7 +637,7 @@ subscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -664,7 +664,7 @@ subscription_confir
@subscription_confirmation_sent
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -691,7 +691,7 @@ subscription_rejected?()
@reject_subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -729,7 +729,7 @@ transmit(data, via: nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -758,7 +758,7 @@ unsubscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting.html b/src/classes/ActionCable/Channel/Broadcasting.html
index 8ab922fcca..8b2712f3fd 100644
--- a/src/classes/ActionCable/Channel/Broadcasting.html
+++ b/src/classes/ActionCable/Channel/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -95,7 +95,7 @@ broadcast_to(model, message)<
self.class.broadcast_to(model, message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -122,7 +122,7 @@ broadcasting_for(model)
self.class.broadcasting_for(model)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
index 18c3eec202..3fb0ae2d09 100644
--- a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ broadcast_to(broadcastables, message
ActionCable.server.broadcast(broadcasting_for(broadcastables), message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -118,7 +118,7 @@ broadcasting_for(broadcastables)
serialize_broadcasting([ channel_name ] + Array(broadcastables))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Callbacks.html b/src/classes/ActionCable/Channel/Callbacks.html
index 64985186c3..228b109bbd 100644
--- a/src/classes/ActionCable/Channel/Callbacks.html
+++ b/src/classes/ActionCable/Channel/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
index b40c50228d..ab7e6796c4 100644
--- a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -111,7 +111,7 @@ after_subscribe(*methods, &bl
set_callback(:subscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -144,7 +144,7 @@ after_unsubscribe(*methods, &am
set_callback(:unsubscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -171,7 +171,7 @@ before_subscribe(*methods, &
set_callback(:subscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -198,7 +198,7 @@ before_unsubscribe(*methods, &
set_callback(:unsubscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ChannelStub.html b/src/classes/ActionCable/Channel/ChannelStub.html
index 587a2b9c20..bdc14bbfca 100644
--- a/src/classes/ActionCable/Channel/ChannelStub.html
+++ b/src/classes/ActionCable/Channel/ChannelStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -110,7 +110,7 @@ confirmed?()
subscription_confirmation_sent?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -137,7 +137,7 @@ rejected?()
subscription_rejected?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ start_periodic_timers()# File actioncable/lib/action_cable/channel/test_case.rb, line 46
def start_periodic_timers; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_all_streams()
@_streams = []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -242,7 +242,7 @@ stream_from(broadcasting, *)
streams << broadcasting
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -269,7 +269,7 @@ streams()
@_streams ||= []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ConnectionStub.html b/src/classes/ActionCable/Channel/ConnectionStub.html
index 1630cedddf..6431a81cbf 100644
--- a/src/classes/ActionCable/Channel/ConnectionStub.html
+++ b/src/classes/ActionCable/Channel/ConnectionStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -146,7 +146,7 @@ new(identifiers = {})
@logger = ActiveSupport::TaggedLogging.new ActiveSupport::Logger.new(StringIO.new)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -204,7 +204,7 @@ transmit(cable_message)
transmissions << cable_message.with_indifferent_access
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming.html b/src/classes/ActionCable/Channel/Naming.html
index 4750ab6faa..0870eb54fa 100644
--- a/src/classes/ActionCable/Channel/Naming.html
+++ b/src/classes/ActionCable/Channel/Naming.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ channel_name()
self.class.channel_name
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming/ClassMethods.html b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
index 2054d9e292..6c81d06909 100644
--- a/src/classes/ActionCable/Channel/Naming/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -85,7 +85,7 @@ channel_name()
@channel_name ||= name.delete_suffix("Channel").gsub("::", ":").underscore
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/NonInferrableChannelError.html b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
index ece5bbf335..e185997ef9 100644
--- a/src/classes/ActionCable/Channel/NonInferrableChannelError.html
+++ b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers.html b/src/classes/ActionCable/Channel/PeriodicTimers.html
index 561da6e0dd..79d45a3130 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
index 1a26cae68a..3bff98bb07 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -108,7 +108,7 @@ periodically(callback_or_method_name
self.periodic_timers += [[ callback, every: every ]]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Streams.html b/src/classes/ActionCable/Channel/Streams.html
index 8d5022d17c..db3233a131 100644
--- a/src/classes/ActionCable/Channel/Streams.html
+++ b/src/classes/ActionCable/Channel/Streams.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -168,7 +168,7 @@ stop_all_streams()
end.clear
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_stream_for(model)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -230,7 +230,7 @@ stop_stream_from(broadcasting)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -261,7 +261,7 @@ stream_for(broadcastables, callback =
stream_from(broadcasting_for(broadcastables), callback || block, coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -307,7 +307,7 @@ stream_from(broadcasting, callback =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -340,7 +340,7 @@ stream_or_reject_for(model)<
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase.html b/src/classes/ActionCable/Channel/TestCase.html
index 6317ff44d0..7b221729d6 100644
--- a/src/classes/ActionCable/Channel/TestCase.html
+++ b/src/classes/ActionCable/Channel/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior.html b/src/classes/ActionCable/Channel/TestCase/Behavior.html
index 71da78d098..cf10c34acb 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -192,7 +192,7 @@ assert_broadcast_on(stream_or
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -221,7 +221,7 @@ assert_broadcasts(stream_or_obj
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ assert_has_no_stream(stream)
assert subscription.streams.exclude?(stream), "Stream #{stream} has been started"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -291,7 +291,7 @@ assert_has_no_stream_for
assert_has_no_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ assert_has_stream(stream)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -361,7 +361,7 @@ assert_has_stream_for(objec
assert_has_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -396,7 +396,7 @@ assert_no_streams()
assert subscription.streams.empty?, "No streams started was expected, but #{subscription.streams.count} found"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -428,7 +428,7 @@ perform(action, data = {})
subscription.perform_action(data.stringify_keys.merge("action" => action.to_s))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -464,7 +464,7 @@ stub_connection(identifiers = {})
@connection = ConnectionStub.new(identifiers)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -497,7 +497,7 @@ subscribe(params = {})
@subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -527,7 +527,7 @@ transmissions()
connection.transmissions.filter_map { |data| data["message"] }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -557,7 +557,7 @@ unsubscribe()
subscription.unsubscribe_from_channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
index 858a0ac552..a5f5798778 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ channel_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_channel
channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(channel)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection.html b/src/classes/ActionCable/Connection.html
index 7889c75284..b85796df4a 100644
--- a/src/classes/ActionCable/Connection.html
+++ b/src/classes/ActionCable/Connection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Assertions.html b/src/classes/ActionCable/Connection/Assertions.html
index 6fc9d0723c..83d5bd7403 100644
--- a/src/classes/ActionCable/Connection/Assertions.html
+++ b/src/classes/ActionCable/Connection/Assertions.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ assert_reject_connection
assert_raises(Authorization::UnauthorizedError, "Expected to reject connection but no rejection was made", &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization.html b/src/classes/ActionCable/Connection/Authorization.html
index 8e0d7a1439..c2c55de2c6 100644
--- a/src/classes/ActionCable/Connection/Authorization.html
+++ b/src/classes/ActionCable/Connection/Authorization.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ reject_unauthorized_co
raise UnauthorizedError
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
index ff36299a28..73d7917610 100644
--- a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
+++ b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/Base.html b/src/classes/ActionCable/Connection/Base.html
index c7f009aa10..0277955dd7 100644
--- a/src/classes/ActionCable/Connection/Base.html
+++ b/src/classes/ActionCable/Connection/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -261,7 +261,7 @@ new(server, env, coder: ActiveSupport::JSON)<
@started_at = Time.now
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -292,7 +292,7 @@ beat()
transmit type: ActionCable::INTERNAL[:message_types][:ping], message: Time.now.to_i
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ close(reason: nil, reconnect: true)<
websocket.close
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -355,7 +355,7 @@ handle_channel_command(pay
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -384,7 +384,7 @@ send_async(method, *arguments)<
worker_pool.async_invoke(self, method, *arguments)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -418,7 +418,7 @@ statistics()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -450,7 +450,7 @@ cookies()
request.cookie_jar
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -482,7 +482,7 @@ request()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Callbacks.html b/src/classes/ActionCable/Connection/Callbacks.html
index d6504ca284..b3bb372e91 100644
--- a/src/classes/ActionCable/Connection/Callbacks.html
+++ b/src/classes/ActionCable/Connection/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
index d11f1b1454..2868af7791 100644
--- a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -86,7 +86,7 @@ after_command(*methods, &block)
set_callback(:command, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ around_command(*methods, &bloc
set_callback(:command, :around, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -140,7 +140,7 @@ before_command(*methods, &bloc
set_callback(:command, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification.html b/src/classes/ActionCable/Connection/Identification.html
index cb1b371d7a..4aa8c6e993 100644
--- a/src/classes/ActionCable/Connection/Identification.html
+++ b/src/classes/ActionCable/Connection/Identification.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -97,7 +97,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification/ClassMethods.html b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
index 42be2d7255..75a449a10f 100644
--- a/src/classes/ActionCable/Connection/Identification/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -83,7 +83,7 @@ identified_by(*identifiers)<
self.identifiers += identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/InternalChannel.html b/src/classes/ActionCable/Connection/InternalChannel.html
index cfdccceaf4..c352da6adc 100644
--- a/src/classes/ActionCable/Connection/InternalChannel.html
+++ b/src/classes/ActionCable/Connection/InternalChannel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
index 26bba36295..ce00d293ed 100644
--- a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
+++ b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/StreamEventLoop.html b/src/classes/ActionCable/Connection/StreamEventLoop.html
index 4a58b367e2..03533544e0 100644
--- a/src/classes/ActionCable/Connection/StreamEventLoop.html
+++ b/src/classes/ActionCable/Connection/StreamEventLoop.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -112,7 +112,7 @@ new()
@spawn_mutex = Mutex.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -147,7 +147,7 @@ attach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -179,7 +179,7 @@ detach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -209,7 +209,7 @@ post(task = nil, &block)
@executor << task
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -237,7 +237,7 @@ stop()
wakeup if @nio
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -264,7 +264,7 @@ timer(interval, &block)
Concurrent::TimerTask.new(execution_interval: interval, &block).tap(&:execute)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -296,7 +296,7 @@ writes_pending(io)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
index 7524c24591..e48a1afc81 100644
--- a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
+++ b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -118,7 +118,7 @@ new(logger, tags:)
@tags = tags.flatten
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -150,7 +150,7 @@ add_tags(*tags)
@tags = @tags.uniq
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -182,7 +182,7 @@ tag(logger, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -212,7 +212,7 @@ log(type, message, &block)
tag(@logger) { @logger.send type, message, &block }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase.html b/src/classes/ActionCable/Connection/TestCase.html
index 39bc5cb056..6fea7fdc86 100644
--- a/src/classes/ActionCable/Connection/TestCase.html
+++ b/src/classes/ActionCable/Connection/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior.html b/src/classes/ActionCable/Connection/TestCase/Behavior.html
index 1bf7292841..a43da9a706 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -169,7 +169,7 @@ connect(path = ActionCable.server.config.
@connection = connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -196,7 +196,7 @@ cookies()
@cookie_jar ||= TestCookieJar.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -228,7 +228,7 @@ disconnect()
@connection = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
index 4dc624226e..6cf3acb952 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ connection_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_connec
connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(connection)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestConnection.html b/src/classes/ActionCable/Connection/TestConnection.html
index 1f8a17e8b9..77e83b3929 100644
--- a/src/classes/ActionCable/Connection/TestConnection.html
+++ b/src/classes/ActionCable/Connection/TestConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -103,7 +103,7 @@ new(request)
@env = request.env
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCookieJar.html b/src/classes/ActionCable/Connection/TestCookieJar.html
index a26eaee17a..06896a38b6 100644
--- a/src/classes/ActionCable/Connection/TestCookieJar.html
+++ b/src/classes/ActionCable/Connection/TestCookieJar.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -94,7 +94,7 @@ encrypted()
@encrypted ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ signed()
@signed ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestRequest.html b/src/classes/ActionCable/Connection/TestRequest.html
index 794c806e21..1a276e6389 100644
--- a/src/classes/ActionCable/Connection/TestRequest.html
+++ b/src/classes/ActionCable/Connection/TestRequest.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Helpers.html b/src/classes/ActionCable/Helpers.html
index df974f8111..f1ed592944 100644
--- a/src/classes/ActionCable/Helpers.html
+++ b/src/classes/ActionCable/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Helpers/ActionCableHelper.html b/src/classes/ActionCable/Helpers/ActionCableHelper.html
index fd40a1bc1c..34db4fd216 100644
--- a/src/classes/ActionCable/Helpers/ActionCableHelper.html
+++ b/src/classes/ActionCable/Helpers/ActionCableHelper.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -109,7 +109,7 @@ action_cable_meta_tag()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections.html b/src/classes/ActionCable/RemoteConnections.html
index 88e9a6f9f6..3c256d2a2f 100644
--- a/src/classes/ActionCable/RemoteConnections.html
+++ b/src/classes/ActionCable/RemoteConnections.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -139,7 +139,7 @@ new(server)
@server = server
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ where(identifier)
RemoteConnection.new(server, identifier)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
index fc889f94c2..60ab208791 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -123,7 +123,7 @@ new(server, ids)
set_identifier_instance_vars(ids)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -156,7 +156,7 @@ disconnect(reconnect: true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
index e39959f775..23fd887d4d 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server.html b/src/classes/ActionCable/Server.html
index 3d83e0c64b..c26dcbfdb1 100644
--- a/src/classes/ActionCable/Server.html
+++ b/src/classes/ActionCable/Server.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Server/Base.html b/src/classes/ActionCable/Server/Base.html
index cf38c598e1..1d086831fe 100644
--- a/src/classes/ActionCable/Server/Base.html
+++ b/src/classes/ActionCable/Server/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -163,7 +163,7 @@ logger()
# File actioncable/lib/action_cable/server/base.rb, line 26
def self.logger; config.logger; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -192,7 +192,7 @@ new(config: self.class.config)
@remote_connections = @event_loop = @worker_pool = @pubsub = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -227,7 +227,7 @@ call(env)
config.connection_class.call.new(self, env).process
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ connection_identifiers()
config.connection_class.call.identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -285,7 +285,7 @@ disconnect(identifiers)
remote_connections.where(identifiers).disconnect
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -312,7 +312,7 @@ event_loop()
@event_loop || @mutex.synchronize { @event_loop ||= ActionCable::Connection::StreamEventLoop.new }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -341,7 +341,7 @@ pubsub()
@pubsub || @mutex.synchronize { @pubsub ||= config.pubsub_adapter.new(self) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -370,7 +370,7 @@ remote_connections()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -409,7 +409,7 @@ restart()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -442,7 +442,7 @@ worker_pool()
@worker_pool || @mutex.synchronize { @worker_pool ||= ActionCable::Server::Worker.new(max_size: config.worker_pool_size) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting.html b/src/classes/ActionCable/Server/Broadcasting.html
index 856e570d72..e492832214 100644
--- a/src/classes/ActionCable/Server/Broadcasting.html
+++ b/src/classes/ActionCable/Server/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -123,7 +123,7 @@ broadcast(broadcasting, message, coder:
broadcaster_for(broadcasting, coder: coder).broadcast(message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -152,7 +152,7 @@ broadcaster_for(broadcasting, cod
Broadcaster.new(self, String(broadcasting), coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
index 2f9dd504e9..bead8ec24b 100644
--- a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
+++ b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -117,7 +117,7 @@ new(server, broadcasting, coder:)
@server, @broadcasting, @coder = server, broadcasting, coder
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -154,7 +154,7 @@ broadcast(message)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Configuration.html b/src/classes/ActionCable/Server/Configuration.html
index e1fcef515d..f335e248c6 100644
--- a/src/classes/ActionCable/Server/Configuration.html
+++ b/src/classes/ActionCable/Server/Configuration.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -224,7 +224,7 @@ new()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ pubsub_adapter()
"ActionCable::SubscriptionAdapter::#{adapter}".constantize
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Worker.html b/src/classes/ActionCable/Server/Worker.html
index 20b8ae5132..257bd35552 100644
--- a/src/classes/ActionCable/Server/Worker.html
+++ b/src/classes/ActionCable/Server/Worker.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
index ffdd138d9a..3043ada01c 100644
--- a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
+++ b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ with_database_connections
connection.logger.tag(ActiveRecord::Base.logger, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/SubscriptionAdapter.html b/src/classes/ActionCable/SubscriptionAdapter.html
index dc1e6f35d4..f37199027d 100644
--- a/src/classes/ActionCable/SubscriptionAdapter.html
+++ b/src/classes/ActionCable/SubscriptionAdapter.html
@@ -5,7 +5,7 @@
-
_helpers()
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
@@ -35,11 +35,11 @@
+ Ruby on Rails 8.1.0
Module
@@ -35,11 +35,11 @@ Methods
-
- #
+ _helpers_for_modification
-
- _helpers_for_modification
+ all_helpers_from_path
-
@@ -95,28 +95,6 @@
Attributes
Instance Public methods
-
- all_helpers_from_path(path)
-
-
-
-Returns a list of helper names in a given path.
-
-ActionController::Base.all_helpers_from_path 'app/helpers'
-# => ["application", "chart", "rubygems"]
-
-
-
-
-
-
-
-
-
- 🔎 See on GitHub
-
-
-
_helpers_for_modification()
@@ -141,12 +119,34 @@ _helpers_for_modification
_helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
+
+ all_helpers_from_path(path)
+
+
+
+Returns a list of helper names in a given path.
+
+ActionController::Base.all_helpers_from_path 'app/helpers'
+# => ["application", "chart", "rubygems"]
+
+
+
+
+
+
+
+
+
+
+
+
+
clear_helpers()
@@ -175,7 +175,7 @@ clear_helpers()
default_helper_module! unless anonymous?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -257,7 +257,7 @@ helper(*args, &block)
_helpers_for_modification.module_eval(&block) if block_given?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -325,7 +325,7 @@ Parameters
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -358,7 +358,7 @@ inherited(klass)
super
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -382,7 +382,7 @@ modules_for_helpers(modules_o
- 🔎 See on GitHub
+
diff --git a/src/classes/AbstractController/Railties.html b/src/classes/AbstractController/Railties.html
index e9e5642902..13cc1e425d 100644
--- a/src/classes/AbstractController/Railties.html
+++ b/src/classes/AbstractController/Railties.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Railties/RoutesHelpers.html b/src/classes/AbstractController/Railties/RoutesHelpers.html
index f2a9347d3e..1bb593a11d 100644
--- a/src/classes/AbstractController/Railties/RoutesHelpers.html
+++ b/src/classes/AbstractController/Railties/RoutesHelpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -87,7 +87,7 @@ with(routes, include_path_helpers = true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Rendering.html b/src/classes/AbstractController/Rendering.html
index 964676c7a2..c9cb1b18c3 100644
--- a/src/classes/AbstractController/Rendering.html
+++ b/src/classes/AbstractController/Rendering.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -145,7 +145,7 @@ render(*args, &block)
self.response_body = rendered_body
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -173,7 +173,7 @@ render_to_body(options = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -205,7 +205,7 @@ render_to_string(*args, &blo
render_to_body(options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -234,7 +234,7 @@ rendered_format()
Mime[:text]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -267,7 +267,7 @@ view_assigns()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -309,7 +309,7 @@ _normalize_args(action = nil, opt
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -338,7 +338,7 @@ _normalize_options(options)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -367,7 +367,7 @@ _process_options(options)
options
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Translation.html b/src/classes/AbstractController/Translation.html
index e4605629d9..5d4df4acaf 100644
--- a/src/classes/AbstractController/Translation.html
+++ b/src/classes/AbstractController/Translation.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ localize(object, **options)
I18n.localize(object, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -185,7 +185,7 @@ translate(key, **options)
ActiveSupport::HtmlSafeTranslation.translate(key, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor.html b/src/classes/AbstractController/UrlFor.html
index bab417c152..299d7e7853 100644
--- a/src/classes/AbstractController/UrlFor.html
+++ b/src/classes/AbstractController/UrlFor.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ _routes()
"For instance, `include Rails.application.routes.url_helpers`."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor/ClassMethods.html b/src/classes/AbstractController/UrlFor/ClassMethods.html
index 1dcd62c92c..5f3dfaaae0 100644
--- a/src/classes/AbstractController/UrlFor/ClassMethods.html
+++ b/src/classes/AbstractController/UrlFor/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ _routes()
nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ action_methods()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable.html b/src/classes/ActionCable.html
index 9fd8e01c4d..9d0aa33093 100644
--- a/src/classes/ActionCable.html
+++ b/src/classes/ActionCable.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -265,7 +265,7 @@ gem_version()
Gem::Version.new VERSION::STRING
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -294,7 +294,7 @@ version()
gem_version
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -327,7 +327,7 @@ server()
@server ||= ActionCable::Server::Base.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel.html b/src/classes/ActionCable/Channel.html
index 06b36ff362..c3b3d0b5ca 100644
--- a/src/classes/ActionCable/Channel.html
+++ b/src/classes/ActionCable/Channel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Base.html b/src/classes/ActionCable/Channel/Base.html
index 8e91435213..cb0db0a27e 100644
--- a/src/classes/ActionCable/Channel/Base.html
+++ b/src/classes/ActionCable/Channel/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -316,7 +316,7 @@ Returns
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -357,7 +357,7 @@ new(connection, identifier, params = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -389,7 +389,7 @@ clear_action_methods!()
@action_methods = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -419,7 +419,7 @@ method_added(name)
clear_action_methods!
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -461,7 +461,7 @@ perform_action(data)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -495,7 +495,7 @@ subscribe_to_channel()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -525,7 +525,7 @@ defer_subscription
@defer_subscription_confirmation_counter.increment
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -552,7 +552,7 @@ defer_subscription
@defer_subscription_confirmation_counter.value > 0
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -581,7 +581,7 @@ ensure_confirmation_sent
transmit_subscription_confirmation unless defer_subscription_confirmation?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -608,7 +608,7 @@ reject()
@reject_subscription = true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -637,7 +637,7 @@ subscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -664,7 +664,7 @@ subscription_confir
@subscription_confirmation_sent
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -691,7 +691,7 @@ subscription_rejected?()
@reject_subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -729,7 +729,7 @@ transmit(data, via: nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -758,7 +758,7 @@ unsubscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting.html b/src/classes/ActionCable/Channel/Broadcasting.html
index 8ab922fcca..8b2712f3fd 100644
--- a/src/classes/ActionCable/Channel/Broadcasting.html
+++ b/src/classes/ActionCable/Channel/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -95,7 +95,7 @@ broadcast_to(model, message)<
self.class.broadcast_to(model, message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -122,7 +122,7 @@ broadcasting_for(model)
self.class.broadcasting_for(model)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
index 18c3eec202..3fb0ae2d09 100644
--- a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ broadcast_to(broadcastables, message
ActionCable.server.broadcast(broadcasting_for(broadcastables), message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -118,7 +118,7 @@ broadcasting_for(broadcastables)
serialize_broadcasting([ channel_name ] + Array(broadcastables))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Callbacks.html b/src/classes/ActionCable/Channel/Callbacks.html
index 64985186c3..228b109bbd 100644
--- a/src/classes/ActionCable/Channel/Callbacks.html
+++ b/src/classes/ActionCable/Channel/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
index b40c50228d..ab7e6796c4 100644
--- a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -111,7 +111,7 @@ after_subscribe(*methods, &bl
set_callback(:subscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -144,7 +144,7 @@ after_unsubscribe(*methods, &am
set_callback(:unsubscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -171,7 +171,7 @@ before_subscribe(*methods, &
set_callback(:subscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -198,7 +198,7 @@ before_unsubscribe(*methods, &
set_callback(:unsubscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ChannelStub.html b/src/classes/ActionCable/Channel/ChannelStub.html
index 587a2b9c20..bdc14bbfca 100644
--- a/src/classes/ActionCable/Channel/ChannelStub.html
+++ b/src/classes/ActionCable/Channel/ChannelStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -110,7 +110,7 @@ confirmed?()
subscription_confirmation_sent?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -137,7 +137,7 @@ rejected?()
subscription_rejected?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ start_periodic_timers()# File actioncable/lib/action_cable/channel/test_case.rb, line 46
def start_periodic_timers; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_all_streams()
@_streams = []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -242,7 +242,7 @@ stream_from(broadcasting, *)
streams << broadcasting
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -269,7 +269,7 @@ streams()
@_streams ||= []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ConnectionStub.html b/src/classes/ActionCable/Channel/ConnectionStub.html
index 1630cedddf..6431a81cbf 100644
--- a/src/classes/ActionCable/Channel/ConnectionStub.html
+++ b/src/classes/ActionCable/Channel/ConnectionStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -146,7 +146,7 @@ new(identifiers = {})
@logger = ActiveSupport::TaggedLogging.new ActiveSupport::Logger.new(StringIO.new)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -204,7 +204,7 @@ transmit(cable_message)
transmissions << cable_message.with_indifferent_access
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming.html b/src/classes/ActionCable/Channel/Naming.html
index 4750ab6faa..0870eb54fa 100644
--- a/src/classes/ActionCable/Channel/Naming.html
+++ b/src/classes/ActionCable/Channel/Naming.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ channel_name()
self.class.channel_name
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming/ClassMethods.html b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
index 2054d9e292..6c81d06909 100644
--- a/src/classes/ActionCable/Channel/Naming/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -85,7 +85,7 @@ channel_name()
@channel_name ||= name.delete_suffix("Channel").gsub("::", ":").underscore
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/NonInferrableChannelError.html b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
index ece5bbf335..e185997ef9 100644
--- a/src/classes/ActionCable/Channel/NonInferrableChannelError.html
+++ b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers.html b/src/classes/ActionCable/Channel/PeriodicTimers.html
index 561da6e0dd..79d45a3130 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
index 1a26cae68a..3bff98bb07 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -108,7 +108,7 @@ periodically(callback_or_method_name
self.periodic_timers += [[ callback, every: every ]]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Streams.html b/src/classes/ActionCable/Channel/Streams.html
index 8d5022d17c..db3233a131 100644
--- a/src/classes/ActionCable/Channel/Streams.html
+++ b/src/classes/ActionCable/Channel/Streams.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -168,7 +168,7 @@ stop_all_streams()
end.clear
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_stream_for(model)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -230,7 +230,7 @@ stop_stream_from(broadcasting)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -261,7 +261,7 @@ stream_for(broadcastables, callback =
stream_from(broadcasting_for(broadcastables), callback || block, coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -307,7 +307,7 @@ stream_from(broadcasting, callback =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -340,7 +340,7 @@ stream_or_reject_for(model)<
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase.html b/src/classes/ActionCable/Channel/TestCase.html
index 6317ff44d0..7b221729d6 100644
--- a/src/classes/ActionCable/Channel/TestCase.html
+++ b/src/classes/ActionCable/Channel/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior.html b/src/classes/ActionCable/Channel/TestCase/Behavior.html
index 71da78d098..cf10c34acb 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -192,7 +192,7 @@ assert_broadcast_on(stream_or
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -221,7 +221,7 @@ assert_broadcasts(stream_or_obj
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ assert_has_no_stream(stream)
assert subscription.streams.exclude?(stream), "Stream #{stream} has been started"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -291,7 +291,7 @@ assert_has_no_stream_for
assert_has_no_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ assert_has_stream(stream)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -361,7 +361,7 @@ assert_has_stream_for(objec
assert_has_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -396,7 +396,7 @@ assert_no_streams()
assert subscription.streams.empty?, "No streams started was expected, but #{subscription.streams.count} found"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -428,7 +428,7 @@ perform(action, data = {})
subscription.perform_action(data.stringify_keys.merge("action" => action.to_s))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -464,7 +464,7 @@ stub_connection(identifiers = {})
@connection = ConnectionStub.new(identifiers)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -497,7 +497,7 @@ subscribe(params = {})
@subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -527,7 +527,7 @@ transmissions()
connection.transmissions.filter_map { |data| data["message"] }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -557,7 +557,7 @@ unsubscribe()
subscription.unsubscribe_from_channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
index 858a0ac552..a5f5798778 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ channel_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_channel
channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(channel)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection.html b/src/classes/ActionCable/Connection.html
index 7889c75284..b85796df4a 100644
--- a/src/classes/ActionCable/Connection.html
+++ b/src/classes/ActionCable/Connection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Assertions.html b/src/classes/ActionCable/Connection/Assertions.html
index 6fc9d0723c..83d5bd7403 100644
--- a/src/classes/ActionCable/Connection/Assertions.html
+++ b/src/classes/ActionCable/Connection/Assertions.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ assert_reject_connection
assert_raises(Authorization::UnauthorizedError, "Expected to reject connection but no rejection was made", &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization.html b/src/classes/ActionCable/Connection/Authorization.html
index 8e0d7a1439..c2c55de2c6 100644
--- a/src/classes/ActionCable/Connection/Authorization.html
+++ b/src/classes/ActionCable/Connection/Authorization.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ reject_unauthorized_co
raise UnauthorizedError
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
index ff36299a28..73d7917610 100644
--- a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
+++ b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/Base.html b/src/classes/ActionCable/Connection/Base.html
index c7f009aa10..0277955dd7 100644
--- a/src/classes/ActionCable/Connection/Base.html
+++ b/src/classes/ActionCable/Connection/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -261,7 +261,7 @@ new(server, env, coder: ActiveSupport::JSON)<
@started_at = Time.now
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -292,7 +292,7 @@ beat()
transmit type: ActionCable::INTERNAL[:message_types][:ping], message: Time.now.to_i
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ close(reason: nil, reconnect: true)<
websocket.close
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -355,7 +355,7 @@ handle_channel_command(pay
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -384,7 +384,7 @@ send_async(method, *arguments)<
worker_pool.async_invoke(self, method, *arguments)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -418,7 +418,7 @@ statistics()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -450,7 +450,7 @@ cookies()
request.cookie_jar
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -482,7 +482,7 @@ request()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Callbacks.html b/src/classes/ActionCable/Connection/Callbacks.html
index d6504ca284..b3bb372e91 100644
--- a/src/classes/ActionCable/Connection/Callbacks.html
+++ b/src/classes/ActionCable/Connection/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
index d11f1b1454..2868af7791 100644
--- a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -86,7 +86,7 @@ after_command(*methods, &block)
set_callback(:command, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ around_command(*methods, &bloc
set_callback(:command, :around, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -140,7 +140,7 @@ before_command(*methods, &bloc
set_callback(:command, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification.html b/src/classes/ActionCable/Connection/Identification.html
index cb1b371d7a..4aa8c6e993 100644
--- a/src/classes/ActionCable/Connection/Identification.html
+++ b/src/classes/ActionCable/Connection/Identification.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -97,7 +97,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification/ClassMethods.html b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
index 42be2d7255..75a449a10f 100644
--- a/src/classes/ActionCable/Connection/Identification/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -83,7 +83,7 @@ identified_by(*identifiers)<
self.identifiers += identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/InternalChannel.html b/src/classes/ActionCable/Connection/InternalChannel.html
index cfdccceaf4..c352da6adc 100644
--- a/src/classes/ActionCable/Connection/InternalChannel.html
+++ b/src/classes/ActionCable/Connection/InternalChannel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
index 26bba36295..ce00d293ed 100644
--- a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
+++ b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/StreamEventLoop.html b/src/classes/ActionCable/Connection/StreamEventLoop.html
index 4a58b367e2..03533544e0 100644
--- a/src/classes/ActionCable/Connection/StreamEventLoop.html
+++ b/src/classes/ActionCable/Connection/StreamEventLoop.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -112,7 +112,7 @@ new()
@spawn_mutex = Mutex.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -147,7 +147,7 @@ attach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -179,7 +179,7 @@ detach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -209,7 +209,7 @@ post(task = nil, &block)
@executor << task
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -237,7 +237,7 @@ stop()
wakeup if @nio
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -264,7 +264,7 @@ timer(interval, &block)
Concurrent::TimerTask.new(execution_interval: interval, &block).tap(&:execute)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -296,7 +296,7 @@ writes_pending(io)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
index 7524c24591..e48a1afc81 100644
--- a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
+++ b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -118,7 +118,7 @@ new(logger, tags:)
@tags = tags.flatten
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -150,7 +150,7 @@ add_tags(*tags)
@tags = @tags.uniq
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -182,7 +182,7 @@ tag(logger, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -212,7 +212,7 @@ log(type, message, &block)
tag(@logger) { @logger.send type, message, &block }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase.html b/src/classes/ActionCable/Connection/TestCase.html
index 39bc5cb056..6fea7fdc86 100644
--- a/src/classes/ActionCable/Connection/TestCase.html
+++ b/src/classes/ActionCable/Connection/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior.html b/src/classes/ActionCable/Connection/TestCase/Behavior.html
index 1bf7292841..a43da9a706 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -169,7 +169,7 @@ connect(path = ActionCable.server.config.
@connection = connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -196,7 +196,7 @@ cookies()
@cookie_jar ||= TestCookieJar.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -228,7 +228,7 @@ disconnect()
@connection = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
index 4dc624226e..6cf3acb952 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ connection_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_connec
connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(connection)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestConnection.html b/src/classes/ActionCable/Connection/TestConnection.html
index 1f8a17e8b9..77e83b3929 100644
--- a/src/classes/ActionCable/Connection/TestConnection.html
+++ b/src/classes/ActionCable/Connection/TestConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -103,7 +103,7 @@ new(request)
@env = request.env
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCookieJar.html b/src/classes/ActionCable/Connection/TestCookieJar.html
index a26eaee17a..06896a38b6 100644
--- a/src/classes/ActionCable/Connection/TestCookieJar.html
+++ b/src/classes/ActionCable/Connection/TestCookieJar.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -94,7 +94,7 @@ encrypted()
@encrypted ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ signed()
@signed ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestRequest.html b/src/classes/ActionCable/Connection/TestRequest.html
index 794c806e21..1a276e6389 100644
--- a/src/classes/ActionCable/Connection/TestRequest.html
+++ b/src/classes/ActionCable/Connection/TestRequest.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Helpers.html b/src/classes/ActionCable/Helpers.html
index df974f8111..f1ed592944 100644
--- a/src/classes/ActionCable/Helpers.html
+++ b/src/classes/ActionCable/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Helpers/ActionCableHelper.html b/src/classes/ActionCable/Helpers/ActionCableHelper.html
index fd40a1bc1c..34db4fd216 100644
--- a/src/classes/ActionCable/Helpers/ActionCableHelper.html
+++ b/src/classes/ActionCable/Helpers/ActionCableHelper.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -109,7 +109,7 @@ action_cable_meta_tag()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections.html b/src/classes/ActionCable/RemoteConnections.html
index 88e9a6f9f6..3c256d2a2f 100644
--- a/src/classes/ActionCable/RemoteConnections.html
+++ b/src/classes/ActionCable/RemoteConnections.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -139,7 +139,7 @@ new(server)
@server = server
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ where(identifier)
RemoteConnection.new(server, identifier)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
index fc889f94c2..60ab208791 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -123,7 +123,7 @@ new(server, ids)
set_identifier_instance_vars(ids)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -156,7 +156,7 @@ disconnect(reconnect: true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
index e39959f775..23fd887d4d 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server.html b/src/classes/ActionCable/Server.html
index 3d83e0c64b..c26dcbfdb1 100644
--- a/src/classes/ActionCable/Server.html
+++ b/src/classes/ActionCable/Server.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Server/Base.html b/src/classes/ActionCable/Server/Base.html
index cf38c598e1..1d086831fe 100644
--- a/src/classes/ActionCable/Server/Base.html
+++ b/src/classes/ActionCable/Server/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -163,7 +163,7 @@ logger()
# File actioncable/lib/action_cable/server/base.rb, line 26
def self.logger; config.logger; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -192,7 +192,7 @@ new(config: self.class.config)
@remote_connections = @event_loop = @worker_pool = @pubsub = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -227,7 +227,7 @@ call(env)
config.connection_class.call.new(self, env).process
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ connection_identifiers()
config.connection_class.call.identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -285,7 +285,7 @@ disconnect(identifiers)
remote_connections.where(identifiers).disconnect
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -312,7 +312,7 @@ event_loop()
@event_loop || @mutex.synchronize { @event_loop ||= ActionCable::Connection::StreamEventLoop.new }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -341,7 +341,7 @@ pubsub()
@pubsub || @mutex.synchronize { @pubsub ||= config.pubsub_adapter.new(self) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -370,7 +370,7 @@ remote_connections()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -409,7 +409,7 @@ restart()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -442,7 +442,7 @@ worker_pool()
@worker_pool || @mutex.synchronize { @worker_pool ||= ActionCable::Server::Worker.new(max_size: config.worker_pool_size) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting.html b/src/classes/ActionCable/Server/Broadcasting.html
index 856e570d72..e492832214 100644
--- a/src/classes/ActionCable/Server/Broadcasting.html
+++ b/src/classes/ActionCable/Server/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -123,7 +123,7 @@ broadcast(broadcasting, message, coder:
broadcaster_for(broadcasting, coder: coder).broadcast(message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -152,7 +152,7 @@ broadcaster_for(broadcasting, cod
Broadcaster.new(self, String(broadcasting), coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
index 2f9dd504e9..bead8ec24b 100644
--- a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
+++ b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -117,7 +117,7 @@ new(server, broadcasting, coder:)
@server, @broadcasting, @coder = server, broadcasting, coder
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -154,7 +154,7 @@ broadcast(message)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Configuration.html b/src/classes/ActionCable/Server/Configuration.html
index e1fcef515d..f335e248c6 100644
--- a/src/classes/ActionCable/Server/Configuration.html
+++ b/src/classes/ActionCable/Server/Configuration.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -224,7 +224,7 @@ new()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ pubsub_adapter()
"ActionCable::SubscriptionAdapter::#{adapter}".constantize
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Worker.html b/src/classes/ActionCable/Server/Worker.html
index 20b8ae5132..257bd35552 100644
--- a/src/classes/ActionCable/Server/Worker.html
+++ b/src/classes/ActionCable/Server/Worker.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
index ffdd138d9a..3043ada01c 100644
--- a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
+++ b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ with_database_connections
connection.logger.tag(ActiveRecord::Base.logger, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/SubscriptionAdapter.html b/src/classes/ActionCable/SubscriptionAdapter.html
index dc1e6f35d4..f37199027d 100644
--- a/src/classes/ActionCable/SubscriptionAdapter.html
+++ b/src/classes/ActionCable/SubscriptionAdapter.html
@@ -5,7 +5,7 @@
-
Attributes
Instance Public methods
-
-
-
-
-
all_helpers_from_path(path)
-
-
-
-
-
-
-
-
-
-
-
- 🔎 See on GitHub
-
- Returns a list of helper names in a given path.
- -ActionController::Base.all_helpers_from_path 'app/helpers'
-# => ["application", "chart", "rubygems"]
-
-_helpers_for_modification()
@@ -141,12 +119,34 @@ _helpers_for_modification
_helpers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
+
+
+
+
all_helpers_from_path(path)
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Returns a list of helper names in a given path.
+ +ActionController::Base.all_helpers_from_path 'app/helpers'
+# => ["application", "chart", "rubygems"]
+
+clear_helpers()
@@ -175,7 +175,7 @@ clear_helpers()
default_helper_module! unless anonymous?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -257,7 +257,7 @@ helper(*args, &block)
_helpers_for_modification.module_eval(&block) if block_given?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -325,7 +325,7 @@ Parameters
end end - 🔎 See on GitHub + 🔎 See on GitHub @@ -358,7 +358,7 @@inherited(klass)
super
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -382,7 +382,7 @@ modules_for_helpers(modules_o
- 🔎 See on GitHub
+
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
diff --git a/src/classes/AbstractController/Railties/RoutesHelpers.html b/src/classes/AbstractController/Railties/RoutesHelpers.html
index f2a9347d3e..1bb593a11d 100644
--- a/src/classes/AbstractController/Railties/RoutesHelpers.html
+++ b/src/classes/AbstractController/Railties/RoutesHelpers.html
@@ -5,7 +5,7 @@
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/AbstractController/Railties/RoutesHelpers.html b/src/classes/AbstractController/Railties/RoutesHelpers.html
index f2a9347d3e..1bb593a11d 100644
--- a/src/classes/AbstractController/Railties/RoutesHelpers.html
+++ b/src/classes/AbstractController/Railties/RoutesHelpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -87,7 +87,7 @@ with(routes, include_path_helpers = true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Rendering.html b/src/classes/AbstractController/Rendering.html
index 964676c7a2..c9cb1b18c3 100644
--- a/src/classes/AbstractController/Rendering.html
+++ b/src/classes/AbstractController/Rendering.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -145,7 +145,7 @@ render(*args, &block)
self.response_body = rendered_body
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -173,7 +173,7 @@ render_to_body(options = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -205,7 +205,7 @@ render_to_string(*args, &blo
render_to_body(options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -234,7 +234,7 @@ rendered_format()
Mime[:text]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -267,7 +267,7 @@ view_assigns()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -309,7 +309,7 @@ _normalize_args(action = nil, opt
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -338,7 +338,7 @@ _normalize_options(options)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -367,7 +367,7 @@ _process_options(options)
options
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Translation.html b/src/classes/AbstractController/Translation.html
index e4605629d9..5d4df4acaf 100644
--- a/src/classes/AbstractController/Translation.html
+++ b/src/classes/AbstractController/Translation.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ localize(object, **options)
I18n.localize(object, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -185,7 +185,7 @@ translate(key, **options)
ActiveSupport::HtmlSafeTranslation.translate(key, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor.html b/src/classes/AbstractController/UrlFor.html
index bab417c152..299d7e7853 100644
--- a/src/classes/AbstractController/UrlFor.html
+++ b/src/classes/AbstractController/UrlFor.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ _routes()
"For instance, `include Rails.application.routes.url_helpers`."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor/ClassMethods.html b/src/classes/AbstractController/UrlFor/ClassMethods.html
index 1dcd62c92c..5f3dfaaae0 100644
--- a/src/classes/AbstractController/UrlFor/ClassMethods.html
+++ b/src/classes/AbstractController/UrlFor/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ _routes()
nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ action_methods()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable.html b/src/classes/ActionCable.html
index 9fd8e01c4d..9d0aa33093 100644
--- a/src/classes/ActionCable.html
+++ b/src/classes/ActionCable.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -265,7 +265,7 @@ gem_version()
Gem::Version.new VERSION::STRING
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -294,7 +294,7 @@ version()
gem_version
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -327,7 +327,7 @@ server()
@server ||= ActionCable::Server::Base.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel.html b/src/classes/ActionCable/Channel.html
index 06b36ff362..c3b3d0b5ca 100644
--- a/src/classes/ActionCable/Channel.html
+++ b/src/classes/ActionCable/Channel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Base.html b/src/classes/ActionCable/Channel/Base.html
index 8e91435213..cb0db0a27e 100644
--- a/src/classes/ActionCable/Channel/Base.html
+++ b/src/classes/ActionCable/Channel/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -316,7 +316,7 @@ Returns
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -357,7 +357,7 @@ new(connection, identifier, params = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -389,7 +389,7 @@ clear_action_methods!()
@action_methods = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -419,7 +419,7 @@ method_added(name)
clear_action_methods!
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -461,7 +461,7 @@ perform_action(data)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -495,7 +495,7 @@ subscribe_to_channel()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -525,7 +525,7 @@ defer_subscription
@defer_subscription_confirmation_counter.increment
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -552,7 +552,7 @@ defer_subscription
@defer_subscription_confirmation_counter.value > 0
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -581,7 +581,7 @@ ensure_confirmation_sent
transmit_subscription_confirmation unless defer_subscription_confirmation?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -608,7 +608,7 @@ reject()
@reject_subscription = true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -637,7 +637,7 @@ subscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -664,7 +664,7 @@ subscription_confir
@subscription_confirmation_sent
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -691,7 +691,7 @@ subscription_rejected?()
@reject_subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -729,7 +729,7 @@ transmit(data, via: nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -758,7 +758,7 @@ unsubscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting.html b/src/classes/ActionCable/Channel/Broadcasting.html
index 8ab922fcca..8b2712f3fd 100644
--- a/src/classes/ActionCable/Channel/Broadcasting.html
+++ b/src/classes/ActionCable/Channel/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -95,7 +95,7 @@ broadcast_to(model, message)<
self.class.broadcast_to(model, message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -122,7 +122,7 @@ broadcasting_for(model)
self.class.broadcasting_for(model)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
index 18c3eec202..3fb0ae2d09 100644
--- a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ broadcast_to(broadcastables, message
ActionCable.server.broadcast(broadcasting_for(broadcastables), message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -118,7 +118,7 @@ broadcasting_for(broadcastables)
serialize_broadcasting([ channel_name ] + Array(broadcastables))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Callbacks.html b/src/classes/ActionCable/Channel/Callbacks.html
index 64985186c3..228b109bbd 100644
--- a/src/classes/ActionCable/Channel/Callbacks.html
+++ b/src/classes/ActionCable/Channel/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
index b40c50228d..ab7e6796c4 100644
--- a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -111,7 +111,7 @@ after_subscribe(*methods, &bl
set_callback(:subscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -144,7 +144,7 @@ after_unsubscribe(*methods, &am
set_callback(:unsubscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -171,7 +171,7 @@ before_subscribe(*methods, &
set_callback(:subscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -198,7 +198,7 @@ before_unsubscribe(*methods, &
set_callback(:unsubscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ChannelStub.html b/src/classes/ActionCable/Channel/ChannelStub.html
index 587a2b9c20..bdc14bbfca 100644
--- a/src/classes/ActionCable/Channel/ChannelStub.html
+++ b/src/classes/ActionCable/Channel/ChannelStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -110,7 +110,7 @@ confirmed?()
subscription_confirmation_sent?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -137,7 +137,7 @@ rejected?()
subscription_rejected?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ start_periodic_timers()# File actioncable/lib/action_cable/channel/test_case.rb, line 46
def start_periodic_timers; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_all_streams()
@_streams = []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -242,7 +242,7 @@ stream_from(broadcasting, *)
streams << broadcasting
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -269,7 +269,7 @@ streams()
@_streams ||= []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ConnectionStub.html b/src/classes/ActionCable/Channel/ConnectionStub.html
index 1630cedddf..6431a81cbf 100644
--- a/src/classes/ActionCable/Channel/ConnectionStub.html
+++ b/src/classes/ActionCable/Channel/ConnectionStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -146,7 +146,7 @@ new(identifiers = {})
@logger = ActiveSupport::TaggedLogging.new ActiveSupport::Logger.new(StringIO.new)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -204,7 +204,7 @@ transmit(cable_message)
transmissions << cable_message.with_indifferent_access
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming.html b/src/classes/ActionCable/Channel/Naming.html
index 4750ab6faa..0870eb54fa 100644
--- a/src/classes/ActionCable/Channel/Naming.html
+++ b/src/classes/ActionCable/Channel/Naming.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ channel_name()
self.class.channel_name
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming/ClassMethods.html b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
index 2054d9e292..6c81d06909 100644
--- a/src/classes/ActionCable/Channel/Naming/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -85,7 +85,7 @@ channel_name()
@channel_name ||= name.delete_suffix("Channel").gsub("::", ":").underscore
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/NonInferrableChannelError.html b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
index ece5bbf335..e185997ef9 100644
--- a/src/classes/ActionCable/Channel/NonInferrableChannelError.html
+++ b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers.html b/src/classes/ActionCable/Channel/PeriodicTimers.html
index 561da6e0dd..79d45a3130 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
index 1a26cae68a..3bff98bb07 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -108,7 +108,7 @@ periodically(callback_or_method_name
self.periodic_timers += [[ callback, every: every ]]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Streams.html b/src/classes/ActionCable/Channel/Streams.html
index 8d5022d17c..db3233a131 100644
--- a/src/classes/ActionCable/Channel/Streams.html
+++ b/src/classes/ActionCable/Channel/Streams.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -168,7 +168,7 @@ stop_all_streams()
end.clear
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_stream_for(model)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -230,7 +230,7 @@ stop_stream_from(broadcasting)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -261,7 +261,7 @@ stream_for(broadcastables, callback =
stream_from(broadcasting_for(broadcastables), callback || block, coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -307,7 +307,7 @@ stream_from(broadcasting, callback =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -340,7 +340,7 @@ stream_or_reject_for(model)<
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase.html b/src/classes/ActionCable/Channel/TestCase.html
index 6317ff44d0..7b221729d6 100644
--- a/src/classes/ActionCable/Channel/TestCase.html
+++ b/src/classes/ActionCable/Channel/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior.html b/src/classes/ActionCable/Channel/TestCase/Behavior.html
index 71da78d098..cf10c34acb 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -192,7 +192,7 @@ assert_broadcast_on(stream_or
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -221,7 +221,7 @@ assert_broadcasts(stream_or_obj
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ assert_has_no_stream(stream)
assert subscription.streams.exclude?(stream), "Stream #{stream} has been started"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -291,7 +291,7 @@ assert_has_no_stream_for
assert_has_no_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ assert_has_stream(stream)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -361,7 +361,7 @@ assert_has_stream_for(objec
assert_has_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -396,7 +396,7 @@ assert_no_streams()
assert subscription.streams.empty?, "No streams started was expected, but #{subscription.streams.count} found"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -428,7 +428,7 @@ perform(action, data = {})
subscription.perform_action(data.stringify_keys.merge("action" => action.to_s))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -464,7 +464,7 @@ stub_connection(identifiers = {})
@connection = ConnectionStub.new(identifiers)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -497,7 +497,7 @@ subscribe(params = {})
@subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -527,7 +527,7 @@ transmissions()
connection.transmissions.filter_map { |data| data["message"] }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -557,7 +557,7 @@ unsubscribe()
subscription.unsubscribe_from_channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
index 858a0ac552..a5f5798778 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ channel_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_channel
channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(channel)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection.html b/src/classes/ActionCable/Connection.html
index 7889c75284..b85796df4a 100644
--- a/src/classes/ActionCable/Connection.html
+++ b/src/classes/ActionCable/Connection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Assertions.html b/src/classes/ActionCable/Connection/Assertions.html
index 6fc9d0723c..83d5bd7403 100644
--- a/src/classes/ActionCable/Connection/Assertions.html
+++ b/src/classes/ActionCable/Connection/Assertions.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ assert_reject_connection
assert_raises(Authorization::UnauthorizedError, "Expected to reject connection but no rejection was made", &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization.html b/src/classes/ActionCable/Connection/Authorization.html
index 8e0d7a1439..c2c55de2c6 100644
--- a/src/classes/ActionCable/Connection/Authorization.html
+++ b/src/classes/ActionCable/Connection/Authorization.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ reject_unauthorized_co
raise UnauthorizedError
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
index ff36299a28..73d7917610 100644
--- a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
+++ b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/Base.html b/src/classes/ActionCable/Connection/Base.html
index c7f009aa10..0277955dd7 100644
--- a/src/classes/ActionCable/Connection/Base.html
+++ b/src/classes/ActionCable/Connection/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -261,7 +261,7 @@ new(server, env, coder: ActiveSupport::JSON)<
@started_at = Time.now
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -292,7 +292,7 @@ beat()
transmit type: ActionCable::INTERNAL[:message_types][:ping], message: Time.now.to_i
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ close(reason: nil, reconnect: true)<
websocket.close
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -355,7 +355,7 @@ handle_channel_command(pay
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -384,7 +384,7 @@ send_async(method, *arguments)<
worker_pool.async_invoke(self, method, *arguments)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -418,7 +418,7 @@ statistics()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -450,7 +450,7 @@ cookies()
request.cookie_jar
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -482,7 +482,7 @@ request()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Callbacks.html b/src/classes/ActionCable/Connection/Callbacks.html
index d6504ca284..b3bb372e91 100644
--- a/src/classes/ActionCable/Connection/Callbacks.html
+++ b/src/classes/ActionCable/Connection/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
index d11f1b1454..2868af7791 100644
--- a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -86,7 +86,7 @@ after_command(*methods, &block)
set_callback(:command, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ around_command(*methods, &bloc
set_callback(:command, :around, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -140,7 +140,7 @@ before_command(*methods, &bloc
set_callback(:command, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification.html b/src/classes/ActionCable/Connection/Identification.html
index cb1b371d7a..4aa8c6e993 100644
--- a/src/classes/ActionCable/Connection/Identification.html
+++ b/src/classes/ActionCable/Connection/Identification.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -97,7 +97,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification/ClassMethods.html b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
index 42be2d7255..75a449a10f 100644
--- a/src/classes/ActionCable/Connection/Identification/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -83,7 +83,7 @@ identified_by(*identifiers)<
self.identifiers += identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/InternalChannel.html b/src/classes/ActionCable/Connection/InternalChannel.html
index cfdccceaf4..c352da6adc 100644
--- a/src/classes/ActionCable/Connection/InternalChannel.html
+++ b/src/classes/ActionCable/Connection/InternalChannel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
index 26bba36295..ce00d293ed 100644
--- a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
+++ b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/StreamEventLoop.html b/src/classes/ActionCable/Connection/StreamEventLoop.html
index 4a58b367e2..03533544e0 100644
--- a/src/classes/ActionCable/Connection/StreamEventLoop.html
+++ b/src/classes/ActionCable/Connection/StreamEventLoop.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -112,7 +112,7 @@ new()
@spawn_mutex = Mutex.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -147,7 +147,7 @@ attach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -179,7 +179,7 @@ detach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -209,7 +209,7 @@ post(task = nil, &block)
@executor << task
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -237,7 +237,7 @@ stop()
wakeup if @nio
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -264,7 +264,7 @@ timer(interval, &block)
Concurrent::TimerTask.new(execution_interval: interval, &block).tap(&:execute)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -296,7 +296,7 @@ writes_pending(io)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
index 7524c24591..e48a1afc81 100644
--- a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
+++ b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -118,7 +118,7 @@ new(logger, tags:)
@tags = tags.flatten
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -150,7 +150,7 @@ add_tags(*tags)
@tags = @tags.uniq
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -182,7 +182,7 @@ tag(logger, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -212,7 +212,7 @@ log(type, message, &block)
tag(@logger) { @logger.send type, message, &block }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase.html b/src/classes/ActionCable/Connection/TestCase.html
index 39bc5cb056..6fea7fdc86 100644
--- a/src/classes/ActionCable/Connection/TestCase.html
+++ b/src/classes/ActionCable/Connection/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior.html b/src/classes/ActionCable/Connection/TestCase/Behavior.html
index 1bf7292841..a43da9a706 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -169,7 +169,7 @@ connect(path = ActionCable.server.config.
@connection = connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -196,7 +196,7 @@ cookies()
@cookie_jar ||= TestCookieJar.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -228,7 +228,7 @@ disconnect()
@connection = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
index 4dc624226e..6cf3acb952 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ connection_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_connec
connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(connection)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestConnection.html b/src/classes/ActionCable/Connection/TestConnection.html
index 1f8a17e8b9..77e83b3929 100644
--- a/src/classes/ActionCable/Connection/TestConnection.html
+++ b/src/classes/ActionCable/Connection/TestConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -103,7 +103,7 @@ new(request)
@env = request.env
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCookieJar.html b/src/classes/ActionCable/Connection/TestCookieJar.html
index a26eaee17a..06896a38b6 100644
--- a/src/classes/ActionCable/Connection/TestCookieJar.html
+++ b/src/classes/ActionCable/Connection/TestCookieJar.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -94,7 +94,7 @@ encrypted()
@encrypted ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ signed()
@signed ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestRequest.html b/src/classes/ActionCable/Connection/TestRequest.html
index 794c806e21..1a276e6389 100644
--- a/src/classes/ActionCable/Connection/TestRequest.html
+++ b/src/classes/ActionCable/Connection/TestRequest.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Helpers.html b/src/classes/ActionCable/Helpers.html
index df974f8111..f1ed592944 100644
--- a/src/classes/ActionCable/Helpers.html
+++ b/src/classes/ActionCable/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Helpers/ActionCableHelper.html b/src/classes/ActionCable/Helpers/ActionCableHelper.html
index fd40a1bc1c..34db4fd216 100644
--- a/src/classes/ActionCable/Helpers/ActionCableHelper.html
+++ b/src/classes/ActionCable/Helpers/ActionCableHelper.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -109,7 +109,7 @@ action_cable_meta_tag()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections.html b/src/classes/ActionCable/RemoteConnections.html
index 88e9a6f9f6..3c256d2a2f 100644
--- a/src/classes/ActionCable/RemoteConnections.html
+++ b/src/classes/ActionCable/RemoteConnections.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -139,7 +139,7 @@ new(server)
@server = server
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ where(identifier)
RemoteConnection.new(server, identifier)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
index fc889f94c2..60ab208791 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -123,7 +123,7 @@ new(server, ids)
set_identifier_instance_vars(ids)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -156,7 +156,7 @@ disconnect(reconnect: true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
index e39959f775..23fd887d4d 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server.html b/src/classes/ActionCable/Server.html
index 3d83e0c64b..c26dcbfdb1 100644
--- a/src/classes/ActionCable/Server.html
+++ b/src/classes/ActionCable/Server.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Server/Base.html b/src/classes/ActionCable/Server/Base.html
index cf38c598e1..1d086831fe 100644
--- a/src/classes/ActionCable/Server/Base.html
+++ b/src/classes/ActionCable/Server/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -163,7 +163,7 @@ logger()
# File actioncable/lib/action_cable/server/base.rb, line 26
def self.logger; config.logger; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -192,7 +192,7 @@ new(config: self.class.config)
@remote_connections = @event_loop = @worker_pool = @pubsub = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -227,7 +227,7 @@ call(env)
config.connection_class.call.new(self, env).process
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ connection_identifiers()
config.connection_class.call.identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -285,7 +285,7 @@ disconnect(identifiers)
remote_connections.where(identifiers).disconnect
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -312,7 +312,7 @@ event_loop()
@event_loop || @mutex.synchronize { @event_loop ||= ActionCable::Connection::StreamEventLoop.new }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -341,7 +341,7 @@ pubsub()
@pubsub || @mutex.synchronize { @pubsub ||= config.pubsub_adapter.new(self) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -370,7 +370,7 @@ remote_connections()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -409,7 +409,7 @@ restart()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -442,7 +442,7 @@ worker_pool()
@worker_pool || @mutex.synchronize { @worker_pool ||= ActionCable::Server::Worker.new(max_size: config.worker_pool_size) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting.html b/src/classes/ActionCable/Server/Broadcasting.html
index 856e570d72..e492832214 100644
--- a/src/classes/ActionCable/Server/Broadcasting.html
+++ b/src/classes/ActionCable/Server/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -123,7 +123,7 @@ broadcast(broadcasting, message, coder:
broadcaster_for(broadcasting, coder: coder).broadcast(message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -152,7 +152,7 @@ broadcaster_for(broadcasting, cod
Broadcaster.new(self, String(broadcasting), coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
index 2f9dd504e9..bead8ec24b 100644
--- a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
+++ b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -117,7 +117,7 @@ new(server, broadcasting, coder:)
@server, @broadcasting, @coder = server, broadcasting, coder
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -154,7 +154,7 @@ broadcast(message)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Configuration.html b/src/classes/ActionCable/Server/Configuration.html
index e1fcef515d..f335e248c6 100644
--- a/src/classes/ActionCable/Server/Configuration.html
+++ b/src/classes/ActionCable/Server/Configuration.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -224,7 +224,7 @@ new()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ pubsub_adapter()
"ActionCable::SubscriptionAdapter::#{adapter}".constantize
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Worker.html b/src/classes/ActionCable/Server/Worker.html
index 20b8ae5132..257bd35552 100644
--- a/src/classes/ActionCable/Server/Worker.html
+++ b/src/classes/ActionCable/Server/Worker.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
index ffdd138d9a..3043ada01c 100644
--- a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
+++ b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ with_database_connections
connection.logger.tag(ActiveRecord::Base.logger, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/SubscriptionAdapter.html b/src/classes/ActionCable/SubscriptionAdapter.html
index dc1e6f35d4..f37199027d 100644
--- a/src/classes/ActionCable/SubscriptionAdapter.html
+++ b/src/classes/ActionCable/SubscriptionAdapter.html
@@ -5,7 +5,7 @@
-
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
@@ -87,7 +87,7 @@
+ Ruby on Rails 8.1.0
Module
@@ -87,7 +87,7 @@ with(routes, include_path_helpers = true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Rendering.html b/src/classes/AbstractController/Rendering.html
index 964676c7a2..c9cb1b18c3 100644
--- a/src/classes/AbstractController/Rendering.html
+++ b/src/classes/AbstractController/Rendering.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -145,7 +145,7 @@ render(*args, &block)
self.response_body = rendered_body
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -173,7 +173,7 @@ render_to_body(options = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -205,7 +205,7 @@ render_to_string(*args, &blo
render_to_body(options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -234,7 +234,7 @@ rendered_format()
Mime[:text]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -267,7 +267,7 @@ view_assigns()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -309,7 +309,7 @@ _normalize_args(action = nil, opt
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -338,7 +338,7 @@ _normalize_options(options)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -367,7 +367,7 @@ _process_options(options)
options
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Translation.html b/src/classes/AbstractController/Translation.html
index e4605629d9..5d4df4acaf 100644
--- a/src/classes/AbstractController/Translation.html
+++ b/src/classes/AbstractController/Translation.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ localize(object, **options)
I18n.localize(object, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -185,7 +185,7 @@ translate(key, **options)
ActiveSupport::HtmlSafeTranslation.translate(key, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor.html b/src/classes/AbstractController/UrlFor.html
index bab417c152..299d7e7853 100644
--- a/src/classes/AbstractController/UrlFor.html
+++ b/src/classes/AbstractController/UrlFor.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ _routes()
"For instance, `include Rails.application.routes.url_helpers`."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor/ClassMethods.html b/src/classes/AbstractController/UrlFor/ClassMethods.html
index 1dcd62c92c..5f3dfaaae0 100644
--- a/src/classes/AbstractController/UrlFor/ClassMethods.html
+++ b/src/classes/AbstractController/UrlFor/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ _routes()
nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ action_methods()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable.html b/src/classes/ActionCable.html
index 9fd8e01c4d..9d0aa33093 100644
--- a/src/classes/ActionCable.html
+++ b/src/classes/ActionCable.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -265,7 +265,7 @@ gem_version()
Gem::Version.new VERSION::STRING
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -294,7 +294,7 @@ version()
gem_version
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -327,7 +327,7 @@ server()
@server ||= ActionCable::Server::Base.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel.html b/src/classes/ActionCable/Channel.html
index 06b36ff362..c3b3d0b5ca 100644
--- a/src/classes/ActionCable/Channel.html
+++ b/src/classes/ActionCable/Channel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Base.html b/src/classes/ActionCable/Channel/Base.html
index 8e91435213..cb0db0a27e 100644
--- a/src/classes/ActionCable/Channel/Base.html
+++ b/src/classes/ActionCable/Channel/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -316,7 +316,7 @@ Returns
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -357,7 +357,7 @@ new(connection, identifier, params = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -389,7 +389,7 @@ clear_action_methods!()
@action_methods = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -419,7 +419,7 @@ method_added(name)
clear_action_methods!
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -461,7 +461,7 @@ perform_action(data)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -495,7 +495,7 @@ subscribe_to_channel()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -525,7 +525,7 @@ defer_subscription
@defer_subscription_confirmation_counter.increment
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -552,7 +552,7 @@ defer_subscription
@defer_subscription_confirmation_counter.value > 0
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -581,7 +581,7 @@ ensure_confirmation_sent
transmit_subscription_confirmation unless defer_subscription_confirmation?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -608,7 +608,7 @@ reject()
@reject_subscription = true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -637,7 +637,7 @@ subscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -664,7 +664,7 @@ subscription_confir
@subscription_confirmation_sent
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -691,7 +691,7 @@ subscription_rejected?()
@reject_subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -729,7 +729,7 @@ transmit(data, via: nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -758,7 +758,7 @@ unsubscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting.html b/src/classes/ActionCable/Channel/Broadcasting.html
index 8ab922fcca..8b2712f3fd 100644
--- a/src/classes/ActionCable/Channel/Broadcasting.html
+++ b/src/classes/ActionCable/Channel/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -95,7 +95,7 @@ broadcast_to(model, message)<
self.class.broadcast_to(model, message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -122,7 +122,7 @@ broadcasting_for(model)
self.class.broadcasting_for(model)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
index 18c3eec202..3fb0ae2d09 100644
--- a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ broadcast_to(broadcastables, message
ActionCable.server.broadcast(broadcasting_for(broadcastables), message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -118,7 +118,7 @@ broadcasting_for(broadcastables)
serialize_broadcasting([ channel_name ] + Array(broadcastables))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Callbacks.html b/src/classes/ActionCable/Channel/Callbacks.html
index 64985186c3..228b109bbd 100644
--- a/src/classes/ActionCable/Channel/Callbacks.html
+++ b/src/classes/ActionCable/Channel/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
index b40c50228d..ab7e6796c4 100644
--- a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -111,7 +111,7 @@ after_subscribe(*methods, &bl
set_callback(:subscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -144,7 +144,7 @@ after_unsubscribe(*methods, &am
set_callback(:unsubscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -171,7 +171,7 @@ before_subscribe(*methods, &
set_callback(:subscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -198,7 +198,7 @@ before_unsubscribe(*methods, &
set_callback(:unsubscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ChannelStub.html b/src/classes/ActionCable/Channel/ChannelStub.html
index 587a2b9c20..bdc14bbfca 100644
--- a/src/classes/ActionCable/Channel/ChannelStub.html
+++ b/src/classes/ActionCable/Channel/ChannelStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -110,7 +110,7 @@ confirmed?()
subscription_confirmation_sent?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -137,7 +137,7 @@ rejected?()
subscription_rejected?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ start_periodic_timers()# File actioncable/lib/action_cable/channel/test_case.rb, line 46
def start_periodic_timers; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_all_streams()
@_streams = []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -242,7 +242,7 @@ stream_from(broadcasting, *)
streams << broadcasting
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -269,7 +269,7 @@ streams()
@_streams ||= []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ConnectionStub.html b/src/classes/ActionCable/Channel/ConnectionStub.html
index 1630cedddf..6431a81cbf 100644
--- a/src/classes/ActionCable/Channel/ConnectionStub.html
+++ b/src/classes/ActionCable/Channel/ConnectionStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -146,7 +146,7 @@ new(identifiers = {})
@logger = ActiveSupport::TaggedLogging.new ActiveSupport::Logger.new(StringIO.new)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -204,7 +204,7 @@ transmit(cable_message)
transmissions << cable_message.with_indifferent_access
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming.html b/src/classes/ActionCable/Channel/Naming.html
index 4750ab6faa..0870eb54fa 100644
--- a/src/classes/ActionCable/Channel/Naming.html
+++ b/src/classes/ActionCable/Channel/Naming.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ channel_name()
self.class.channel_name
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming/ClassMethods.html b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
index 2054d9e292..6c81d06909 100644
--- a/src/classes/ActionCable/Channel/Naming/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -85,7 +85,7 @@ channel_name()
@channel_name ||= name.delete_suffix("Channel").gsub("::", ":").underscore
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/NonInferrableChannelError.html b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
index ece5bbf335..e185997ef9 100644
--- a/src/classes/ActionCable/Channel/NonInferrableChannelError.html
+++ b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers.html b/src/classes/ActionCable/Channel/PeriodicTimers.html
index 561da6e0dd..79d45a3130 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
index 1a26cae68a..3bff98bb07 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -108,7 +108,7 @@ periodically(callback_or_method_name
self.periodic_timers += [[ callback, every: every ]]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Streams.html b/src/classes/ActionCable/Channel/Streams.html
index 8d5022d17c..db3233a131 100644
--- a/src/classes/ActionCable/Channel/Streams.html
+++ b/src/classes/ActionCable/Channel/Streams.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -168,7 +168,7 @@ stop_all_streams()
end.clear
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_stream_for(model)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -230,7 +230,7 @@ stop_stream_from(broadcasting)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -261,7 +261,7 @@ stream_for(broadcastables, callback =
stream_from(broadcasting_for(broadcastables), callback || block, coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -307,7 +307,7 @@ stream_from(broadcasting, callback =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -340,7 +340,7 @@ stream_or_reject_for(model)<
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase.html b/src/classes/ActionCable/Channel/TestCase.html
index 6317ff44d0..7b221729d6 100644
--- a/src/classes/ActionCable/Channel/TestCase.html
+++ b/src/classes/ActionCable/Channel/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior.html b/src/classes/ActionCable/Channel/TestCase/Behavior.html
index 71da78d098..cf10c34acb 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -192,7 +192,7 @@ assert_broadcast_on(stream_or
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -221,7 +221,7 @@ assert_broadcasts(stream_or_obj
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ assert_has_no_stream(stream)
assert subscription.streams.exclude?(stream), "Stream #{stream} has been started"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -291,7 +291,7 @@ assert_has_no_stream_for
assert_has_no_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ assert_has_stream(stream)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -361,7 +361,7 @@ assert_has_stream_for(objec
assert_has_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -396,7 +396,7 @@ assert_no_streams()
assert subscription.streams.empty?, "No streams started was expected, but #{subscription.streams.count} found"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -428,7 +428,7 @@ perform(action, data = {})
subscription.perform_action(data.stringify_keys.merge("action" => action.to_s))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -464,7 +464,7 @@ stub_connection(identifiers = {})
@connection = ConnectionStub.new(identifiers)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -497,7 +497,7 @@ subscribe(params = {})
@subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -527,7 +527,7 @@ transmissions()
connection.transmissions.filter_map { |data| data["message"] }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -557,7 +557,7 @@ unsubscribe()
subscription.unsubscribe_from_channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
index 858a0ac552..a5f5798778 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ channel_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_channel
channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(channel)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection.html b/src/classes/ActionCable/Connection.html
index 7889c75284..b85796df4a 100644
--- a/src/classes/ActionCable/Connection.html
+++ b/src/classes/ActionCable/Connection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Assertions.html b/src/classes/ActionCable/Connection/Assertions.html
index 6fc9d0723c..83d5bd7403 100644
--- a/src/classes/ActionCable/Connection/Assertions.html
+++ b/src/classes/ActionCable/Connection/Assertions.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ assert_reject_connection
assert_raises(Authorization::UnauthorizedError, "Expected to reject connection but no rejection was made", &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization.html b/src/classes/ActionCable/Connection/Authorization.html
index 8e0d7a1439..c2c55de2c6 100644
--- a/src/classes/ActionCable/Connection/Authorization.html
+++ b/src/classes/ActionCable/Connection/Authorization.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ reject_unauthorized_co
raise UnauthorizedError
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
index ff36299a28..73d7917610 100644
--- a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
+++ b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/Base.html b/src/classes/ActionCable/Connection/Base.html
index c7f009aa10..0277955dd7 100644
--- a/src/classes/ActionCable/Connection/Base.html
+++ b/src/classes/ActionCable/Connection/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -261,7 +261,7 @@ new(server, env, coder: ActiveSupport::JSON)<
@started_at = Time.now
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -292,7 +292,7 @@ beat()
transmit type: ActionCable::INTERNAL[:message_types][:ping], message: Time.now.to_i
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ close(reason: nil, reconnect: true)<
websocket.close
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -355,7 +355,7 @@ handle_channel_command(pay
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -384,7 +384,7 @@ send_async(method, *arguments)<
worker_pool.async_invoke(self, method, *arguments)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -418,7 +418,7 @@ statistics()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -450,7 +450,7 @@ cookies()
request.cookie_jar
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -482,7 +482,7 @@ request()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Callbacks.html b/src/classes/ActionCable/Connection/Callbacks.html
index d6504ca284..b3bb372e91 100644
--- a/src/classes/ActionCable/Connection/Callbacks.html
+++ b/src/classes/ActionCable/Connection/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
index d11f1b1454..2868af7791 100644
--- a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -86,7 +86,7 @@ after_command(*methods, &block)
set_callback(:command, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ around_command(*methods, &bloc
set_callback(:command, :around, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -140,7 +140,7 @@ before_command(*methods, &bloc
set_callback(:command, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification.html b/src/classes/ActionCable/Connection/Identification.html
index cb1b371d7a..4aa8c6e993 100644
--- a/src/classes/ActionCable/Connection/Identification.html
+++ b/src/classes/ActionCable/Connection/Identification.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -97,7 +97,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification/ClassMethods.html b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
index 42be2d7255..75a449a10f 100644
--- a/src/classes/ActionCable/Connection/Identification/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -83,7 +83,7 @@ identified_by(*identifiers)<
self.identifiers += identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/InternalChannel.html b/src/classes/ActionCable/Connection/InternalChannel.html
index cfdccceaf4..c352da6adc 100644
--- a/src/classes/ActionCable/Connection/InternalChannel.html
+++ b/src/classes/ActionCable/Connection/InternalChannel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
index 26bba36295..ce00d293ed 100644
--- a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
+++ b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/StreamEventLoop.html b/src/classes/ActionCable/Connection/StreamEventLoop.html
index 4a58b367e2..03533544e0 100644
--- a/src/classes/ActionCable/Connection/StreamEventLoop.html
+++ b/src/classes/ActionCable/Connection/StreamEventLoop.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -112,7 +112,7 @@ new()
@spawn_mutex = Mutex.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -147,7 +147,7 @@ attach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -179,7 +179,7 @@ detach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -209,7 +209,7 @@ post(task = nil, &block)
@executor << task
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -237,7 +237,7 @@ stop()
wakeup if @nio
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -264,7 +264,7 @@ timer(interval, &block)
Concurrent::TimerTask.new(execution_interval: interval, &block).tap(&:execute)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -296,7 +296,7 @@ writes_pending(io)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
index 7524c24591..e48a1afc81 100644
--- a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
+++ b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -118,7 +118,7 @@ new(logger, tags:)
@tags = tags.flatten
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -150,7 +150,7 @@ add_tags(*tags)
@tags = @tags.uniq
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -182,7 +182,7 @@ tag(logger, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -212,7 +212,7 @@ log(type, message, &block)
tag(@logger) { @logger.send type, message, &block }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase.html b/src/classes/ActionCable/Connection/TestCase.html
index 39bc5cb056..6fea7fdc86 100644
--- a/src/classes/ActionCable/Connection/TestCase.html
+++ b/src/classes/ActionCable/Connection/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior.html b/src/classes/ActionCable/Connection/TestCase/Behavior.html
index 1bf7292841..a43da9a706 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -169,7 +169,7 @@ connect(path = ActionCable.server.config.
@connection = connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -196,7 +196,7 @@ cookies()
@cookie_jar ||= TestCookieJar.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -228,7 +228,7 @@ disconnect()
@connection = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
index 4dc624226e..6cf3acb952 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ connection_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_connec
connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(connection)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestConnection.html b/src/classes/ActionCable/Connection/TestConnection.html
index 1f8a17e8b9..77e83b3929 100644
--- a/src/classes/ActionCable/Connection/TestConnection.html
+++ b/src/classes/ActionCable/Connection/TestConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -103,7 +103,7 @@ new(request)
@env = request.env
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCookieJar.html b/src/classes/ActionCable/Connection/TestCookieJar.html
index a26eaee17a..06896a38b6 100644
--- a/src/classes/ActionCable/Connection/TestCookieJar.html
+++ b/src/classes/ActionCable/Connection/TestCookieJar.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -94,7 +94,7 @@ encrypted()
@encrypted ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ signed()
@signed ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestRequest.html b/src/classes/ActionCable/Connection/TestRequest.html
index 794c806e21..1a276e6389 100644
--- a/src/classes/ActionCable/Connection/TestRequest.html
+++ b/src/classes/ActionCable/Connection/TestRequest.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Helpers.html b/src/classes/ActionCable/Helpers.html
index df974f8111..f1ed592944 100644
--- a/src/classes/ActionCable/Helpers.html
+++ b/src/classes/ActionCable/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Helpers/ActionCableHelper.html b/src/classes/ActionCable/Helpers/ActionCableHelper.html
index fd40a1bc1c..34db4fd216 100644
--- a/src/classes/ActionCable/Helpers/ActionCableHelper.html
+++ b/src/classes/ActionCable/Helpers/ActionCableHelper.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -109,7 +109,7 @@ action_cable_meta_tag()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections.html b/src/classes/ActionCable/RemoteConnections.html
index 88e9a6f9f6..3c256d2a2f 100644
--- a/src/classes/ActionCable/RemoteConnections.html
+++ b/src/classes/ActionCable/RemoteConnections.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -139,7 +139,7 @@ new(server)
@server = server
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ where(identifier)
RemoteConnection.new(server, identifier)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
index fc889f94c2..60ab208791 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -123,7 +123,7 @@ new(server, ids)
set_identifier_instance_vars(ids)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -156,7 +156,7 @@ disconnect(reconnect: true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
index e39959f775..23fd887d4d 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server.html b/src/classes/ActionCable/Server.html
index 3d83e0c64b..c26dcbfdb1 100644
--- a/src/classes/ActionCable/Server.html
+++ b/src/classes/ActionCable/Server.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Server/Base.html b/src/classes/ActionCable/Server/Base.html
index cf38c598e1..1d086831fe 100644
--- a/src/classes/ActionCable/Server/Base.html
+++ b/src/classes/ActionCable/Server/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -163,7 +163,7 @@ logger()
# File actioncable/lib/action_cable/server/base.rb, line 26
def self.logger; config.logger; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -192,7 +192,7 @@ new(config: self.class.config)
@remote_connections = @event_loop = @worker_pool = @pubsub = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -227,7 +227,7 @@ call(env)
config.connection_class.call.new(self, env).process
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ connection_identifiers()
config.connection_class.call.identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -285,7 +285,7 @@ disconnect(identifiers)
remote_connections.where(identifiers).disconnect
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -312,7 +312,7 @@ event_loop()
@event_loop || @mutex.synchronize { @event_loop ||= ActionCable::Connection::StreamEventLoop.new }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -341,7 +341,7 @@ pubsub()
@pubsub || @mutex.synchronize { @pubsub ||= config.pubsub_adapter.new(self) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -370,7 +370,7 @@ remote_connections()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -409,7 +409,7 @@ restart()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -442,7 +442,7 @@ worker_pool()
@worker_pool || @mutex.synchronize { @worker_pool ||= ActionCable::Server::Worker.new(max_size: config.worker_pool_size) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting.html b/src/classes/ActionCable/Server/Broadcasting.html
index 856e570d72..e492832214 100644
--- a/src/classes/ActionCable/Server/Broadcasting.html
+++ b/src/classes/ActionCable/Server/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -123,7 +123,7 @@ broadcast(broadcasting, message, coder:
broadcaster_for(broadcasting, coder: coder).broadcast(message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -152,7 +152,7 @@ broadcaster_for(broadcasting, cod
Broadcaster.new(self, String(broadcasting), coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
index 2f9dd504e9..bead8ec24b 100644
--- a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
+++ b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -117,7 +117,7 @@ new(server, broadcasting, coder:)
@server, @broadcasting, @coder = server, broadcasting, coder
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -154,7 +154,7 @@ broadcast(message)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Configuration.html b/src/classes/ActionCable/Server/Configuration.html
index e1fcef515d..f335e248c6 100644
--- a/src/classes/ActionCable/Server/Configuration.html
+++ b/src/classes/ActionCable/Server/Configuration.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -224,7 +224,7 @@ new()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ pubsub_adapter()
"ActionCable::SubscriptionAdapter::#{adapter}".constantize
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Worker.html b/src/classes/ActionCable/Server/Worker.html
index 20b8ae5132..257bd35552 100644
--- a/src/classes/ActionCable/Server/Worker.html
+++ b/src/classes/ActionCable/Server/Worker.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
index ffdd138d9a..3043ada01c 100644
--- a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
+++ b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ with_database_connections
connection.logger.tag(ActiveRecord::Base.logger, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/SubscriptionAdapter.html b/src/classes/ActionCable/SubscriptionAdapter.html
index dc1e6f35d4..f37199027d 100644
--- a/src/classes/ActionCable/SubscriptionAdapter.html
+++ b/src/classes/ActionCable/SubscriptionAdapter.html
@@ -5,7 +5,7 @@
-
with(routes, include_path_helpers = true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Rendering.html b/src/classes/AbstractController/Rendering.html
index 964676c7a2..c9cb1b18c3 100644
--- a/src/classes/AbstractController/Rendering.html
+++ b/src/classes/AbstractController/Rendering.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -145,7 +145,7 @@ render(*args, &block)
self.response_body = rendered_body
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -173,7 +173,7 @@ render_to_body(options = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -205,7 +205,7 @@ render_to_string(*args, &blo
render_to_body(options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -234,7 +234,7 @@ rendered_format()
Mime[:text]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -267,7 +267,7 @@ view_assigns()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -309,7 +309,7 @@ _normalize_args(action = nil, opt
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -338,7 +338,7 @@ _normalize_options(options)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -367,7 +367,7 @@ _process_options(options)
options
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/Translation.html b/src/classes/AbstractController/Translation.html
index e4605629d9..5d4df4acaf 100644
--- a/src/classes/AbstractController/Translation.html
+++ b/src/classes/AbstractController/Translation.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ localize(object, **options)
I18n.localize(object, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -185,7 +185,7 @@ translate(key, **options)
ActiveSupport::HtmlSafeTranslation.translate(key, **options)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor.html b/src/classes/AbstractController/UrlFor.html
index bab417c152..299d7e7853 100644
--- a/src/classes/AbstractController/UrlFor.html
+++ b/src/classes/AbstractController/UrlFor.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -116,7 +116,7 @@ _routes()
"For instance, `include Rails.application.routes.url_helpers`."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/AbstractController/UrlFor/ClassMethods.html b/src/classes/AbstractController/UrlFor/ClassMethods.html
index 1dcd62c92c..5f3dfaaae0 100644
--- a/src/classes/AbstractController/UrlFor/ClassMethods.html
+++ b/src/classes/AbstractController/UrlFor/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -82,7 +82,7 @@ _routes()
nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ action_methods()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable.html b/src/classes/ActionCable.html
index 9fd8e01c4d..9d0aa33093 100644
--- a/src/classes/ActionCable.html
+++ b/src/classes/ActionCable.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -265,7 +265,7 @@ gem_version()
Gem::Version.new VERSION::STRING
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -294,7 +294,7 @@ version()
gem_version
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -327,7 +327,7 @@ server()
@server ||= ActionCable::Server::Base.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel.html b/src/classes/ActionCable/Channel.html
index 06b36ff362..c3b3d0b5ca 100644
--- a/src/classes/ActionCable/Channel.html
+++ b/src/classes/ActionCable/Channel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Base.html b/src/classes/ActionCable/Channel/Base.html
index 8e91435213..cb0db0a27e 100644
--- a/src/classes/ActionCable/Channel/Base.html
+++ b/src/classes/ActionCable/Channel/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -316,7 +316,7 @@ Returns
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -357,7 +357,7 @@ new(connection, identifier, params = {})
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -389,7 +389,7 @@ clear_action_methods!()
@action_methods = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -419,7 +419,7 @@ method_added(name)
clear_action_methods!
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -461,7 +461,7 @@ perform_action(data)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -495,7 +495,7 @@ subscribe_to_channel()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -525,7 +525,7 @@ defer_subscription
@defer_subscription_confirmation_counter.increment
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -552,7 +552,7 @@ defer_subscription
@defer_subscription_confirmation_counter.value > 0
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -581,7 +581,7 @@ ensure_confirmation_sent
transmit_subscription_confirmation unless defer_subscription_confirmation?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -608,7 +608,7 @@ reject()
@reject_subscription = true
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -637,7 +637,7 @@ subscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -664,7 +664,7 @@ subscription_confir
@subscription_confirmation_sent
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -691,7 +691,7 @@ subscription_rejected?()
@reject_subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -729,7 +729,7 @@ transmit(data, via: nil)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -758,7 +758,7 @@ unsubscribed()
# Override in subclasses
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting.html b/src/classes/ActionCable/Channel/Broadcasting.html
index 8ab922fcca..8b2712f3fd 100644
--- a/src/classes/ActionCable/Channel/Broadcasting.html
+++ b/src/classes/ActionCable/Channel/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -95,7 +95,7 @@ broadcast_to(model, message)<
self.class.broadcast_to(model, message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -122,7 +122,7 @@ broadcasting_for(model)
self.class.broadcasting_for(model)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
index 18c3eec202..3fb0ae2d09 100644
--- a/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Broadcasting/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ broadcast_to(broadcastables, message
ActionCable.server.broadcast(broadcasting_for(broadcastables), message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -118,7 +118,7 @@ broadcasting_for(broadcastables)
serialize_broadcasting([ channel_name ] + Array(broadcastables))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Callbacks.html b/src/classes/ActionCable/Channel/Callbacks.html
index 64985186c3..228b109bbd 100644
--- a/src/classes/ActionCable/Channel/Callbacks.html
+++ b/src/classes/ActionCable/Channel/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
index b40c50228d..ab7e6796c4 100644
--- a/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -111,7 +111,7 @@ after_subscribe(*methods, &bl
set_callback(:subscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -144,7 +144,7 @@ after_unsubscribe(*methods, &am
set_callback(:unsubscribe, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -171,7 +171,7 @@ before_subscribe(*methods, &
set_callback(:subscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -198,7 +198,7 @@ before_unsubscribe(*methods, &
set_callback(:unsubscribe, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ChannelStub.html b/src/classes/ActionCable/Channel/ChannelStub.html
index 587a2b9c20..bdc14bbfca 100644
--- a/src/classes/ActionCable/Channel/ChannelStub.html
+++ b/src/classes/ActionCable/Channel/ChannelStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -110,7 +110,7 @@ confirmed?()
subscription_confirmation_sent?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -137,7 +137,7 @@ rejected?()
subscription_rejected?
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ start_periodic_timers()# File actioncable/lib/action_cable/channel/test_case.rb, line 46
def start_periodic_timers; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_all_streams()
@_streams = []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -242,7 +242,7 @@ stream_from(broadcasting, *)
streams << broadcasting
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -269,7 +269,7 @@ streams()
@_streams ||= []
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/ConnectionStub.html b/src/classes/ActionCable/Channel/ConnectionStub.html
index 1630cedddf..6431a81cbf 100644
--- a/src/classes/ActionCable/Channel/ConnectionStub.html
+++ b/src/classes/ActionCable/Channel/ConnectionStub.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -146,7 +146,7 @@ new(identifiers = {})
@logger = ActiveSupport::TaggedLogging.new ActiveSupport::Logger.new(StringIO.new)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -177,7 +177,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -204,7 +204,7 @@ transmit(cable_message)
transmissions << cable_message.with_indifferent_access
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming.html b/src/classes/ActionCable/Channel/Naming.html
index 4750ab6faa..0870eb54fa 100644
--- a/src/classes/ActionCable/Channel/Naming.html
+++ b/src/classes/ActionCable/Channel/Naming.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -91,7 +91,7 @@ channel_name()
self.class.channel_name
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Naming/ClassMethods.html b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
index 2054d9e292..6c81d06909 100644
--- a/src/classes/ActionCable/Channel/Naming/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/Naming/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -85,7 +85,7 @@ channel_name()
@channel_name ||= name.delete_suffix("Channel").gsub("::", ":").underscore
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/NonInferrableChannelError.html b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
index ece5bbf335..e185997ef9 100644
--- a/src/classes/ActionCable/Channel/NonInferrableChannelError.html
+++ b/src/classes/ActionCable/Channel/NonInferrableChannelError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers.html b/src/classes/ActionCable/Channel/PeriodicTimers.html
index 561da6e0dd..79d45a3130 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
index 1a26cae68a..3bff98bb07 100644
--- a/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/PeriodicTimers/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -108,7 +108,7 @@ periodically(callback_or_method_name
self.periodic_timers += [[ callback, every: every ]]
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/Streams.html b/src/classes/ActionCable/Channel/Streams.html
index 8d5022d17c..db3233a131 100644
--- a/src/classes/ActionCable/Channel/Streams.html
+++ b/src/classes/ActionCable/Channel/Streams.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -168,7 +168,7 @@ stop_all_streams()
end.clear
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -197,7 +197,7 @@ stop_stream_for(model)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -230,7 +230,7 @@ stop_stream_from(broadcasting)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -261,7 +261,7 @@ stream_for(broadcastables, callback =
stream_from(broadcasting_for(broadcastables), callback || block, coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -307,7 +307,7 @@ stream_from(broadcasting, callback =
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -340,7 +340,7 @@ stream_or_reject_for(model)<
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase.html b/src/classes/ActionCable/Channel/TestCase.html
index 6317ff44d0..7b221729d6 100644
--- a/src/classes/ActionCable/Channel/TestCase.html
+++ b/src/classes/ActionCable/Channel/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior.html b/src/classes/ActionCable/Channel/TestCase/Behavior.html
index 71da78d098..cf10c34acb 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -192,7 +192,7 @@ assert_broadcast_on(stream_or
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -221,7 +221,7 @@ assert_broadcasts(stream_or_obj
super(broadcasting_for(stream_or_object), *args)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ assert_has_no_stream(stream)
assert subscription.streams.exclude?(stream), "Stream #{stream} has been started"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -291,7 +291,7 @@ assert_has_no_stream_for
assert_has_no_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ assert_has_stream(stream)
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -361,7 +361,7 @@ assert_has_stream_for(objec
assert_has_stream(broadcasting_for(object))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -396,7 +396,7 @@ assert_no_streams()
assert subscription.streams.empty?, "No streams started was expected, but #{subscription.streams.count} found"
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -428,7 +428,7 @@ perform(action, data = {})
subscription.perform_action(data.stringify_keys.merge("action" => action.to_s))
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -464,7 +464,7 @@ stub_connection(identifiers = {})
@connection = ConnectionStub.new(identifiers)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -497,7 +497,7 @@ subscribe(params = {})
@subscription
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -527,7 +527,7 @@ transmissions()
connection.transmissions.filter_map { |data| data["message"] }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -557,7 +557,7 @@ unsubscribe()
subscription.unsubscribe_from_channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
index 858a0ac552..a5f5798778 100644
--- a/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Channel/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ channel_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_channel
channel
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(channel)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection.html b/src/classes/ActionCable/Connection.html
index 7889c75284..b85796df4a 100644
--- a/src/classes/ActionCable/Connection.html
+++ b/src/classes/ActionCable/Connection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Assertions.html b/src/classes/ActionCable/Connection/Assertions.html
index 6fc9d0723c..83d5bd7403 100644
--- a/src/classes/ActionCable/Connection/Assertions.html
+++ b/src/classes/ActionCable/Connection/Assertions.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -84,7 +84,7 @@ assert_reject_connection
assert_raises(Authorization::UnauthorizedError, "Expected to reject connection but no rejection was made", &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization.html b/src/classes/ActionCable/Connection/Authorization.html
index 8e0d7a1439..c2c55de2c6 100644
--- a/src/classes/ActionCable/Connection/Authorization.html
+++ b/src/classes/ActionCable/Connection/Authorization.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -96,7 +96,7 @@ reject_unauthorized_co
raise UnauthorizedError
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
index ff36299a28..73d7917610 100644
--- a/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
+++ b/src/classes/ActionCable/Connection/Authorization/UnauthorizedError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/Base.html b/src/classes/ActionCable/Connection/Base.html
index c7f009aa10..0277955dd7 100644
--- a/src/classes/ActionCable/Connection/Base.html
+++ b/src/classes/ActionCable/Connection/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -261,7 +261,7 @@ new(server, env, coder: ActiveSupport::JSON)<
@started_at = Time.now
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -292,7 +292,7 @@ beat()
transmit type: ActionCable::INTERNAL[:message_types][:ping], message: Time.now.to_i
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -326,7 +326,7 @@ close(reason: nil, reconnect: true)<
websocket.close
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -355,7 +355,7 @@ handle_channel_command(pay
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -384,7 +384,7 @@ send_async(method, *arguments)<
worker_pool.async_invoke(self, method, *arguments)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -418,7 +418,7 @@ statistics()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -450,7 +450,7 @@ cookies()
request.cookie_jar
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -482,7 +482,7 @@ request()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Callbacks.html b/src/classes/ActionCable/Connection/Callbacks.html
index d6504ca284..b3bb372e91 100644
--- a/src/classes/ActionCable/Connection/Callbacks.html
+++ b/src/classes/ActionCable/Connection/Callbacks.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
index d11f1b1454..2868af7791 100644
--- a/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Callbacks/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -86,7 +86,7 @@ after_command(*methods, &block)
set_callback(:command, :after, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -113,7 +113,7 @@ around_command(*methods, &bloc
set_callback(:command, :around, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -140,7 +140,7 @@ before_command(*methods, &bloc
set_callback(:command, :before, *methods, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification.html b/src/classes/ActionCable/Connection/Identification.html
index cb1b371d7a..4aa8c6e993 100644
--- a/src/classes/ActionCable/Connection/Identification.html
+++ b/src/classes/ActionCable/Connection/Identification.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -97,7 +97,7 @@ connection_identifier()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/Identification/ClassMethods.html b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
index 42be2d7255..75a449a10f 100644
--- a/src/classes/ActionCable/Connection/Identification/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/Identification/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -83,7 +83,7 @@ identified_by(*identifiers)<
self.identifiers += identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/InternalChannel.html b/src/classes/ActionCable/Connection/InternalChannel.html
index cfdccceaf4..c352da6adc 100644
--- a/src/classes/ActionCable/Connection/InternalChannel.html
+++ b/src/classes/ActionCable/Connection/InternalChannel.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
index 26bba36295..ce00d293ed 100644
--- a/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
+++ b/src/classes/ActionCable/Connection/NonInferrableConnectionError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -85,7 +85,7 @@ new(name)
"test case definition."
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/StreamEventLoop.html b/src/classes/ActionCable/Connection/StreamEventLoop.html
index 4a58b367e2..03533544e0 100644
--- a/src/classes/ActionCable/Connection/StreamEventLoop.html
+++ b/src/classes/ActionCable/Connection/StreamEventLoop.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -112,7 +112,7 @@ new()
@spawn_mutex = Mutex.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -147,7 +147,7 @@ attach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -179,7 +179,7 @@ detach(io, stream)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -209,7 +209,7 @@ post(task = nil, &block)
@executor << task
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -237,7 +237,7 @@ stop()
wakeup if @nio
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -264,7 +264,7 @@ timer(interval, &block)
Concurrent::TimerTask.new(execution_interval: interval, &block).tap(&:execute)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -296,7 +296,7 @@ writes_pending(io)
wakeup
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
index 7524c24591..e48a1afc81 100644
--- a/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
+++ b/src/classes/ActionCable/Connection/TaggedLoggerProxy.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -118,7 +118,7 @@ new(logger, tags:)
@tags = tags.flatten
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -150,7 +150,7 @@ add_tags(*tags)
@tags = @tags.uniq
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -182,7 +182,7 @@ tag(logger, &block)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -212,7 +212,7 @@ log(type, message, &block)
tag(@logger) { @logger.send type, message, &block }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase.html b/src/classes/ActionCable/Connection/TestCase.html
index 39bc5cb056..6fea7fdc86 100644
--- a/src/classes/ActionCable/Connection/TestCase.html
+++ b/src/classes/ActionCable/Connection/TestCase.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior.html b/src/classes/ActionCable/Connection/TestCase/Behavior.html
index 1bf7292841..a43da9a706 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -169,7 +169,7 @@ connect(path = ActionCable.server.config.
@connection = connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -196,7 +196,7 @@ cookies()
@cookie_jar ||= TestCookieJar.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -228,7 +228,7 @@ disconnect()
@connection = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
index 4dc624226e..6cf3acb952 100644
--- a/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
+++ b/src/classes/ActionCable/Connection/TestCase/Behavior/ClassMethods.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -90,7 +90,7 @@ connection_class()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ determine_default_connec
connection
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -155,7 +155,7 @@ tests(connection)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestConnection.html b/src/classes/ActionCable/Connection/TestConnection.html
index 1f8a17e8b9..77e83b3929 100644
--- a/src/classes/ActionCable/Connection/TestConnection.html
+++ b/src/classes/ActionCable/Connection/TestConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -103,7 +103,7 @@ new(request)
@env = request.env
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestCookieJar.html b/src/classes/ActionCable/Connection/TestCookieJar.html
index a26eaee17a..06896a38b6 100644
--- a/src/classes/ActionCable/Connection/TestCookieJar.html
+++ b/src/classes/ActionCable/Connection/TestCookieJar.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -94,7 +94,7 @@ encrypted()
@encrypted ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -121,7 +121,7 @@ signed()
@signed ||= TestCookies.new
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Connection/TestRequest.html b/src/classes/ActionCable/Connection/TestRequest.html
index 794c806e21..1a276e6389 100644
--- a/src/classes/ActionCable/Connection/TestRequest.html
+++ b/src/classes/ActionCable/Connection/TestRequest.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Helpers.html b/src/classes/ActionCable/Helpers.html
index df974f8111..f1ed592944 100644
--- a/src/classes/ActionCable/Helpers.html
+++ b/src/classes/ActionCable/Helpers.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Helpers/ActionCableHelper.html b/src/classes/ActionCable/Helpers/ActionCableHelper.html
index fd40a1bc1c..34db4fd216 100644
--- a/src/classes/ActionCable/Helpers/ActionCableHelper.html
+++ b/src/classes/ActionCable/Helpers/ActionCableHelper.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -109,7 +109,7 @@ action_cable_meta_tag()
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections.html b/src/classes/ActionCable/RemoteConnections.html
index 88e9a6f9f6..3c256d2a2f 100644
--- a/src/classes/ActionCable/RemoteConnections.html
+++ b/src/classes/ActionCable/RemoteConnections.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -139,7 +139,7 @@ new(server)
@server = server
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -170,7 +170,7 @@ where(identifier)
RemoteConnection.new(server, identifier)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
index fc889f94c2..60ab208791 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -123,7 +123,7 @@ new(server, ids)
set_identifier_instance_vars(ids)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -156,7 +156,7 @@ disconnect(reconnect: true)
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
index e39959f775..23fd887d4d 100644
--- a/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
+++ b/src/classes/ActionCable/RemoteConnections/RemoteConnection/InvalidIdentifiersError.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server.html b/src/classes/ActionCable/Server.html
index 3d83e0c64b..c26dcbfdb1 100644
--- a/src/classes/ActionCable/Server.html
+++ b/src/classes/ActionCable/Server.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
diff --git a/src/classes/ActionCable/Server/Base.html b/src/classes/ActionCable/Server/Base.html
index cf38c598e1..1d086831fe 100644
--- a/src/classes/ActionCable/Server/Base.html
+++ b/src/classes/ActionCable/Server/Base.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -163,7 +163,7 @@ logger()
# File actioncable/lib/action_cable/server/base.rb, line 26
def self.logger; config.logger; end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -192,7 +192,7 @@ new(config: self.class.config)
@remote_connections = @event_loop = @worker_pool = @pubsub = nil
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -227,7 +227,7 @@ call(env)
config.connection_class.call.new(self, env).process
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -256,7 +256,7 @@ connection_identifiers()
config.connection_class.call.identifiers
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -285,7 +285,7 @@ disconnect(identifiers)
remote_connections.where(identifiers).disconnect
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -312,7 +312,7 @@ event_loop()
@event_loop || @mutex.synchronize { @event_loop ||= ActionCable::Connection::StreamEventLoop.new }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -341,7 +341,7 @@ pubsub()
@pubsub || @mutex.synchronize { @pubsub ||= config.pubsub_adapter.new(self) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -370,7 +370,7 @@ remote_connections()
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -409,7 +409,7 @@ restart()
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -442,7 +442,7 @@ worker_pool()
@worker_pool || @mutex.synchronize { @worker_pool ||= ActionCable::Server::Worker.new(max_size: config.worker_pool_size) }
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting.html b/src/classes/ActionCable/Server/Broadcasting.html
index 856e570d72..e492832214 100644
--- a/src/classes/ActionCable/Server/Broadcasting.html
+++ b/src/classes/ActionCable/Server/Broadcasting.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -123,7 +123,7 @@ broadcast(broadcasting, message, coder:
broadcaster_for(broadcasting, coder: coder).broadcast(message)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -152,7 +152,7 @@ broadcaster_for(broadcasting, cod
Broadcaster.new(self, String(broadcasting), coder: coder)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
index 2f9dd504e9..bead8ec24b 100644
--- a/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
+++ b/src/classes/ActionCable/Server/Broadcasting/Broadcaster.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -117,7 +117,7 @@ new(server, broadcasting, coder:)
@server, @broadcasting, @coder = server, broadcasting, coder
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -154,7 +154,7 @@ broadcast(message)
end
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Configuration.html b/src/classes/ActionCable/Server/Configuration.html
index e1fcef515d..f335e248c6 100644
--- a/src/classes/ActionCable/Server/Configuration.html
+++ b/src/classes/ActionCable/Server/Configuration.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
@@ -224,7 +224,7 @@ new()
}
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
@@ -282,7 +282,7 @@ pubsub_adapter()
"ActionCable::SubscriptionAdapter::#{adapter}".constantize
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/Server/Worker.html b/src/classes/ActionCable/Server/Worker.html
index 20b8ae5132..257bd35552 100644
--- a/src/classes/ActionCable/Server/Worker.html
+++ b/src/classes/ActionCable/Server/Worker.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Class
diff --git a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
index ffdd138d9a..3043ada01c 100644
--- a/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
+++ b/src/classes/ActionCable/Server/Worker/ActiveRecordConnectionManagement.html
@@ -5,7 +5,7 @@
- Ruby on Rails 8.1.0.rc1
+ Ruby on Rails 8.1.0
Module
@@ -78,7 +78,7 @@ with_database_connections
connection.logger.tag(ActiveRecord::Base.logger, &block)
end
- 🔎 See on GitHub
+ 🔎 See on GitHub
diff --git a/src/classes/ActionCable/SubscriptionAdapter.html b/src/classes/ActionCable/SubscriptionAdapter.html
index dc1e6f35d4..f37199027d 100644
--- a/src/classes/ActionCable/SubscriptionAdapter.html
+++ b/src/classes/ActionCable/SubscriptionAdapter.html
@@ -5,7 +5,7 @@
-