File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 244
244
* Open ` railties/lib/rails/api/task.rb ` and comment out any code related to sdoc (` configure_sdoc ` )
245
245
* Run ` bundle config set --local without 'db job' ` (in the Rails directory)
246
246
* 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]`
250
250
251
251
### Ruby
252
252
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 @@ -76,7 +76,7 @@ class Rails < Rdoc
76
76
end
77
77
78
78
version '7.2' do
79
- self . release = '7.2.0 '
79
+ self . release = '7.2.1 '
80
80
end
81
81
82
82
version '7.1' do
You can’t perform that action at this time.
0 commit comments