提交 6e7b53c3 编写于 作者: R Rafael Mendonça França

Merge pull request #20128 from claudiob/remove-sudo

[ci skip] Don’t encourage `sudo gem install`
...@@ -146,7 +146,7 @@ The Base class has the full list of configuration options. Here's an example: ...@@ -146,7 +146,7 @@ The Base class has the full list of configuration options. Here's an example:
The latest version of Action Mailer can be installed with RubyGems: The latest version of Action Mailer can be installed with RubyGems:
% [sudo] gem install actionmailer % 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
......
...@@ -28,7 +28,7 @@ can be used outside of Rails. ...@@ -28,7 +28,7 @@ can be used outside of Rails.
The latest version of Action Pack can be installed with RubyGems: The latest version of Action Pack can be installed with RubyGems:
% [sudo] gem install actionpack % 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
......
...@@ -9,7 +9,7 @@ used to inline short Ruby snippets inside HTML), and XML Builder. ...@@ -9,7 +9,7 @@ used to inline short Ruby snippets inside HTML), and XML Builder.
The latest version of Action View can be installed with RubyGems: The latest version of Action View can be installed with RubyGems:
% [sudo] gem install actionview % 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
......
...@@ -102,7 +102,7 @@ see the API Documentation for [ActiveJob::QueueAdapters](http://api.rubyonrails. ...@@ -102,7 +102,7 @@ see the API Documentation for [ActiveJob::QueueAdapters](http://api.rubyonrails.
The latest version of Active Job can be installed with RubyGems: The latest version of Active Job can be installed with RubyGems:
``` ```
% [sudo] gem install activejob % 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
......
...@@ -242,7 +242,7 @@ behavior out of the box: ...@@ -242,7 +242,7 @@ behavior out of the box:
The latest version of Active Model can be installed with RubyGems: The latest version of Active Model can be installed with RubyGems:
% [sudo] gem install activemodel % 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
......
...@@ -188,7 +188,7 @@ Admit the Database: ...@@ -188,7 +188,7 @@ Admit the Database:
The latest version of Active Record can be installed with RubyGems: The latest version of Active Record can be installed with RubyGems:
% [sudo] gem install activerecord % 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:
......
...@@ -10,7 +10,7 @@ outside of Rails. ...@@ -10,7 +10,7 @@ outside of Rails.
The latest version of Active Support can be installed with RubyGems: The latest version of Active Support can be installed with RubyGems:
% [sudo] gem install activesupport % 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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册