Skip to content

Commit cb803c3

Browse files
authored
docs: Generate Rails v8.0.3 documents (#183)
* docs: Bump rails from v8.0.0 to 8.0.3 * docs: Update Rails documents for Rails v8.0.3
1 parent 888b3e4 commit cb803c3

File tree

2,704 files changed

+12916
-13834
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,704 files changed

+12916
-13834
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.0.0"
5+
default_rails_version: "8.0.3"
66
rails_versions:
77
"8.0":
8-
specific_version: "8.0.0"
8+
specific_version: "8.0.3"
99
latest: true
1010
"7.2":
1111
specific_version: "7.2.2"

β€Žrailsβ€Ž

Submodule rails updated 577 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.0.0</span><br />
8+
<span>Ruby on Rails 8.0.3</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.0.0</span><br />
8+
<span>Ruby on Rails 8.0.3</span><br />
99

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

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

Lines changed: 31 additions & 46 deletions
Large diffs are not rendered by default.

β€Ž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.0.0</span><br />
8+
<span>Ruby on Rails 8.0.3</span><br />
99

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

134-
<a href="https://github.com/rails/rails/blob/dd8f7185faeca6ee968a6e9367f6d8601a83b8db/actionpack/lib/abstract_controller/caching.rb#L54" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
134+
<a href="https://github.com/rails/rails/blob/529f933fc8b13114d308dd0752f76a9e293c8537/actionpack/lib/abstract_controller/caching.rb#L54" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
135135

136136
</details>
137137

@@ -173,7 +173,7 @@ <h3 id="method-i-cache">
173173
end
174174
end</code></pre>
175175

176-
<a href="https://github.com/rails/rails/blob/dd8f7185faeca6ee968a6e9367f6d8601a83b8db/actionpack/lib/abstract_controller/caching.rb#L60" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
176+
<a href="https://github.com/rails/rails/blob/529f933fc8b13114d308dd0752f76a9e293c8537/actionpack/lib/abstract_controller/caching.rb#L60" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
177177

178178
</details>
179179

β€Ž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.0.0</span><br />
8+
<span>Ruby on Rails 8.0.3</span><br />
99

1010
<div class="type">Module</div>
1111
<h1>
@@ -86,7 +86,7 @@ <h3 id="method-i-view_cache_dependency">
8686
self._view_cache_dependencies += [dependency]
8787
end</code></pre>
8888

89-
<a href="https://github.com/rails/rails/blob/dd8f7185faeca6ee968a6e9367f6d8601a83b8db/actionpack/lib/abstract_controller/caching.rb#L49" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
89+
<a href="https://github.com/rails/rails/blob/529f933fc8b13114d308dd0752f76a9e293c8537/actionpack/lib/abstract_controller/caching.rb#L49" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
9090

9191
</details>
9292

β€Ž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.0.0</span><br />
8+
<span>Ruby on Rails 8.0.3</span><br />
99

1010
<div class="type">Module</div>
1111
<h1>
@@ -90,7 +90,7 @@ <h3 id="method-i-cache_store">
9090
config.cache_store
9191
end</code></pre>
9292

93-
<a href="https://github.com/rails/rails/blob/dd8f7185faeca6ee968a6e9367f6d8601a83b8db/actionpack/lib/abstract_controller/caching.rb#L15" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
93+
<a href="https://github.com/rails/rails/blob/529f933fc8b13114d308dd0752f76a9e293c8537/actionpack/lib/abstract_controller/caching.rb#L15" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
9494

9595
</details>
9696

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

128-
<a href="https://github.com/rails/rails/blob/dd8f7185faeca6ee968a6e9367f6d8601a83b8db/actionpack/lib/abstract_controller/caching.rb#L19" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
128+
<a href="https://github.com/rails/rails/blob/529f933fc8b13114d308dd0752f76a9e293c8537/actionpack/lib/abstract_controller/caching.rb#L19" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
129129

130130
</details>
131131

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

Lines changed: 10 additions & 10 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.0.0</span><br />
8+
<span>Ruby on Rails 8.0.3</span><br />
99

1010
<div class="type">Module</div>
1111
<h1>
@@ -108,7 +108,7 @@ <h3 id="method-i-combined_fragment_cache_key">
108108

109109

110110
<div class="description">
111-
<p>Given a key (as described in <code>expire_fragment</code>), returns a key array suitable for use in reading, writing, or expiring a cached fragment. All keys begin with <code>:views</code>, followed by <code>ENV[&quot;RAILS_CACHE_ID&quot;]</code> or <code>ENV[&quot;RAILS_APP_VERSION&quot;]</code> if set, followed by any controller-wide key prefix values, ending with the specified <code>key</code> value.</p>
111+
<p>Given a key (as described in <a href="Fragments.html#method-i-expire_fragment"><code>expire_fragment</code></a>), returns a key array suitable for use in reading, writing, or expiring a cached fragment. All keys begin with <code>:views</code>, followed by <code>ENV[&quot;RAILS_CACHE_ID&quot;]</code> or <code>ENV[&quot;RAILS_APP_VERSION&quot;]</code> if set, followed by any controller-wide key prefix values, ending with the specified <code>key</code> value.</p>
112112
</div>
113113

114114

@@ -134,7 +134,7 @@ <h3 id="method-i-combined_fragment_cache_key">
134134
cache_key
135135
end</code></pre>
136136

137-
<a href="https://github.com/rails/rails/blob/dd8f7185faeca6ee968a6e9367f6d8601a83b8db/actionpack/lib/abstract_controller/caching/fragments.rb#L68" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
137+
<a href="https://github.com/rails/rails/blob/529f933fc8b13114d308dd0752f76a9e293c8537/actionpack/lib/abstract_controller/caching/fragments.rb#L68" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
138138

139139
</details>
140140

@@ -189,7 +189,7 @@ <h3 id="method-i-expire_fragment">
189189
end
190190
end</code></pre>
191191

192-
<a href="https://github.com/rails/rails/blob/dd8f7185faeca6ee968a6e9367f6d8601a83b8db/actionpack/lib/abstract_controller/caching/fragments.rb#L131" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
192+
<a href="https://github.com/rails/rails/blob/529f933fc8b13114d308dd0752f76a9e293c8537/actionpack/lib/abstract_controller/caching/fragments.rb#L131" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
193193

194194
</details>
195195

@@ -204,7 +204,7 @@ <h3 id="method-i-fragment_exist-3F">
204204

205205

206206
<div class="description">
207-
<p>Check if a cached fragment from the location signified by <code>key</code> exists (see <code>expire_fragment</code> for acceptable formats).</p>
207+
<p>Check if a cached fragment from the location signified by <code>key</code> exists (see <a href="Fragments.html#method-i-expire_fragment"><code>expire_fragment</code></a> for acceptable formats).</p>
208208
</div>
209209

210210

@@ -229,7 +229,7 @@ <h3 id="method-i-fragment_exist-3F">
229229
end
230230
end</code></pre>
231231

232-
<a href="https://github.com/rails/rails/blob/dd8f7185faeca6ee968a6e9367f6d8601a83b8db/actionpack/lib/abstract_controller/caching/fragments.rb#L105" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
232+
<a href="https://github.com/rails/rails/blob/529f933fc8b13114d308dd0752f76a9e293c8537/actionpack/lib/abstract_controller/caching/fragments.rb#L105" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
233233

234234
</details>
235235

@@ -244,7 +244,7 @@ <h3 id="method-i-read_fragment">
244244

245245

246246
<div class="description">
247-
<p>Reads a cached fragment from the location signified by <code>key</code> (see <code>expire_fragment</code> for acceptable formats).</p>
247+
<p>Reads a cached fragment from the location signified by <code>key</code> (see <a href="Fragments.html#method-i-expire_fragment"><code>expire_fragment</code></a> for acceptable formats).</p>
248248
</div>
249249

250250

@@ -270,7 +270,7 @@ <h3 id="method-i-read_fragment">
270270
end
271271
end</code></pre>
272272

273-
<a href="https://github.com/rails/rails/blob/dd8f7185faeca6ee968a6e9367f6d8601a83b8db/actionpack/lib/abstract_controller/caching/fragments.rb#L93" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
273+
<a href="https://github.com/rails/rails/blob/529f933fc8b13114d308dd0752f76a9e293c8537/actionpack/lib/abstract_controller/caching/fragments.rb#L93" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
274274

275275
</details>
276276

@@ -285,7 +285,7 @@ <h3 id="method-i-write_fragment">
285285

286286

287287
<div class="description">
288-
<p>Writes <code>content</code> to the location signified by <code>key</code> (see <code>expire_fragment</code> for acceptable formats).</p>
288+
<p>Writes <code>content</code> to the location signified by <code>key</code> (see <a href="Fragments.html#method-i-expire_fragment"><code>expire_fragment</code></a> for acceptable formats).</p>
289289
</div>
290290

291291

@@ -312,7 +312,7 @@ <h3 id="method-i-write_fragment">
312312
content
313313
end</code></pre>
314314

315-
<a href="https://github.com/rails/rails/blob/dd8f7185faeca6ee968a6e9367f6d8601a83b8db/actionpack/lib/abstract_controller/caching/fragments.rb#L80" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
315+
<a href="https://github.com/rails/rails/blob/529f933fc8b13114d308dd0752f76a9e293c8537/actionpack/lib/abstract_controller/caching/fragments.rb#L80" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
316316

317317
</details>
318318

β€Ž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.0.0</span><br />
8+
<span>Ruby on Rails 8.0.3</span><br />
99

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

105-
<a href="https://github.com/rails/rails/blob/dd8f7185faeca6ee968a6e9367f6d8601a83b8db/actionpack/lib/abstract_controller/caching/fragments.rb#L58" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
105+
<a href="https://github.com/rails/rails/blob/529f933fc8b13114d308dd0752f76a9e293c8537/actionpack/lib/abstract_controller/caching/fragments.rb#L58" target="_blank" class="github_url">πŸ”Ž See on GitHub</a>
106106

107107
</details>
108108

0 commit comments

Comments
Β (0)