From 91678fe9f78b498cc9919355213bc06b11841ce4 Mon Sep 17 00:00:00 2001 From: Genadi Samokovarov Date: Sat, 6 Feb 2016 09:14:42 +0200 Subject: [PATCH] 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] --- README.md | 2 +- railties/RDOC_MAIN.rdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4f32940fc129..0c58685573dc0 100644 --- a/README.md +++ b/README.md @@ -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 ce024563c4bde..26a25ee9dc8b6 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: