diff options
author | Eileen M. Uchitelle <eileencodes@gmail.com> | 2016-02-06 08:45:15 -0500 |
---|---|---|
committer | Eileen M. Uchitelle <eileencodes@gmail.com> | 2016-02-06 08:45:15 -0500 |
commit | b9a95456a5f73dd113c6656cdc447f0b3db4c737 (patch) | |
tree | 6053f145a21fe8f203215947f17f78ffd7002678 | |
parent | c909a0060795716c745a3aa23d5297ac69da3e6f (diff) | |
parent | 91678fe9f78b498cc9919355213bc06b11841ce4 (diff) | |
download | rails-b9a95456a5f73dd113c6656cdc447f0b3db4c737.tar.gz rails-b9a95456a5f73dd113c6656cdc447f0b3db4c737.tar.bz2 rails-b9a95456a5f73dd113c6656cdc447f0b3db4c737.zip |
Merge pull request #23517 from gsamokovarov/yay-youre-on-rails
Replace old Rails greeting references
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | railties/RDOC_MAIN.rdoc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -64,7 +64,7 @@ and may also be used independently outside Rails. Run with `--help` or `-h` for options. 4. Using a browser, go to `http://localhost:3000` and you'll see: -"Welcome aboard: You're riding Ruby on Rails!" +"Yay! You’re on Rails!" 5. Follow the guidelines to start developing your application. You may find the following resources handy: diff --git a/railties/RDOC_MAIN.rdoc b/railties/RDOC_MAIN.rdoc index ce024563c4..26a25ee9dc 100644 --- a/railties/RDOC_MAIN.rdoc +++ b/railties/RDOC_MAIN.rdoc @@ -51,7 +51,7 @@ can read more about Action Pack in its {README}[link:files/actionpack/README_rdo 4. Go to http://localhost:3000 and you'll see: - "Welcome aboard: You're riding Ruby on Rails!" + "Yay! You’re on Rails!" 5. Follow the guidelines to start developing your application. You may find the following resources handy: |