Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc generation for Rails v7.2.2 and v7.1.5 #170

Merged
merged 5 commits into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ task :switch_default_rails do
switch_rails(default_rails_version)
end

desc 'Generate adn build documentation for older versions of Rails'
desc 'Generate and build documentation for older versions of Rails'
task :build_multi do
# WORKAROUND: use `reverse_each` instead of `each` to avoid nokogiri installation error
config['rails_versions'].reverse_each do |version, detail|
Expand Down
18 changes: 9 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ title: RailsDoc(β)
description: Ruby on Rails API Documentation.
url: https://railsdoc.github.io
source: src
default_rails_version: "7.2.0.beta2"
default_rails_version: "7.2.2"
rails_versions:
"7.2":
specific_version: "7.2.0.beta2"
specific_version: "7.2.2"
latest: true
"7.1":
specific_version: "7.1.3"
specific_version: "7.1.5"
"7.0":
specific_version: "7.0.8"
"6.1":
Expand All @@ -34,29 +34,29 @@ defaults:
version: 7.2
image: https://avatars.githubusercontent.com/u/4223
toc: true
root_path: '/'
root_path: "/"
- scope:
path: "7.1"
values:
version: 7.1
root_path: '/7.1/'
root_path: "/7.1/"
- scope:
path: "7.0"
values:
version: 7.0
root_path: '/7.0/'
root_path: "/7.0/"
- scope:
path: "6.1"
values:
version: 6.1
root_path: '/6.1/'
root_path: "/6.1/"
- scope:
path: "6.0"
values:
version: 6.0
root_path: '/6.0/'
root_path: "/6.0/"
- scope:
path: "5.2"
values:
version: 5.2
root_path: '/5.2/'
root_path: "/5.2/"
2 changes: 1 addition & 1 deletion rails
Submodule rails updated 422 files
2 changes: 1 addition & 1 deletion src/7.1/classes/AbstractController.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="main">
<div class="banner">

<span>Ruby on Rails 7.1.3</span><br />
<span>Ruby on Rails 7.1.5</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/7.1/classes/AbstractController/ActionNotFound.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="main">
<div class="banner">

<span>Ruby on Rails 7.1.3</span><br />
<span>Ruby on Rails 7.1.5</span><br />

<div class="type">Class</div>
<h1>
Expand Down
36 changes: 18 additions & 18 deletions src/7.1/classes/AbstractController/Base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="main">
<div class="banner">

<span>Ruby on Rails 7.1.3</span><br />
<span>Ruby on Rails 7.1.5</span><br />

<div class="type">Class</div>
<h1>
Expand Down Expand Up @@ -73,11 +73,11 @@ <h2 id="methods">Methods</h2>
</li>

<li>
<a href="#method-c-controller_path">controller_path</a>
<a href="#method-i-controller_path">controller_path</a>
</li>

<li>
<a href="#method-i-controller_path">controller_path</a>
<a href="#method-c-controller_path">controller_path</a>
</li>

<li>
Expand Down Expand Up @@ -191,7 +191,7 @@ <h3 id="method-c-abstract-21">
@abstract = true
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L57" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L57" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -239,7 +239,7 @@ <h4 id="method-c-action_methods-label-Returns">Returns</h4>
end
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L96" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L96" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -274,7 +274,7 @@ <h3 id="method-c-clear_action_methods-21">
@action_methods = nil
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L111" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L111" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -321,7 +321,7 @@ <h4 id="method-c-controller_path-label-Returns">Returns</h4>
@controller_path ||= name.delete_suffix(&quot;Controller&quot;).underscore unless anonymous?
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L125" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L125" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -364,7 +364,7 @@ <h3 id="method-c-internal_methods">
controller.public_instance_methods(true) - methods
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L76" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L76" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -400,7 +400,7 @@ <h3 id="method-c-method_added">
clear_action_methods!
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L130" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L130" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -435,7 +435,7 @@ <h3 id="method-c-supports_path-3F">
true
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L199" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L199" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -474,7 +474,7 @@ <h3 id="method-i-action_methods">
self.class.action_methods
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L170" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L170" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -508,7 +508,7 @@ <h3 id="method-i-action_name">
attr_internal :action_name
</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L42" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L42" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -550,7 +550,7 @@ <h4 id="method-i-available_action-3F-label-Parameters">Parameters</h4>
_find_action_name(action_name)
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L184" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L184" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -585,7 +585,7 @@ <h3 id="method-i-controller_path">
self.class.controller_path
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L165" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L165" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -619,7 +619,7 @@ <h3 id="method-i-formats">
attr_internal :formats
</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L46" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L46" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -654,7 +654,7 @@ <h3 id="method-i-performed-3F">
response_body
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L191" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L191" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -704,7 +704,7 @@ <h4 id="method-i-process-label-Returns">Returns</h4>
process_action(action_name, *args)
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L151" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L151" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -738,7 +738,7 @@ <h3 id="method-i-response_body">
attr_internal :response_body
</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/base.rb#L38" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/base.rb#L38" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down
6 changes: 3 additions & 3 deletions src/7.1/classes/AbstractController/Caching.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="main">
<div class="banner">

