Skip to content

Commit

Permalink
Merge pull request #48329 from zzak/unlink-rails-lib-readme
Browse files Browse the repository at this point in the history
Unlink Rails constant from READMEs
  • Loading branch information
zzak authored and rafaelfranca committed May 30, 2023
1 parent 59bd7c9 commit 17b3152
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion actioncable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ API documentation is at:

* https://api.rubyonrails.org

Bug reports for the Ruby on Rails project can be filed here:
Bug reports for the Ruby on \Rails project can be filed here:

* https://github.com/rails/rails/issues

Expand Down
4 changes: 2 additions & 2 deletions actionmailer/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ The latest version of Action Mailer can be installed with RubyGems:

$ gem install actionmailer

Source code can be downloaded as part of the Rails project on GitHub:
Source code can be downloaded as part of the \Rails project on GitHub:

* https://github.com/rails/rails/tree/main/actionmailer

Expand All @@ -132,7 +132,7 @@ API documentation is at

* https://api.rubyonrails.org

Bug reports for the Ruby on Rails project can be filed here:
Bug reports for the Ruby on \Rails project can be filed here:

* https://github.com/rails/rails/issues

Expand Down
4 changes: 2 additions & 2 deletions actionpack/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The latest version of Action Pack can be installed with RubyGems:

$ gem install actionpack

Source code can be downloaded as part of the Rails project on GitHub:
Source code can be downloaded as part of the \Rails project on GitHub:

* https://github.com/rails/rails/tree/main/actionpack

Expand All @@ -48,7 +48,7 @@ API documentation is at:

* https://api.rubyonrails.org

Bug reports for the Ruby on Rails project can be filed here:
Bug reports for the Ruby on \Rails project can be filed here:

* https://github.com/rails/rails/issues

Expand Down
4 changes: 2 additions & 2 deletions actionview/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The latest version of Action View can be installed with RubyGems:

$ gem install actionview

Source code can be downloaded as part of the Rails project on GitHub:
Source code can be downloaded as part of the \Rails project on GitHub:

* https://github.com/rails/rails/tree/main/actionview

Expand All @@ -31,7 +31,7 @@ API documentation is at

* https://api.rubyonrails.org

Bug reports for the Ruby on Rails project can be filed here:
Bug reports for the Ruby on \Rails project can be filed here:

* https://github.com/rails/rails/issues

Expand Down
4 changes: 2 additions & 2 deletions activejob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The latest version of Active Job can be installed with RubyGems:
$ gem install activejob
```

Source code can be downloaded as part of the Rails project on GitHub:
Source code can be downloaded as part of the \Rails project on GitHub:

* https://github.com/rails/rails/tree/main/activejob

Expand All @@ -122,7 +122,7 @@ API documentation is at:

* https://api.rubyonrails.org

Bug reports for the Ruby on Rails project can be filed here:
Bug reports for the Ruby on \Rails project can be filed here:

* https://github.com/rails/rails/issues

Expand Down
4 changes: 2 additions & 2 deletions activemodel/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ The latest version of Active Model can be installed with RubyGems:

$ gem install activemodel

Source code can be downloaded as part of the Rails project on GitHub
Source code can be downloaded as part of the \Rails project on GitHub

* https://github.com/rails/rails/tree/main/activemodel

Expand All @@ -257,7 +257,7 @@ API documentation is at:

* https://api.rubyonrails.org

Bug reports for the Ruby on Rails project can be filed here:
Bug reports for the Ruby on \Rails project can be filed here:

* https://github.com/rails/rails/issues

Expand Down
4 changes: 2 additions & 2 deletions activerecord/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ The latest version of Active Record can be installed with RubyGems:

$ gem install activerecord

Source code can be downloaded as part of the Rails project on GitHub:
Source code can be downloaded as part of the \Rails project on GitHub:

* https://github.com/rails/rails/tree/main/activerecord

Expand All @@ -210,7 +210,7 @@ API documentation is at:

* https://api.rubyonrails.org

Bug reports for the Ruby on Rails project can be filed here:
Bug reports for the Ruby on \Rails project can be filed here:

* https://github.com/rails/rails/issues

Expand Down
2 changes: 1 addition & 1 deletion activestorage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ API documentation is at:
* https://api.rubyonrails.org
Bug reports for the Ruby on Rails project can be filed here:
Bug reports for the Ruby on \Rails project can be filed here:
* https://github.com/rails/rails/issues
Expand Down
4 changes: 2 additions & 2 deletions activesupport/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The latest version of Active Support can be installed with RubyGems:

$ gem install activesupport

Source code can be downloaded as part of the Rails project on GitHub:
Source code can be downloaded as part of the \Rails project on GitHub:

* https://github.com/rails/rails/tree/main/activesupport

Expand All @@ -31,7 +31,7 @@ API documentation is at:

* https://api.rubyonrails.org

Bug reports for the Ruby on Rails project can be filed here:
Bug reports for the Ruby on \Rails project can be filed here:

* https://github.com/rails/rails/issues

Expand Down
2 changes: 1 addition & 1 deletion railties/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The latest version of Railties can be installed with RubyGems:

* gem install railties

Source code can be downloaded as part of the Rails project on GitHub
Source code can be downloaded as part of the \Rails project on GitHub

* https://github.com/rails/rails/tree/main/railties

Expand Down

0 comments on commit 17b3152

Please sign in to comment.