Skip to content

Build doc for Rails 6.1.7 and 6.0.6 #112

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

Merged
merged 5 commits into from
Jan 1, 2023
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.
21 changes: 18 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

doc-build-latest:
runs-on: ubuntu-latest
name: Rails Doc Build
name: Rails Doc Build (latest)
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -27,5 +27,20 @@ jobs:
ruby-version: 3.1
bundler-cache: true
- name: Doc Build
run: |
rake build
run: rake build

doc-build-others:
runs-on: ubuntu-latest
name: Rails Doc Build (older versions)
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: fetch Rails tags
run: cd rails && git fetch --depth=1 origin refs/tags/v7*:refs/tags/v7* refs/tags/v6*:refs/tags/v6* refs/tags/v5*:refs/tags/v5*
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Doc Build
run: rake build_multi
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def generate_rails_rdoc
cd 'rails' do
Bundler.with_unbundled_env do
# TODO: use `BUNDLE_ONLY`(require bundler 2.3.19+).
ENV['BUNDLE_WITHOUT'] = 'db:job:storage'
ENV['BUNDLE_WITHOUT'] = 'db:job:storage:cable:ujs:test'

# replace sdoc gem
gemfile = File.read('Gemfile')
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ source: src
default_rails_version: 7.0.4
rails_versions:
"6.1":
specific_version: "6.1.6"
specific_version: "6.1.7"
"6.0":
specific_version: "6.0.5"
specific_version: "6.0.6"
"5.2":
specific_version: "5.2.8"
plugins:
Expand Down
2 changes: 1 addition & 1 deletion src/5.2/navigation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/6.0/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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Class</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Class</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/AbstractController/Collector.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/AbstractController/DoubleRenderError.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Class</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/AbstractController/Helpers.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Class</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/AbstractController/Railties.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/AbstractController/Rendering.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/AbstractController/Translation.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/AbstractController/UrlFor.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/ActionCable.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/ActionCable/Channel.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/ActionCable/Channel/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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Class</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/ActionCable/Channel/Broadcasting.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/ActionCable/Channel/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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/ActionCable/Channel/ChannelStub.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/ActionCable/Channel/ConnectionStub.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Class</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/ActionCable/Channel/Naming.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Class</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/ActionCable/Channel/PeriodicTimers.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/ActionCable/Channel/Streams.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Module</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/ActionCable/Channel/TestCase.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

<div class="type">Class</div>
<h1>
Expand Down
2 changes: 1 addition & 1 deletion src/6.0/classes/ActionCable/Channel/TestCase/Behavior.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 6.0.5</span><br />
<span>Ruby on Rails 6.0.6</span><br />

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