<span>Ruby on Rails 7.1.3</span><br />
<span>Ruby on Rails 7.1.5</span><br />

<div class="type">Module</div>
<h1>
Expand Down Expand Up @@ -131,7 +131,7 @@ <h3 id="method-i-view_cache_dependencies">
self.class._view_cache_dependencies.filter_map { |dep| instance_exec(&amp;dep) }
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/caching.rb#L52" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/caching.rb#L52" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -173,7 +173,7 @@ <h3 id="method-i-cache">
end
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/caching.rb#L58" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/caching.rb#L58" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down
4 changes: 2 additions & 2 deletions src/7.1/classes/AbstractController/Caching/ClassMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="main">
<div class="banner">

<span>Ruby on Rails 7.1.3</span><br />
<span>Ruby on Rails 7.1.5</span><br />

<div class="type">Module</div>
<h1>
Expand Down Expand Up @@ -86,7 +86,7 @@ <h3 id="method-i-view_cache_dependency">
self._view_cache_dependencies += [dependency]
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/caching.rb#L47" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/caching.rb#L47" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down
6 changes: 3 additions & 3 deletions src/7.1/classes/AbstractController/Caching/ConfigMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="main">
<div class="banner">

<span>Ruby on Rails 7.1.3</span><br />
<span>Ruby on Rails 7.1.5</span><br />

<div class="type">Module</div>
<h1>
Expand Down Expand Up @@ -90,7 +90,7 @@ <h3 id="method-i-cache_store">
config.cache_store
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/caching.rb#L13" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/caching.rb#L13" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -125,7 +125,7 @@ <h3 id="method-i-cache_store-3D">
config.cache_store = ActiveSupport::Cache.lookup_store(*store)
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/caching.rb#L17" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/caching.rb#L17" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down
12 changes: 6 additions & 6 deletions src/7.1/classes/AbstractController/Caching/Fragments.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="main">
<div class="banner">

<span>Ruby on Rails 7.1.3</span><br />
<span>Ruby on Rails 7.1.5</span><br />

<div class="type">Module</div>
<h1>
Expand Down Expand Up @@ -134,7 +134,7 @@ <h3 id="method-i-combined_fragment_cache_key">
cache_key
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/caching/fragments.rb#L70" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/caching/fragments.rb#L70" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -189,7 +189,7 @@ <h3 id="method-i-expire_fragment">
end
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/caching/fragments.rb#L134" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/caching/fragments.rb#L134" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -229,7 +229,7 @@ <h3 id="method-i-fragment_exist-3F">
end
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/caching/fragments.rb#L107" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/caching/fragments.rb#L107" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -270,7 +270,7 @@ <h3 id="method-i-read_fragment">
end
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/caching/fragments.rb#L95" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/caching/fragments.rb#L95" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down Expand Up @@ -312,7 +312,7 @@ <h3 id="method-i-write_fragment">
content
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/caching/fragments.rb#L82" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/caching/fragments.rb#L82" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="main">
<div class="banner">

<span>Ruby on Rails 7.1.3</span><br />
<span>Ruby on Rails 7.1.5</span><br />

<div class="type">Module</div>
<h1>
Expand Down Expand Up @@ -102,7 +102,7 @@ <h3 id="method-i-fragment_cache_key">
self.fragment_cache_keys += [key || -&gt; { value }]
end</code></pre>

<a href="https://github.com/rails/rails/blob/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7/actionpack/lib/abstract_controller/caching/fragments.rb#L59" target="_blank" class="github_url">🔎 See on GitHub</a>
<a href="https://github.com/rails/rails/blob/8984f4c4982f5c94bd6fb8ada42d7418bc403076/actionpack/lib/abstract_controller/caching/fragments.rb#L59" target="_blank" class="github_url">🔎 See on GitHub</a>

</details>

Expand Down
2 changes: 1 addition & 1 deletion src/7.1/classes/AbstractController/Callbacks.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="main">
<div class="banner">

<span>Ruby on Rails 7.1.3</span><br />
<span>Ruby on Rails 7.1.5</span><br />

<div class="type">Module</div>
<h1>
Expand Down
Loading