File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 244244* Open ` railties/lib/rails/api/task.rb ` and comment out any code related to sdoc (` configure_sdoc ` )
245245* Run ` bundle config set --local without 'db job' ` (in the Rails directory)
246246* Run ` bundle install && bundle exec rake rdoc ` (in the Rails directory)
247- * Run ` cd guides && bundle exec rake guides:generate:html `
248- * Copy the ` guides/output ` directory to ` html/guides `
249- * Copy the ` html ` directory to ` docs/rails~[version] `
247+ * Run ` cd guides && bundle exec rake guides:generate:html && cd .. `
248+ * Run ` cp -r guides/output html/guides`
249+ * Run ` cp -r html $DEVDOCS/ docs/rails~[version]`
250250
251251### Ruby
252252Download 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 @@ -76,7 +76,7 @@ class Rails < Rdoc
7676 end
7777
7878 version '7.2' do
79- self . release = '7.2.0 '
79+ self . release = '7.2.1 '
8080 end
8181
8282 version '7.1' do
You can’t perform that action at this time.
0 commit comments