diff options
author | willnet <netwillnet@gmail.com> | 2016-07-06 22:57:24 +0900 |
---|---|---|
committer | willnet <netwillnet@gmail.com> | 2016-07-06 22:57:24 +0900 |
commit | 9da3720ba9d61007fce0b73bd0e70743a352de4d (patch) | |
tree | d16a89eeec7d017b98518b2cdfc6135258ec1b5b /guides | |
parent | 3a62dacd7118032905148d88e89370a32d863e1e (diff) | |
download | rails-9da3720ba9d61007fce0b73bd0e70743a352de4d.tar.gz rails-9da3720ba9d61007fce0b73bd0e70743a352de4d.tar.bz2 rails-9da3720ba9d61007fce0b73bd0e70743a352de4d.zip |
[ci skip] Remove reference to Rails 4 in the initialization guide.
Following commit removed reference to rails 4, but there is one left.
https://github.com/rails/rails/commit/a9f50f87c38659d0e9425f86f613cf5328d55d27
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. |