diff options
author | Genadi Samokovarov <gsamokovarov@gmail.com> | 2016-02-06 09:14:42 +0200 |
---|---|---|
committer | Genadi Samokovarov <gsamokovarov@gmail.com> | 2016-02-06 09:14:42 +0200 |
commit | 91678fe9f78b498cc9919355213bc06b11841ce4 (patch) | |
tree | 9989988f625c34818831fb52ea67f447c7f1b5e6 | |
parent | 38b5af6595338cb2212980062d9aaf51241878cc (diff) | |
download | rails-91678fe9f78b498cc9919355213bc06b11841ce4.tar.gz rails-91678fe9f78b498cc9919355213bc06b11841ce4.tar.bz2 rails-91678fe9f78b498cc9919355213bc06b11841ce4.zip |
Replace old Rails greeting references
A couple of the READMEs were still referring the old welcome page. This
is a small change that goes over it.
[ci skip]
-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: |