File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
module Docs
2
2
class Rails < Rdoc
3
+ # Instructions:
4
+ # 1. Download a release at https://github.com/rails/rails/releases
5
+ # 2. Open "railties/lib/rails/api/task.rb" and comment out any code related to sdoc ("configure_sdoc")
6
+ # 3. Run "bundle install --without db && bundle exec rake rdoc" (in the Rails directory)
7
+ # 4. Run "cd guides && bundle exec rake guides:generate:html"
8
+ # 5. Copy the "guides/output" directory to "html/guides"
9
+ # 6. Copy the "html" directory to "docs/rails~[version]"
10
+
3
11
include FixInternalUrlsBehavior
4
12
5
13
self . name = 'Ruby on Rails'
@@ -67,7 +75,7 @@ class Rails < Rdoc
67
75
end
68
76
69
77
version '5.2' do
70
- self . release = '5.2.0 '
78
+ self . release = '5.2.2 '
71
79
end
72
80
73
81
version '5.1' do
@@ -79,7 +87,7 @@ class Rails < Rdoc
79
87
end
80
88
81
89
version '4.2' do
82
- self . release = '4.2.10 '
90
+ self . release = '4.2.11 '
83
91
end
84
92
85
93
version '4.1' do
You can’t perform that action at this time.
0 commit comments