From 9da3720ba9d61007fce0b73bd0e70743a352de4d Mon Sep 17 00:00:00 2001 From: willnet Date: Wed, 6 Jul 2016 22:57:24 +0900 Subject: [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 --- guides/source/initialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3