diff options
author | प्रथमेश Sonpatki <csonpatki@gmail.com> | 2016-07-06 19:43:20 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-06 19:43:20 +0530 |
commit | f8bd5827d119b28f7764937f19144400dd66ca7b (patch) | |
tree | d16a89eeec7d017b98518b2cdfc6135258ec1b5b /guides | |
parent | 3a62dacd7118032905148d88e89370a32d863e1e (diff) | |
parent | 9da3720ba9d61007fce0b73bd0e70743a352de4d (diff) | |
download | rails-f8bd5827d119b28f7764937f19144400dd66ca7b.tar.gz rails-f8bd5827d119b28f7764937f19144400dd66ca7b.tar.bz2 rails-f8bd5827d119b28f7764937f19144400dd66ca7b.zip |
Merge pull request #25716 from willnet/remove-rails-4
[ci skip] Remove reference to Rails 4 in the initialization guide.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/initialization.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/initialization.md b/guides/source/initialization.md index 89e5346d86..224393d0c9 100644 --- a/guides/source/initialization.md +++ b/guides/source/initialization.md @@ -16,7 +16,7 @@ After reading this guide, you will know: -------------------------------------------------------------------------------- This guide goes through every method call that is -required to boot up the Ruby on Rails stack for a default Rails 4 +required to boot up the Ruby on Rails stack for a default Rails application, explaining each part in detail along the way. For this guide, we will be focusing on what happens when you execute `rails server` to boot your app. |