File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 263
263
* Open ` railties/lib/rails/api/task.rb ` and comment out any code related to sdoc (` configure_sdoc ` )
264
264
* Run ` bundle config set --local without 'db job' ` (in the Rails directory)
265
265
* Run ` bundle install && bundle exec rake rdoc ` (in the Rails directory)
266
- * Run ` cd guides && bundle exec rake guides:generate:html `
267
- * Copy the ` guides/output ` directory to ` html/guides `
268
- * Copy the ` html ` directory to ` docs/rails~[version] `
266
+ * Run ` cd guides && bundle exec rake guides:generate:html && cd .. `
267
+ * Run ` cp -r guides/output html/guides`
268
+ * Run ` cp -r html $DEVDOCS/ docs/rails~[version]`
269
269
270
270
### Ruby
271
271
Download the tarball of Ruby from https://www.ruby-lang.org/en/downloads/ , extract it, run
Original file line number Diff line number Diff line change @@ -75,6 +75,10 @@ class Rails < Rdoc
75
75
end
76
76
end
77
77
78
+ version '7.2' do
79
+ self . release = '7.2.1'
80
+ end
81
+
78
82
version '7.1' do
79
83
self . release = '7.1.2'
80
84
end
You can’t perform that action at this time.
0 commit comments