Skip to content

Commit

Permalink
[ci skip] Add a dollar sign to each command in the READMEs
Browse files Browse the repository at this point in the history
According to pr rails#22443 in the guides there's always a dollar sign before every command, so why is in the main README a `$` and in every submodule a `%`?

Just eye candy..
  • Loading branch information
siegy22 committed Dec 6, 2015
1 parent 8bdbf88 commit 6bd417d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 13 deletions.
3 changes: 1 addition & 2 deletions actionmailer/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

% gem install actionmailer
$ gem install actionmailer

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

Expand All @@ -173,4 +173,3 @@ Bug reports can be filed for the Ruby on Rails project here:
Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core

3 changes: 1 addition & 2 deletions actionpack/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ can be used outside of Rails.

The latest version of Action Pack can be installed with RubyGems:

% gem install actionpack
$ gem install actionpack

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

Expand All @@ -55,4 +55,3 @@ Bug reports can be filed for the Ruby on Rails project here:
Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core

3 changes: 1 addition & 2 deletions actionview/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

% gem install actionview
$ gem install actionview

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

Expand All @@ -36,4 +36,3 @@ Bug reports can be filed for the Ruby on Rails project here:
Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core

2 changes: 1 addition & 1 deletion activejob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
% gem install activejob
$ gem install activejob
```

Source code can be downloaded as part of the Rails project on GitHub
Expand Down
3 changes: 1 addition & 2 deletions activemodel/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ behavior out of the box:

The latest version of Active Model can be installed with RubyGems:

% gem install activemodel
$ gem install activemodel

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

Expand All @@ -262,4 +262,3 @@ Bug reports can be filed for the Ruby on Rails project here:
Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core

3 changes: 1 addition & 2 deletions activerecord/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Admit the Database:

The latest version of Active Record can be installed with RubyGems:

% gem install activerecord
$ gem install activerecord

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

Expand All @@ -215,4 +215,3 @@ Bug reports can be filed for the Ruby on Rails project here:
Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core

3 changes: 1 addition & 2 deletions activesupport/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ outside of Rails.

The latest version of Active Support can be installed with RubyGems:

% gem install activesupport
$ gem install activesupport

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

Expand All @@ -37,4 +37,3 @@ Bug reports can be filed for the Ruby on Rails project here:
Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core

0 comments on commit 6bd417d

Please sign in to comment.