Skip to content

Commit edfc1ff

Browse files
authored
Bump rails from 8.1.0.rc1 to 8.1.0 (#202)
* Bump rails from 8.1.0.rc1 to 8.1.0 * docs: Update docs for Rails 8.1.0
1 parent 2c7c676 commit edfc1ff

File tree

2,748 files changed

+9575
-9585
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,748 files changed

+9575
-9585
lines changed

β€Ž_config.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ title: RailsDoc(Ξ²)
22
description: Ruby on Rails API Documentation.
33
url: https://railsdoc.github.io
44
source: src
5-
default_rails_version: "8.1.0.rc1"
5+
default_rails_version: "8.1.0"
66
rails_versions:
77
"8.1":
8-
specific_version: "8.1.0.rc1"
8+
specific_version: "8.1.0"
99
latest: true
1010
"8.0":
1111
specific_version: "8.0.3"

β€Žrailsβ€Ž

Submodule rails updated 90 files

β€Žsrc/classes/AbstractController.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="main">
66
<div class="banner">
77

8-
<span>Ruby on Rails 8.1.0.rc1</span><br />
8+
<span>Ruby on Rails 8.1.0</span><br />
99

1010
<div class="type">Module</div>
1111
<h1>

β€Žsrc/classes/AbstractController/ActionNotFound.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="main">
66
<div class="banner">
77

8-
<span>Ruby on Rails 8.1.0.rc1</span><br />
8+
<span>Ruby on Rails 8.1.0</span><br />
99

1010
<div class="type">Class</div>
1111
<h1>

β€Žsrc/classes/AbstractController/Base.htmlβ€Ž

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="main">
66
<div class="banner">
77

8-
<span>Ruby on Rails 8.1.0.rc1</span><br />
8+
<span>Ruby on Rails 8.1.0</span><br />
99

1010
<div class="type">Class</div>
1111
<h1>
@@ -171,7 +171,7 @@ <h3 id="method-c-abstract-21"><code><b>abstract!</b>()</code></h3>
171171
@abstract = true
172172
end</code></pre>
173173

174-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/base.rb#L57" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
174+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/base.rb#L57" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
175175

176176
</details>
177177

@@ -209,7 +209,7 @@ <h3 id="method-c-action_methods"><code><b>action_methods</b>()</code></h3>
209209
end
210210
end</code></pre>
211211

212-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/base.rb#L93" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
212+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/base.rb#L93" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
213213

214214
</details>
215215

@@ -238,7 +238,7 @@ <h3 id="method-c-clear_action_methods-21"><code><b>clear_action_methods!</b>()</
238238
@action_methods = nil
239239
end</code></pre>
240240

241-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/base.rb#L109" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
241+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/base.rb#L109" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
242242

243243
</details>
244244

@@ -274,7 +274,7 @@ <h3 id="method-c-controller_path"><code><b>controller_path</b>()</code></h3>
274274
@controller_path ||= name.delete_suffix(&quot;Controller&quot;).underscore unless anonymous?
275275
end</code></pre>
276276

277-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/base.rb#L121" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
277+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/base.rb#L121" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
278278

279279
</details>
280280

@@ -311,7 +311,7 @@ <h3 id="method-c-internal_methods"><code><b>internal_methods</b>()</code></h3>
311311
controller.public_instance_methods(true) - methods
312312
end</code></pre>
313313

314-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/base.rb#L77" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
314+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/base.rb#L77" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
315315

316316
</details>
317317

@@ -341,7 +341,7 @@ <h3 id="method-c-method_added"><code><b>method_added</b>(name)</code></h3>
341341
clear_action_methods!
342342
end</code></pre>
343343

344-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/base.rb#L130" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
344+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/base.rb#L130" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
345345

346346
</details>
347347

@@ -370,7 +370,7 @@ <h3 id="method-c-supports_path-3F"><code><b>supports_path?</b>()</code></h3>
370370
true
371371
end</code></pre>
372372

373-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/base.rb#L194" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
373+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/base.rb#L194" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
374374

375375
</details>
376376

@@ -403,7 +403,7 @@ <h3 id="method-i-action_methods"><code><b>action_methods</b>()</code></h3>
403403
self.class.action_methods
404404
end</code></pre>
405405

406-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/base.rb#L166" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
406+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/base.rb#L166" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
407407

408408
</details>
409409

@@ -431,7 +431,7 @@ <h3 id="method-i-action_name"><code><b>action_name</b></code></h3>
431431
attr_internal :action_name
432432
</code></pre>
433433

434-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/base.rb#L43" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
434+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/base.rb#L43" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
435435

436436
</details>
437437

@@ -467,7 +467,7 @@ <h4 id="method-i-available_action-3F-label-Parameters">Parameters</h4>
467467
_find_action_name(action_name)
468468
end</code></pre>
469469

470-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/base.rb#L181" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
470+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/base.rb#L181" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
471471

472472
</details>
473473

@@ -496,7 +496,7 @@ <h3 id="method-i-controller_path"><code><b>controller_path</b>()</code></h3>
496496
self.class.controller_path
497497
end</code></pre>
498498

499-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/base.rb#L161" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
499+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/base.rb#L161" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
500500

501501
</details>
502502

@@ -524,7 +524,7 @@ <h3 id="method-i-formats"><code><b>formats</b></code></h3>
524524
attr_internal :formats
525525
</code></pre>
526526

527-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/base.rb#L47" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
527+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/base.rb#L47" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
528528

529529
</details>
530530

@@ -553,7 +553,7 @@ <h3 id="method-i-performed-3F"><code><b>performed?</b>()</code></h3>
553553
response_body
554554
end</code></pre>
555555

556-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/base.rb#L187" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
556+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/base.rb#L187" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
557557

558558
</details>
559559

@@ -592,7 +592,7 @@ <h3 id="method-i-process"><code><b>process</b>(action, ...)</code></h3>
592592
process_action(action_name, ...)
593593
end</code></pre>
594594

595-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/base.rb#L148" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
595+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/base.rb#L148" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
596596

597597
</details>
598598

@@ -620,7 +620,7 @@ <h3 id="method-i-response_body"><code><b>response_body</b></code></h3>
620620
attr_internal :response_body
621621
</code></pre>
622622

623-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/base.rb#L39" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
623+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/base.rb#L39" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
624624

625625
</details>
626626

β€Žsrc/classes/AbstractController/Caching.htmlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="main">
66
<div class="banner">
77

8-
<span>Ruby on Rails 8.1.0.rc1</span><br />
8+
<span>Ruby on Rails 8.1.0</span><br />
99

1010
<div class="type">Module</div>
1111
<h1>
@@ -123,7 +123,7 @@ <h3 id="method-i-view_cache_dependencies"><code><b>view_cache_dependencies</b>()
123123
self.class._view_cache_dependencies.filter_map { |dep| instance_exec(&amp;dep) }
124124
end</code></pre>
125125

126-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/caching.rb#L57" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
126+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/caching.rb#L57" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
127127

128128
</details>
129129

@@ -159,7 +159,7 @@ <h3 id="method-i-cache"><code><b>cache</b>(key, options = {}, &amp;block)</code>
159159
end
160160
end</code></pre>
161161

162-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/caching.rb#L63" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
162+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/caching.rb#L63" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
163163

164164
</details>
165165

β€Žsrc/classes/AbstractController/Caching/ClassMethods.htmlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="main">
66
<div class="banner">
77

8-
<span>Ruby on Rails 8.1.0.rc1</span><br />
8+
<span>Ruby on Rails 8.1.0</span><br />
99

1010
<div class="type">Module</div>
1111
<h1>
@@ -78,7 +78,7 @@ <h3 id="method-i-view_cache_dependency"><code><b>view_cache_dependency</b>(&amp;
7878
self._view_cache_dependencies += [dependency]
7979
end</code></pre>
8080

81-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/caching.rb#L52" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
81+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/caching.rb#L52" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
8282

8383
</details>
8484

β€Žsrc/classes/AbstractController/Caching/ConfigMethods.htmlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="main">
66
<div class="banner">
77

8-
<span>Ruby on Rails 8.1.0.rc1</span><br />
8+
<span>Ruby on Rails 8.1.0</span><br />
99

1010
<div class="type">Module</div>
1111
<h1>
@@ -82,7 +82,7 @@ <h3 id="method-i-cache_store"><code><b>cache_store</b>()</code></h3>
8282
config.cache_store
8383
end</code></pre>
8484

85-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/caching.rb#L15" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
85+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/caching.rb#L15" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
8686

8787
</details>
8888

@@ -109,7 +109,7 @@ <h3 id="method-i-cache_store-3D"><code><b>cache_store=</b>(store)</code></h3>
109109
config.cache_store = ActiveSupport::Cache.lookup_store(*store)
110110
end</code></pre>
111111

112-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/caching.rb#L19" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
112+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/caching.rb#L19" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
113113

114114
</details>
115115

β€Žsrc/classes/AbstractController/Caching/Fragments.htmlβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="main">
66
<div class="banner">
77

8-
<span>Ruby on Rails 8.1.0.rc1</span><br />
8+
<span>Ruby on Rails 8.1.0</span><br />
99

1010
<div class="type">Module</div>
1111
<h1>
@@ -128,7 +128,7 @@ <h3 id="method-i-combined_fragment_cache_key"><code><b>combined_fragment_cache_k
128128
cache_key
129129
end</code></pre>
130130

131-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/caching/fragments.rb#L68" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
131+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/caching/fragments.rb#L68" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
132132

133133
</details>
134134

@@ -177,7 +177,7 @@ <h3 id="method-i-expire_fragment"><code><b>expire_fragment</b>(key, options = ni
177177
end
178178
end</code></pre>
179179

180-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/caching/fragments.rb#L131" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
180+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/caching/fragments.rb#L131" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
181181

182182
</details>
183183

@@ -211,7 +211,7 @@ <h3 id="method-i-fragment_exist-3F"><code><b>fragment_exist?</b>(key, options =
211211
end
212212
end</code></pre>
213213

214-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/caching/fragments.rb#L105" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
214+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/caching/fragments.rb#L105" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
215215

216216
</details>
217217

@@ -246,7 +246,7 @@ <h3 id="method-i-read_fragment"><code><b>read_fragment</b>(key, options = nil)</
246246
end
247247
end</code></pre>
248248

249-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/caching/fragments.rb#L93" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
249+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/caching/fragments.rb#L93" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
250250

251251
</details>
252252

@@ -282,7 +282,7 @@ <h3 id="method-i-write_fragment"><code><b>write_fragment</b>(key, content, optio
282282
content
283283
end</code></pre>
284284

285-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/caching/fragments.rb#L80" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
285+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/caching/fragments.rb#L80" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
286286

287287
</details>
288288

β€Žsrc/classes/AbstractController/Caching/Fragments/ClassMethods.htmlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="main">
66
<div class="banner">
77

8-
<span>Ruby on Rails 8.1.0.rc1</span><br />
8+
<span>Ruby on Rails 8.1.0</span><br />
99

1010
<div class="type">Module</div>
1111
<h1>
@@ -96,7 +96,7 @@ <h3 id="method-i-fragment_cache_key"><code><b>fragment_cache_key</b>(value = nil
9696
self.fragment_cache_keys += [key || -&gt; { value }]
9797
end</code></pre>
9898

99-
<a href="https://github.com/rails/rails/blob/4720fe9c00605d6ad2d50904e98a4d5522ffbce2/actionpack/lib/abstract_controller/caching/fragments.rb#L58" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
99+
<a href="https://github.com/rails/rails/blob/1cdd190a25e483b65f1f25bbd0f13a25d696b461/actionpack/lib/abstract_controller/caching/fragments.rb#L58" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
100100

101101
</details>
102102

0 commit comments

Comments
Β (0)