Skip to content

Commit b4173ea

Browse files
committed
Update Ruby on Rails documentation (7.2.1)
1 parent bb2fd98 commit b4173ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/file-scrapers.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ done
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
252252
Download the tarball of Ruby from https://www.ruby-lang.org/en/downloads/, extract it, run

lib/docs/scrapers/rdoc/rails.rb

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)