Skip to content

Commit 69f0fd8

Browse files
authored
Merge pull request #76 from railsdoc/rails6.1-doc
Generate Rails v6.1 doc
2 parents 8939ed0 + 87a522f commit 69f0fd8

File tree

4,574 files changed

+440158
-10872
lines changed

Some content is hidden

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

4,574 files changed

+440158
-10872
lines changed

Rakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@ require 'bundler'
66
SOURCE_DIR = "src"
77
INDEX_HTML = 'files/railties/RDOC_MAIN_rdoc.html'
88

9+
desc "Build railsdoc"
910
task :build do
1011
generate_rails_rdoc
1112
generate_src
1213

1314
sh 'bundle exec jekyll build'
1415
end
1516

17+
desc "Switch to default Rails version"
1618
task :switch_default_rails do
1719
switch_rails(config["default_rails_version"])
1820
end
1921

22+
desc "Build another version's railsdoc"
2023
task :build_multi do
2124
config["rails_versions"].each do |version, detail|
2225
dir = "#{SOURCE_DIR}/#{version}"

_config.yml

Lines changed: 8 additions & 4 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: 6.0.3.7
5+
default_rails_version: 6.1.3.2
66
rails_versions:
7-
# "6.0":
8-
# specific_version: "6.0.3"
7+
"6.0":
8+
specific_version: "6.0.3.7"
99
"5.2":
1010
specific_version: "5.2.6"
1111
plugins:
@@ -22,9 +22,13 @@ defaults:
2222
- scope:
2323
path: ""
2424
values:
25-
version: 6.0
25+
version: 6.1
2626
image: https://avatars.githubusercontent.com/u/4223
2727
toc: true
28+
- scope:
29+
path: "6.0"
30+
values:
31+
version: 6.0
2832
- scope:
2933
path: "5.2"
3034
values:

rails

Submodule rails updated 1960 files
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
---
2+
title: AbstractController
3+
layout: default
4+
---
5+
<div class="main">
6+
<div class="banner">
7+
8+
<span>Ruby on Rails 6.0.3.7</span><br />
9+
10+
<div class="type">Module</div>
11+
<h1>
12+
AbstractController
13+
14+
</h1>
15+
<ul class="files">
16+
17+
<li><a href="../files/actionpack/lib/abstract_controller/asset_paths_rb.html">actionpack/lib/abstract_controller/asset_paths.rb</a></li>
18+
19+
<li><a href="../files/actionpack/lib/abstract_controller/base_rb.html">actionpack/lib/abstract_controller/base.rb</a></li>
20+
21+
<li><a href="../files/actionpack/lib/abstract_controller/caching_rb.html">actionpack/lib/abstract_controller/caching.rb</a></li>
22+
23+
<li><a href="../files/actionpack/lib/abstract_controller/caching/fragments_rb.html">actionpack/lib/abstract_controller/caching/fragments.rb</a></li>
24+
25+
<li><a href="../files/actionpack/lib/abstract_controller/callbacks_rb.html">actionpack/lib/abstract_controller/callbacks.rb</a></li>
26+
27+
<li><a href="../files/actionpack/lib/abstract_controller/collector_rb.html">actionpack/lib/abstract_controller/collector.rb</a></li>
28+
29+
<li><a href="../files/actionpack/lib/abstract_controller/error_rb.html">actionpack/lib/abstract_controller/error.rb</a></li>
30+
31+
<li><a href="../files/actionpack/lib/abstract_controller/helpers_rb.html">actionpack/lib/abstract_controller/helpers.rb</a></li>
32+
33+
<li><a href="../files/actionpack/lib/abstract_controller/logger_rb.html">actionpack/lib/abstract_controller/logger.rb</a></li>
34+
35+
<li><a href="../files/actionpack/lib/abstract_controller/railties/routes_helpers_rb.html">actionpack/lib/abstract_controller/railties/routes_helpers.rb</a></li>
36+
37+
<li><a href="../files/actionpack/lib/abstract_controller/rendering_rb.html">actionpack/lib/abstract_controller/rendering.rb</a></li>
38+
39+
<li><a href="../files/actionpack/lib/abstract_controller/translation_rb.html">actionpack/lib/abstract_controller/translation.rb</a></li>
40+
41+
<li><a href="../files/actionpack/lib/abstract_controller/url_for_rb.html">actionpack/lib/abstract_controller/url_for.rb</a></li>
42+
43+
<li><a href="../files/actionpack/lib/action_controller/metal/redirecting_rb.html">actionpack/lib/action_controller/metal/redirecting.rb</a></li>
44+
45+
<li><a href="../files/actionpack/lib/action_controller/metal/rendering_rb.html">actionpack/lib/action_controller/metal/rendering.rb</a></li>
46+
47+
<li><a href="../files/railties/lib/rails/mailers_controller_rb.html">railties/lib/rails/mailers_controller.rb</a></li>
48+
49+
</ul>
50+
</div>
51+
<div id="bodyContent">
52+
<div id="content">
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
<h2 id="namespace">Namespace</h2>
63+
64+
65+
<h3 id="module">Module</h3>
66+
<ul>
67+
68+
<li><a href="AbstractController/Caching.html">AbstractController::Caching</a></li>
69+
70+
<li><a href="AbstractController/Callbacks.html">AbstractController::Callbacks</a></li>
71+
72+
<li><a href="AbstractController/Collector.html">AbstractController::Collector</a></li>
73+
74+
<li><a href="AbstractController/Helpers.html">AbstractController::Helpers</a></li>
75+
76+
<li><a href="AbstractController/Railties.html">AbstractController::Railties</a></li>
77+
78+
<li><a href="AbstractController/Rendering.html">AbstractController::Rendering</a></li>
79+
80+
<li><a href="AbstractController/Translation.html">AbstractController::Translation</a></li>
81+
82+
<li><a href="AbstractController/UrlFor.html">AbstractController::UrlFor</a></li>
83+
84+
</ul>
85+
86+
87+
88+
<h3 id="class">Class</h3>
89+
<ul>
90+
91+
<li><a href="AbstractController/ActionNotFound.html">AbstractController::ActionNotFound</a></li>
92+
93+
<li><a href="AbstractController/Base.html">AbstractController::Base</a></li>
94+
95+
<li><a href="AbstractController/DoubleRenderError.html">AbstractController::DoubleRenderError</a></li>
96+
97+
</ul>
98+
99+
100+
101+
102+
103+
104+
105+
106+
107+
108+
109+
110+
111+
112+
113+
114+
<!-- Methods -->
115+
116+
117+
118+
119+
</div>
120+
121+
</div>
122+
</div>
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
title: AbstractController::ActionNotFound
3+
layout: default
4+
---
5+
<div class="main">
6+
<div class="banner">
7+
8+
<span>Ruby on Rails 6.0.3.7</span><br />
9+
10+
<div class="type">Class</div>
11+
<h1>
12+
AbstractController::ActionNotFound
13+
14+
<span class="parent">&lt;
15+
16+
StandardError
17+
18+
</span>
19+
20+
</h1>
21+
<ul class="files">
22+
23+
<li><a href="../../files/actionpack/lib/abstract_controller/base_rb.html">actionpack/lib/abstract_controller/base.rb</a></li>
24+
25+
</ul>
26+
</div>
27+
<div id="bodyContent">
28+
<div id="content">
29+
30+
<div class="description">
31+
32+
<p>Raised when a non-existing controller action is triggered.</p>
33+
34+
</div>
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
<!-- Methods -->
59+
60+
61+
62+
63+
</div>
64+
65+
</div>
66+
</div>

0 commit comments

Comments
 (0)