|
5 | 5 | <div class="main"> |
6 | 6 | <div class="banner"> |
7 | 7 |
|
8 | | - <span>Ruby on Rails 8.1.0.rc1</span><br /> |
| 8 | + <span>Ruby on Rails 8.1.0</span><br /> |
9 | 9 |
|
10 | 10 | <div class="type">Class</div> |
11 | 11 | <h1> |
@@ -171,7 +171,7 @@ <h3 id="method-c-abstract-21"><code><b>abstract!</b>()</code></h3> |
171 | 171 | @abstract = true |
172 | 172 | end</code></pre> |
173 | 173 |
|
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> |
175 | 175 |
|
176 | 176 | </details> |
177 | 177 |
|
@@ -209,7 +209,7 @@ <h3 id="method-c-action_methods"><code><b>action_methods</b>()</code></h3> |
209 | 209 | end |
210 | 210 | end</code></pre> |
211 | 211 |
|
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> |
213 | 213 |
|
214 | 214 | </details> |
215 | 215 |
|
@@ -238,7 +238,7 @@ <h3 id="method-c-clear_action_methods-21"><code><b>clear_action_methods!</b>()</ |
238 | 238 | @action_methods = nil |
239 | 239 | end</code></pre> |
240 | 240 |
|
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> |
242 | 242 |
|
243 | 243 | </details> |
244 | 244 |
|
@@ -274,7 +274,7 @@ <h3 id="method-c-controller_path"><code><b>controller_path</b>()</code></h3> |
274 | 274 | @controller_path ||= name.delete_suffix("Controller").underscore unless anonymous? |
275 | 275 | end</code></pre> |
276 | 276 |
|
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> |
278 | 278 |
|
279 | 279 | </details> |
280 | 280 |
|
@@ -311,7 +311,7 @@ <h3 id="method-c-internal_methods"><code><b>internal_methods</b>()</code></h3> |
311 | 311 | controller.public_instance_methods(true) - methods |
312 | 312 | end</code></pre> |
313 | 313 |
|
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> |
315 | 315 |
|
316 | 316 | </details> |
317 | 317 |
|
@@ -341,7 +341,7 @@ <h3 id="method-c-method_added"><code><b>method_added</b>(name)</code></h3> |
341 | 341 | clear_action_methods! |
342 | 342 | end</code></pre> |
343 | 343 |
|
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> |
345 | 345 |
|
346 | 346 | </details> |
347 | 347 |
|
@@ -370,7 +370,7 @@ <h3 id="method-c-supports_path-3F"><code><b>supports_path?</b>()</code></h3> |
370 | 370 | true |
371 | 371 | end</code></pre> |
372 | 372 |
|
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> |
374 | 374 |
|
375 | 375 | </details> |
376 | 376 |
|
@@ -403,7 +403,7 @@ <h3 id="method-i-action_methods"><code><b>action_methods</b>()</code></h3> |
403 | 403 | self.class.action_methods |
404 | 404 | end</code></pre> |
405 | 405 |
|
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> |
407 | 407 |
|
408 | 408 | </details> |
409 | 409 |
|
@@ -431,7 +431,7 @@ <h3 id="method-i-action_name"><code><b>action_name</b></code></h3> |
431 | 431 | attr_internal :action_name |
432 | 432 | </code></pre> |
433 | 433 |
|
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> |
435 | 435 |
|
436 | 436 | </details> |
437 | 437 |
|
@@ -467,7 +467,7 @@ <h4 id="method-i-available_action-3F-label-Parameters">Parameters</h4> |
467 | 467 | _find_action_name(action_name) |
468 | 468 | end</code></pre> |
469 | 469 |
|
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> |
471 | 471 |
|
472 | 472 | </details> |
473 | 473 |
|
@@ -496,7 +496,7 @@ <h3 id="method-i-controller_path"><code><b>controller_path</b>()</code></h3> |
496 | 496 | self.class.controller_path |
497 | 497 | end</code></pre> |
498 | 498 |
|
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> |
500 | 500 |
|
501 | 501 | </details> |
502 | 502 |
|
@@ -524,7 +524,7 @@ <h3 id="method-i-formats"><code><b>formats</b></code></h3> |
524 | 524 | attr_internal :formats |
525 | 525 | </code></pre> |
526 | 526 |
|
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> |
528 | 528 |
|
529 | 529 | </details> |
530 | 530 |
|
@@ -553,7 +553,7 @@ <h3 id="method-i-performed-3F"><code><b>performed?</b>()</code></h3> |
553 | 553 | response_body |
554 | 554 | end</code></pre> |
555 | 555 |
|
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> |
557 | 557 |
|
558 | 558 | </details> |
559 | 559 |
|
@@ -592,7 +592,7 @@ <h3 id="method-i-process"><code><b>process</b>(action, ...)</code></h3> |
592 | 592 | process_action(action_name, ...) |
593 | 593 | end</code></pre> |
594 | 594 |
|
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> |
596 | 596 |
|
597 | 597 | </details> |
598 | 598 |
|
@@ -620,7 +620,7 @@ <h3 id="method-i-response_body"><code><b>response_body</b></code></h3> |
620 | 620 | attr_internal :response_body |
621 | 621 | </code></pre> |
622 | 622 |
|
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> |
624 | 624 |
|
625 | 625 | </details> |
626 | 626 |
|
|
0 commit comments