Skip to content

Update Doc: Rails v5.2.4 #39

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 3 commits into from
Jan 19, 2020
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
  •  
  •  
  •  
11 changes: 11 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@ task :build do

sh 'bundle exec jekyll build'
end

task :switch_rails do
require 'yaml'

config = YAML.load_file('./_config.yml')
target_rails_version = config["target_rails_version"]

cd 'rails' do
sh "git switch v#{target_rails_version} -c v#{target_rails_version}"
end
end
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: RailsDoc(β)
description: Ruby on Rails API Documentation.
url: https://railsdoc.github.io
source: src
target_rails_version: 5.2.3
target_rails_version: 5.2.4
plugins:
- jekyll-redirect-from
- jekyll-seo-tag
Expand Down
2 changes: 1 addition & 1 deletion rails
Submodule rails updated 134 files
2 changes: 1 addition & 1 deletion src/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 5.2.3</span><br />
<span>Ruby on Rails 5.2.4</span><br />

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

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

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

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

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

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

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

<div class="type">Module</div>
<h1>
Expand Down
26 changes: 13 additions & 13 deletions src/classes/AbstractController/Callbacks/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 5.2.3</span><br />
<span>Ruby on Rails 5.2.4</span><br />

<div class="type">Module</div>
<h1>
Expand Down Expand Up @@ -245,7 +245,7 @@ <h3 id="method-i-after_action">

</p>
<div id="method-i-after_action_source">
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 135</span>
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 129</span>
</code></pre>
</div>
</div>
Expand Down Expand Up @@ -279,7 +279,7 @@ <h3 id="method-i-append_after_action">

</p>
<div id="method-i-append_after_action_source">
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 156</span>
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 150</span>
</code></pre>
</div>
</div>
Expand Down Expand Up @@ -313,7 +313,7 @@ <h3 id="method-i-append_around_action">

</p>
<div id="method-i-append_around_action_source">
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 184</span>
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 178</span>
</code></pre>
</div>
</div>
Expand Down Expand Up @@ -347,7 +347,7 @@ <h3 id="method-i-append_before_action">

</p>
<div id="method-i-append_before_action_source">
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 128</span>
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 122</span>
</code></pre>
</div>
</div>
Expand Down Expand Up @@ -381,7 +381,7 @@ <h3 id="method-i-around_action">

</p>
<div id="method-i-around_action_source">
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 163</span>
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 157</span>
</code></pre>
</div>
</div>
Expand Down Expand Up @@ -415,7 +415,7 @@ <h3 id="method-i-before_action">

</p>
<div id="method-i-before_action_source">
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 107</span>
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 101</span>
</code></pre>
</div>
</div>
Expand Down Expand Up @@ -449,7 +449,7 @@ <h3 id="method-i-prepend_after_action">

</p>
<div id="method-i-prepend_after_action_source">
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 142</span>
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 136</span>
</code></pre>
</div>
</div>
Expand Down Expand Up @@ -483,7 +483,7 @@ <h3 id="method-i-prepend_around_action">

</p>
<div id="method-i-prepend_around_action_source">
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 170</span>
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 164</span>
</code></pre>
</div>
</div>
Expand Down Expand Up @@ -517,7 +517,7 @@ <h3 id="method-i-prepend_before_action">

</p>
<div id="method-i-prepend_before_action_source">
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 114</span>
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 108</span>
</code></pre>
</div>
</div>
Expand Down Expand Up @@ -551,7 +551,7 @@ <h3 id="method-i-skip_after_action">

</p>
<div id="method-i-skip_after_action_source">
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 149</span>
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 143</span>
</code></pre>
</div>
</div>
Expand Down Expand Up @@ -585,7 +585,7 @@ <h3 id="method-i-skip_around_action">

</p>
<div id="method-i-skip_around_action_source">
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 177</span>
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 171</span>
</code></pre>
</div>
</div>
Expand Down Expand Up @@ -619,7 +619,7 @@ <h3 id="method-i-skip_before_action">

</p>
<div id="method-i-skip_before_action_source">
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 121</span>
<pre><code class="ruby"><span class="ruby-comment"># File actionpack/lib/abstract_controller/callbacks.rb, line 115</span>
</code></pre>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/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 5.2.3</span><br />
<span>Ruby on Rails 5.2.4</span><br />

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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