You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pre><codeclass="ruby"># File actionpack/lib/abstract_controller/base.rb, line 57
190
190
def abstract!
191
191
@abstract = true
192
192
end</code></pre>
193
193
194
-
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L57" target="_blank" class="github_url">See on GitHub</a>
194
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L57" target="_blank" class="github_url">🔎 See on GitHub</a>
# Be sure to include shadowed public instance methods of this class.
236
236
methods.concat(public_instance_methods(false))
237
-
methods.map!(&:to_s)
237
+
methods.map!(&:to_s)
238
238
methods.to_set
239
239
end
240
240
end</code></pre>
241
241
242
-
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L96" target="_blank" class="github_url">See on GitHub</a>
242
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L96" target="_blank" class="github_url">🔎 See on GitHub</a>
<pre><codeclass="ruby"># File actionpack/lib/abstract_controller/base.rb, line 111
273
273
def clear_action_methods!
274
274
@action_methods = nil
275
275
end</code></pre>
276
276
277
-
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L111" target="_blank" class="github_url">See on GitHub</a>
277
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L111" target="_blank" class="github_url">🔎 See on GitHub</a>
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L125" target="_blank" class="github_url">See on GitHub</a>
324
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L125" target="_blank" class="github_url">🔎 See on GitHub</a>
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L76" target="_blank" class="github_url">See on GitHub</a>
367
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L76" target="_blank" class="github_url">🔎 See on GitHub</a>
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L130" target="_blank" class="github_url">See on GitHub</a>
403
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L130" target="_blank" class="github_url">🔎 See on GitHub</a>
<pre><codeclass="ruby"># File actionpack/lib/abstract_controller/base.rb, line 199
434
434
def self.supports_path?
435
435
true
436
436
end</code></pre>
437
437
438
-
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L199" target="_blank" class="github_url">See on GitHub</a>
438
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L199" target="_blank" class="github_url">🔎 See on GitHub</a>
<pre><codeclass="ruby"># File actionpack/lib/abstract_controller/base.rb, line 170
473
473
def action_methods
474
474
self.class.action_methods
475
475
end</code></pre>
476
476
477
-
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L170" target="_blank" class="github_url">See on GitHub</a>
477
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L170" target="_blank" class="github_url">🔎 See on GitHub</a>
<pre><codeclass="ruby"># File actionpack/lib/abstract_controller/base.rb, line 42
508
508
attr_internal :action_name
509
509
</code></pre>
510
510
511
-
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L42" target="_blank" class="github_url">See on GitHub</a>
511
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L42" target="_blank" class="github_url">🔎 See on GitHub</a>
<pre><codeclass="ruby"># File actionpack/lib/abstract_controller/base.rb, line 184
549
549
def available_action?(action_name)
550
550
_find_action_name(action_name)
551
551
end</code></pre>
552
552
553
-
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L184" target="_blank" class="github_url">See on GitHub</a>
553
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L184" target="_blank" class="github_url">🔎 See on GitHub</a>
<pre><codeclass="ruby"># File actionpack/lib/abstract_controller/base.rb, line 165
584
584
def controller_path
585
585
self.class.controller_path
586
586
end</code></pre>
587
587
588
-
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L165" target="_blank" class="github_url">See on GitHub</a>
588
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L165" target="_blank" class="github_url">🔎 See on GitHub</a>
589
589
590
590
</details>
591
591
@@ -612,14 +612,14 @@ <h3 id="method-i-formats">
612
612
613
613
<detailsclass="method__source">
614
614
<summary>
615
-
<spanclass="label">Source code</span>
615
+
<spanclass="label">📝 Source code</span>
616
616
</summary>
617
617
618
618
<pre><codeclass="ruby"># File actionpack/lib/abstract_controller/base.rb, line 46
619
619
attr_internal :formats
620
620
</code></pre>
621
621
622
-
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L46" target="_blank" class="github_url">See on GitHub</a>
622
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L46" target="_blank" class="github_url">🔎 See on GitHub</a>
<pre><codeclass="ruby"># File actionpack/lib/abstract_controller/base.rb, line 191
653
653
def performed?
654
654
response_body
655
655
end</code></pre>
656
656
657
-
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L191" target="_blank" class="github_url">See on GitHub</a>
657
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L191" target="_blank" class="github_url">🔎 See on GitHub</a>
raise ActionNotFound.new("The action '#{action}' could not be found for #{self.class.name}", self, action)
699
+
raise ActionNotFound.new("The action '#{action}' could not be found for #{self.class.name}", self, action)
700
700
end
701
701
702
702
@_response_body = nil
703
703
704
704
process_action(action_name, *args)
705
705
end</code></pre>
706
706
707
-
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L151" target="_blank" class="github_url">See on GitHub</a>
707
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L151" target="_blank" class="github_url">🔎 See on GitHub</a>
<pre><codeclass="ruby"># File actionpack/lib/abstract_controller/base.rb, line 38
738
738
attr_internal :response_body
739
739
</code></pre>
740
740
741
-
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L38" target="_blank" class="github_url">See on GitHub</a>
741
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/base.rb#L38" target="_blank" class="github_url">🔎 See on GitHub</a>
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/caching.rb#L52" target="_blank" class="github_url">See on GitHub</a>
134
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/caching.rb#L52" target="_blank" class="github_url">🔎 See on GitHub</a>
135
135
136
136
</details>
137
137
@@ -161,19 +161,19 @@ <h3 id="method-i-cache">
161
161
162
162
<detailsclass="method__source">
163
163
<summary>
164
-
<spanclass="label">Source code</span>
164
+
<spanclass="label">📝 Source code</span>
165
165
</summary>
166
166
167
167
<pre><codeclass="ruby"># File actionpack/lib/abstract_controller/caching.rb, line 58
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/caching.rb#L58" target="_blank" class="github_url">See on GitHub</a>
176
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/caching.rb#L58" target="_blank" class="github_url">🔎 See on GitHub</a>
<pre><codeclass="ruby"># File actionpack/lib/abstract_controller/caching.rb, line 47
85
-
def view_cache_dependency(&dependency)
85
+
def view_cache_dependency(&dependency)
86
86
self._view_cache_dependencies += [dependency]
87
87
end</code></pre>
88
88
89
-
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/caching.rb#L47" target="_blank" class="github_url">See on GitHub</a>
89
+
<ahref="https://github.com/rails/rails/blob/d39db5d1891f7509cde2efc425c9d69bbb77e670/actionpack/lib/abstract_controller/caching.rb#L47" target="_blank" class="github_url">🔎 See on GitHub</a>
0 commit comments